aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRaul <r.ferreira.fuentes@gmail.com>2022-11-10 15:26:47 +0100
committerRaul <r.ferreira.fuentes@gmail.com>2022-11-10 15:37:25 +0100
commit693d69d75817954bc4377834d15cc16b5b8dfacb (patch)
treec904dcfe7bc947a0a8c6169a66cb5ac359fdb4ee /config
parentcfa291ec8f68f89e8560b2e297c0b600cb2ea224 (diff)
downloadnextcloud-server-693d69d75817954bc4377834d15cc16b5b8dfacb.tar.gz
nextcloud-server-693d69d75817954bc4377834d15cc16b5b8dfacb.zip
Remove reference to Redis sentinel from configuration docs
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
Diffstat (limited to 'config')
-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.