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:
AT-SGAI-CSIC
2024-05-07 13:19:43 +02:00
committed by GitHub
parent 6c6d569f3c
commit f2bb43a64e

View File

@@ -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.