Merge pull request #7632 from nextcloud/enh/noid/fix-redis-typo

redis.config.php: fix typo
This commit is contained in:
Simon L.
2026-02-20 12:59:52 +01:00
committed by GitHub

View File

@@ -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',