From 88ed01615179be5864a35f3ff1a2fbc930124d76 Mon Sep 17 00:00:00 2001 From: marceljd Date: Thu, 10 Jan 2019 13:11:25 +0000 Subject: [PATCH] Redis memcache.distributed added Signed-off-by: marceljd --- .config/redis.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/redis.config.php b/.config/redis.config.php index 6147b45c..c41f7fc3 100644 --- a/.config/redis.config.php +++ b/.config/redis.config.php @@ -2,6 +2,7 @@ if (getenv('REDIS_HOST')) { $CONFIG = array ( 'memcache.locking' => '\OC\Memcache\Redis', + 'memcache.distributed' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), 'port' => getenv('REDIS_PORT') ?: 6379,