Document all config options taken by RedisFactory

I wanted to use a non-default DB number and ended up reading source code.
This commit is contained in:
GDR!
2016-12-14 13:14:40 +01:00
committed by GitHub
parent ea7518152d
commit f184d32702

View File

@@ -174,6 +174,9 @@ recommended if Redis is running on the same system as Nextcloud) use this exampl
'redis' => array(
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'dbindex' => 0,
'password' => 'secret',
'timeout' => 1.5,
),
Redis is very configurable; consult `the Redis documentation