From 1c2b5f53188882ed78b83a5e4ec1697583530f0b Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Tue, 19 Oct 2021 01:28:27 -0400 Subject: Make Cluster-bus port configurable with new cluster-port config (#9389) Make Cluster-bus port configurable with new cluster-port config --- redis.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'redis.conf') 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. # -- cgit v1.2.1