Nextcloud 19.04 redis configuration

Hi,
can anybody tell me right REDIS configuration in Nextcloud config.php file ?
I use:
ubuntu server 20.04
PHP7.4.11
Apache 2.4.46
Nextcloud 19.04

I use this for now, but its not woking for me.

‘memcache.local’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘localhost’,
‘port’ => 6379,
),

The Redis configuration is described in detail in the Nextcloud adminstrator guide. Additionally you should find many related postings, which describe how a correct setup looks like, by using the search function of this forum.

Furthermore without any error messages or related information from the Nextcloud log file, no solution can be provided.

Nextcloud log not show anything.
i have tried different variants but after php7.4 update redis no longer works.

If you install a newer version of php, double check that the php-redis-packages are installed.

Many thanks :slight_smile: Worked :slight_smile: