+ [refac] add default configuration of redis.

This commit is contained in:
liugang
2024-11-20 15:42:49 +08:00
committed by 朱金勇
parent e4aee0c87d
commit d827ef5fcc
+7
View File
@@ -62,3 +62,10 @@ $config->cacheKeys->execution->ajaxGetDropMenuExecutions = 'ajaxDropMenuExecutio
$config->cacheKeys->bug = new stdclass();
$config->cacheKeys->bug->browse = 'bugBrowse%s';
$config->redis = new stdClass();
$config->redis->host = '';
$config->redis->port = '';
$config->redis->username = '';
$config->redis->password = '';
$config->redis->serializer = 'serialize'; // serialize|igbinary