From f2bb43a64ec86e5e0ab3350de57530e8b1aaa560 Mon Sep 17 00:00:00 2001 From: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com> Date: Tue, 7 May 2024 13:19:43 +0200 Subject: [PATCH] Update caching_configuration.rst Missing comma in config redis cluster Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com> --- admin_manual/configuration_server/caching_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index d7fd11ef2..895119739 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -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.