Merge pull request #35075 from nextcloud/docs/remove_redis_sentinel_reference

Remove reference to Redis sentinel from configuration docs
This commit is contained in:
blizzz 2022-11-14 18:48:35 +01:00 committed by GitHub
commit 6bd55b73ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.