mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user