Skip to content

Commit 4a005bf

Browse files
Fix tested-commands for expiration tests
Add missing 'set' command to tested-commands list for 100B expiration tests. The stats tool detected that these tests use setex, get, and set commands but only had setex and get listed in the tested-commands section.
1 parent 0d1a400 commit 4a005bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dbconfig:
1616
tested-commands:
1717
- setex
1818
- get
19+
- set
1920
tested-groups:
2021
- string
2122
redis-topologies:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dbconfig:
1616
tested-commands:
1717
- setex
1818
- get
19+
- set
1920
tested-groups:
2021
- string
2122
redis-topologies:

0 commit comments

Comments
 (0)