mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
Merge pull request #7632 from nextcloud/enh/noid/fix-redis-typo
redis.config.php: fix typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
if (getenv('REDIS_MODE' !== 'rediscluster')) {
|
||||
if (getenv('REDIS_MODE') !== 'rediscluster') {
|
||||
$CONFIG = array(
|
||||
'memcache.distributed' => '\OC\Memcache\Redis',
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
|
||||
Reference in New Issue
Block a user