From 11d84a4fa7c09345c2e7dde922240b289bf7e86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=BCegg?= Date: Sat, 3 Sep 2022 00:14:46 +0200 Subject: [PATCH] Incorporating note from #9125 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Credits: @2fst4u in #9125 Signed-off-by: Martin Rüegg --- admin_manual/configuration_server/caching_configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index 9bf1b5a7e..0649e7cfb 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -205,6 +205,9 @@ The following options are available to configure when using a redis cluster (all '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. Connecting to single Redis server over TCP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^