You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a similar issue as #128
When running memtier_benchmark with EVAL command in cluster mode. (It's fine when running on a standalone Redis)
The command:
I use memtier_benchmark 2.1.1 and run Redis cluster in docker containers (latest Redis image).
The output is fine when running the command in #128 memtier_benchmark --clients=50 --threads=4 --requests=10000 --data-size-range=32-1000 --pipeline=100 --ratio=5:5 -p 6380 --cluster-mode
I found that this problem occurs when I execute the EVAL command on a Redis cluster.
The text was updated successfully, but these errors were encountered:
It's a similar issue as #128
When running memtier_benchmark with
EVAL
command in cluster mode. (It's fine when running on a standalone Redis)The command:
Output:
I use memtier_benchmark 2.1.1 and run Redis cluster in docker containers (latest Redis image).
The output is fine when running the command in #128
memtier_benchmark --clients=50 --threads=4 --requests=10000 --data-size-range=32-1000 --pipeline=100 --ratio=5:5 -p 6380 --cluster-mode
I found that this problem occurs when I execute the EVAL command on a Redis cluster.
The text was updated successfully, but these errors were encountered: