From 693d69d75817954bc4377834d15cc16b5b8dfacb Mon Sep 17 00:00:00 2001 From: Raul Date: Thu, 10 Nov 2022 15:26:47 +0100 Subject: [PATCH] Remove reference to Redis sentinel from configuration docs Signed-off-by: Raul --- config/config.sample.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index d6e60c40374..40eaee3179d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1405,10 +1405,7 @@ $CONFIG = [ ], /** - * Connection details for a Redis Cluster - * - * Only for use with Redis Clustering, for Sentinel-based setups use the single - * server configuration above, and perform HA on the hostname. + * Connection details for a Redis Cluster. * * Redis Cluster support requires the php module phpredis in version 3.0.0 or * higher.