telepíteni kell a redis-server php8.1-redis csomagokat, és restartolni az apacheot
config.php-be:
'memcache.local' => '\\OC\Memcache\APCu',
'memcache.distributed' => '\\OC\Memcache\Redis',
'memcache.locking' => '\\OC\Memcache\Redis',
'redis' => [
'host' => '127.0.0.1',
'port' => 6379,
],