mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #307 from nextcloud/stable11-271
Document all config options taken by RedisFactory
This commit is contained in:
commit
b8d2fafd6b
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user