diff --git a/config/cache.php b/config/cache.php index ec8d225857..7be4a90357 100644 --- a/config/cache.php +++ b/config/cache.php @@ -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