\OC\Memcache\Redis not available for distributed cache

,

Hi …
I’m using the Tech and Me script for installation.
I don’t know the reason but from one day to another I have a lots of

Info cli Memcache \OC\Memcache\Redis not available for distributed cache

The Redis Server log

Shows this

    ncadmin@cloud:~$ 12864:C 01 Apr 11:41:31.080 * RDB: 6 MB of memory used by copy-on-write
   -bash: 12864:C: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:41:31.154 * Background saving terminated with success
   -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:46:32.034 * 10 changes in 300 seconds. Saving...
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:46:32.035 * Background saving started by pid 12895
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 12895:C 01 Apr 11:46:32.059 * DB saved on disk
    -bash: 12895:C: Befehl nicht gefunden
    ncadmin@cloud:~$ 12895:C 01 Apr 11:46:32.059 * RDB: 6 MB of memory used by copy-on-write
    -bash: 12895:C: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:46:32.136 * Background saving terminated with success
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:51:33.017 * 10 changes in 300 seconds. Saving...
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:51:33.018 * Background saving started by pid 12922
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 12922:C 01 Apr 11:51:33.042 * DB saved on disk
    -bash: 12922:C: Befehl nicht gefunden
    ncadmin@cloud:~$ 12922:C 01 Apr 11:51:33.042 * RDB: 6 MB of memory used by copy-on-write
    -bash: 12922:C: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:51:33.118 * Background saving terminated with success
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:56:34.003 * 10 changes in 300 seconds. Saving...
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 1157:M 01 Apr 11:56:34.004 * Background saving started by pid 12954
    -bash: 1157:M: Befehl nicht gefunden
    ncadmin@cloud:~$ 12954:C 01 Apr 11:56:34.029 * DB saved on disk
    -bash: 12954:C: Befehl nicht gefunden

Hello,
I have the same issue: Memcache \OC\Memcache\Redis not available for distributed cache

Thank you!

Hi, I have the same issue in a Nextcloud installation with PHP 7.1 with Centos7 and I have resolved installing the php module php71w-pecl-redis.x86_64:

yum install php71w-pecl-redis.x86_64
systemctl restart httpd

And include the line in config.php:

'memcache.distributed' => '\\OC\\Memcache\\Redis',