Add DB number to redis cache settings, and set the default to 1

This commit is contained in:
Kijin Sung 2016-05-12 00:46:41 +09:00
parent 503a332f9b
commit 8f9eacee64
8 changed files with 23 additions and 6 deletions

View file

@ -106,6 +106,7 @@ $lang->use_object_cache = 'Use Cache';
$lang->cache_default_ttl = 'Cache default TTL';
$lang->cache_host = 'Host';
$lang->cache_port = 'Port';
$lang->cache_dbnum = 'DB Number';
$lang->msg_cache_handler_not_supported = 'Your server does not support the selected cache method, or Rhymix is unable to use the cache with the given settings.';
$lang->msg_invalid_default_url = 'The default URL is invalid.';
$lang->msg_default_url_ssl_inconsistent = 'In order to use SSL always, the default URL must also begin with https://';