We use it as a complementary tool for redis-benchmark, as it only supports simple GET and SET commands
It is capable of launching multiple worker threads , with each thread driving a configurable number of clients
You can control the ratio between GET and SET operations
The tool offers control over the pattern of keys used by the GET and SET operations Each operation’s pattern can be set independently to be random or sequential
Keys’ expiry can be common or randomly set from a configurable range
Bonus - it can be either used for benchmarking Memcached