leverich / mutilate

Mutilate: high-performance memcached load generator
BSD 3-Clause "New" or "Revised" License
126 stars 69 forks source link

Support for Redis #13

Open byrnedj opened 7 years ago

byrnedj commented 7 years ago

Hello,

I have implemented the GET and SET commands for redis, a popular alternative to memcached. Redis uses their own protocol called RESP, and is similar to the memcached ascii protocol. It has been tested with the Facebook ETC workload.