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.