From ed4c432ec55a292044e1c7e2a7ff093784e07bb5 Mon Sep 17 00:00:00 2001 From: Binbin Date: Fri, 30 Sep 2022 21:24:44 +0800 Subject: [PATCH] Update CLUSTER NODES help message (#11341) We will always show the bus-port, and if the node hostname exists, it will also show it. --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.c b/src/cluster.c index c10c8b464..94c0d131d 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -5301,7 +5301,7 @@ void clusterCommand(client *c) { " Return the node id.", "NODES", " Return cluster configuration seen by node. Output format:", -" ...", +" ...", "REPLICATE ", " Configure current node as replica to .", "RESET [HARD|SOFT]",