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,