mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
Merge pull request #35075 from nextcloud/docs/remove_redis_sentinel_reference
Remove reference to Redis sentinel from configuration docs
This commit is contained in:
commit
6bd55b73ea
1 changed files with 1 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue