Unverified Commit ed4c432e authored by Binbin's avatar Binbin Committed by GitHub
Browse files

Update CLUSTER NODES help message (#11341)

We will always show the bus-port, and if the node hostname exists, it will also show it.
parent f8e2279e
......@@ -5301,7 +5301,7 @@ void clusterCommand(client *c) {
" Return the node id.",
"NODES",
" Return cluster configuration seen by node. Output format:",
" <id> <ip:port> <flags> <master> <pings> <pongs> <epoch> <link> <slot> ...",
" <id> <ip:port@bus-port[,hostname]> <flags> <master> <pings> <pongs> <epoch> <link> <slot> ...",
"REPLICATE <node-id>",
" Configure current node as replica to <node-id>.",
"RESET [HARD|SOFT]",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment