summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2021-10-19 01:28:27 -0400
committerGitHub <noreply@github.com>2021-10-18 22:28:27 -0700
commit1c2b5f53188882ed78b83a5e4ec1697583530f0b (patch)
tree4ce39e107b5a767eba6c7ad079bc01848154173d /redis.conf
parentb7f2a1a217b5c5b7b0320bfe0511dfdf2e0eb174 (diff)
downloadredis-1c2b5f53188882ed78b83a5e4ec1697583530f0b.tar.gz
Make Cluster-bus port configurable with new cluster-port config (#9389)
Make Cluster-bus port configurable with new cluster-port config
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index e6c7039f0..2ea8190f5 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1450,6 +1450,11 @@ lua-time-limit 5000
#
# cluster-node-timeout 15000
+# The cluster port is the port that the cluster bus will listen for inbound connections on. When set
+# to the default value, 0, it will be bound to the command port + 10000. Setting this value requires
+# you to specify the cluster bus port when executing cluster meet.
+# cluster-port 0
+
# A replica of a failing master will avoid to start a failover if its data
# looks too old.
#