mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02: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…
Add table
Add a link
Reference in a new issue