From 747c555fd55bd6938f28df950e082f20f159e085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CWind=E2=80=9D?= <573966@qq.com> Date: Sat, 10 Sep 2022 22:06:54 +0800 Subject: [PATCH] Update README.md --- cmd/cluster/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/cluster/README.md b/cmd/cluster/README.md index 085b292..a0d30f8 100644 --- a/cmd/cluster/README.md +++ b/cmd/cluster/README.md @@ -21,8 +21,10 @@ Usage of ./comqtt: seeds member list of cluster,such as 192.168.0.103:7946,192.168.0.104:7946 -mode optional value 1 single or 2 cluster (default 1) - -port int + -gossip-port int listening port for cluster node,if this parameter is not set,then port is dynamically bound + -raft-port int + listening port for raft node,if this parameter is not set,then port is dynamically bound -redis string redis address for cluster mode (default "localhost:6379") -tcp string