Remove reference to Redis sentinel from configuration docs

Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
This commit is contained in:
Raul 2022-11-10 15:26:47 +01:00
parent cfa291ec8f
commit 693d69d758
1 changed files with 1 additions and 4 deletions

View File

@ -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.