summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-11-14 18:48:35 +0100
committerGitHub <noreply@github.com>2022-11-14 18:48:35 +0100
commit6bd55b73ea68f736906855f76f4239493894b1d2 (patch)
treee8bab86ee7fed43f7e5fad6bf232d4d4f6d7df2e
parentea377578ad50809c13e792acfa2bc1bd6b94df24 (diff)
parent693d69d75817954bc4377834d15cc16b5b8dfacb (diff)
downloadnextcloud-server-6bd55b73ea68f736906855f76f4239493894b1d2.tar.gz
nextcloud-server-6bd55b73ea68f736906855f76f4239493894b1d2.zip
Merge pull request #35075 from nextcloud/docs/remove_redis_sentinel_reference
Remove reference to Redis sentinel from configuration docs
-rw-r--r--config/config.sample.php5
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.