mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1602 support username/password for Redis cache
This commit is contained in:
parent
80b235001e
commit
2f0b6433bc
6 changed files with 22 additions and 3 deletions
|
|
@ -180,6 +180,8 @@ $lang->use_object_cache = 'Use Cache';
|
|||
$lang->cache_default_ttl = 'Cache default TTL';
|
||||
$lang->cache_host = 'Host';
|
||||
$lang->cache_port = 'Port';
|
||||
$lang->cache_user = 'Username';
|
||||
$lang->cache_pass = 'Password';
|
||||
$lang->cache_dbnum = 'DB Number';
|
||||
$lang->cache_truncate_method = 'Cache Truncate Method';
|
||||
$lang->cache_truncate_method_delete = 'Delete cache folder itself';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue