mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update caching_configuration.rst
Missing comma in config redis cluster Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
This commit is contained in:
@@ -198,13 +198,13 @@ The following options are available to configure when using a redis cluster (all
|
||||
'cache-cluster:7004',
|
||||
'cache-cluster:7005'
|
||||
],
|
||||
'failover_mode' => \RedisCluster::FAILOVER_ERROR
|
||||
'failover_mode' => \RedisCluster::FAILOVER_ERROR,
|
||||
'timeout' => 0.0,
|
||||
'read_timeout' => 0.0,
|
||||
'user' => 'nextcloud',
|
||||
'password' => 'password',
|
||||
'dbindex' => 0,
|
||||
]
|
||||
],
|
||||
|
||||
.. note:: The port is required as part of the server URL. However, it is not necesarry to list all servers: for example, if all servers are load balanced via the same DNS name, only that server name is required.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user