RedisLabs/memtier_benchmark

RESP3 support

filipecosta90 opened this issue · 0 comments

Redis version 6 and above supports two protocols: the old protocol, RESP2, and a new one introduced with Redis 6, RESP3.
to support this it should as simple as using the HELLO 3 command ( like we did for redis-benchmark )