Redis dient dazu,um Cash Fehler zu beheben.
- Wichtig: Man braucht php apcu ( apt install php-apcu )
Jetzt zu Redis
sudo apt install redis-server php-redis sudo systemctl enable –now redis-server
In Config von Nextcloud einsetzen:
'redis' ⇒ [
'host' => '127.0.0.1', 'port' => 6379,
],