mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +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
|
|
@ -181,6 +181,8 @@ $lang->use_object_cache = '캐시 사용';
|
|||
$lang->cache_default_ttl = '캐시 기본 TTL';
|
||||
$lang->cache_host = '호스트';
|
||||
$lang->cache_port = '포트';
|
||||
$lang->cache_user = '아이디';
|
||||
$lang->cache_pass = '암호';
|
||||
$lang->cache_dbnum = 'DB번호';
|
||||
$lang->cache_truncate_method = '캐시 비우기 방법';
|
||||
$lang->cache_truncate_method_delete = '캐시 폴더를 삭제';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue