Merge pull request #307 from nextcloud/stable11-271

Document all config options taken by RedisFactory
This commit is contained in:
Morris Jobke 2017-01-05 13:38:01 +01:00 committed by GitHub
commit b8d2fafd6b

View File

@ -174,8 +174,13 @@ 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,
),
Only "host" and "port" variables are required, the other ones are optional.
Redis is very configurable; consult `the Redis documentation
<http://redis.io/documentation>`_ to learn more.