For a post that attempts to compare Redis to memcached for caching, it's amazing how few actual numbers appear in the post.
Hello, it's a shame I was not able to provide numbers. I did in the past, and went to the point of porting redis-benchmark to memcached in order to test it in a very similar fashion, but now the code is deprecated and I've no easy way to test it again. From what I saw back then, the difference "per core" is not going to be big either side. I remember Redis was faster in my tests per single core, but after that both R…
Memcached text: 43585 OPS @ 4.58 msec
Memcached binary: 40242 OPS @ 4.96 msec
Redis: 39727 OPS @ 5.03 msec
Redis, pipeline 4: 131312 OPS @ 6.09 msec