diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 1 insertions, 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. |