mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
fix: cluster_mgr.py to use CLUSTER MYID
(#3444)
This commit is contained in:
parent
faea4eef45
commit
38fba1d398
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Node:
|
|||
self.port = port
|
||||
|
||||
def update_id(node):
|
||||
node.id = send_command(node, ["dflycluster", "myid"])
|
||||
node.id = send_command(node, ["cluster", "myid"])
|
||||
print(f"- ID {node.id}")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue