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:
Roman Gershman 2025-03-07 09:09:59 +02:00 committed by GitHub
parent 76f36cdc57
commit e01aec2a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 53 additions and 48 deletions

View file

@ -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,