mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
fix(dfly_bench): track hit rate for mget command (#4723)
Also, clean up the code a bit, reduce nesting. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
76f36cdc57
commit
e01aec2a21
2 changed files with 53 additions and 48 deletions
|
@ -503,7 +503,7 @@ Migrate slots 10-20 to target:
|
|||
Unlike --action=move above, this will migrate the data to the new owner.
|
||||
|
||||
Connect to cluster and shutdown all nodes:
|
||||
./cluster_mgr.py --action=shutdown
|
||||
./cluster_mgr.py --action=shutdown --target_port=X
|
||||
WARNING: Be careful! This will close all Dragonfly servers connected to the cluster.
|
||||
""",
|
||||
formatter_class=RawTextHelpFormatter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue