multi-redis #1

Merged
cronekorkn merged 6 commits from multi-redis into master 2021-10-22 17:17:03 +02:00
Showing only changes of commit 40cedbf20c - Show all commits

View file

@ -27,9 +27,5 @@ $CONFIG = array (
"memcache.distributed" => "\OC\Memcache\Redis",
"redis" => [
"host" => "/var/run/redis-nextcloud/redis.sock",
"port" => 0,
"dbindex" => 0,
"password" => "secret",
"timeout" => 1.5,
],
);