Skip to content

Commit af65a68

Browse files
committed
fixing --key-pattern vs. --command-key-pattern issue in memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire
1 parent d0ac932 commit af65a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clientconfig:
3636
run_image: redislabs/memtier_benchmark:edge
3737
tool: memtier_benchmark
3838
arguments: '"--data-size" "100" --distinct-client-seed --command "SET __key__ __data__
39-
EX 10" --command "GET __key__" --key-pattern R:R --key-minimum=1 --key-maximum
39+
EX 10" --command "GET __key__" --command-key-pattern R --key-minimum=1 --key-maximum
4040
1000000 --test-time 180 -c 25 -t 4 --hide-histogram'
4141
resources:
4242
requests:

0 commit comments

Comments
 (0)