No memory cache has been configured 29.0.5.1

I have updated to version 29.0.5. I am receiving the warning: No memory cache has been configured. To improve performance, please configure Memcache if available. However, Redis is already installed or present. This error message never appeared before. Please see my config.php.

Excerpt: excerpt

  'memcache.locking' => '\OC\Memcache\Redis',
  'memcache.distributed' => '\OC\Memcache\Redis',
  'redis' => array(
     'host' => 'localhost',
     'port' => 6379,
     'password' => '', 
      ) 

ps ax | grep redis

 824 ?        Ssl   27:06 /usr/bin/redis-server 127.0.0.1:6379

Removing the lines of code triggers two error messages in the GUI:

The database is being used for transactional file locking. To improve performance, please configure Memcache if available. For more information, refer to the documentation. No memory cache has been configured. To improve performance, please configure Memcache if available. For more information, refer to the documentation.

Never mind, it was a configuration error.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.