redis.config.php: fix typo

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-02-20 12:52:59 +01:00
parent faea2c0525
commit 8344d8ade6

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