Pages

Showing posts with label Redis. Show all posts
Showing posts with label Redis. Show all posts

Monday, March 3, 2014

Redis Performance Evaluation

Redis is an open source, BSD licensed, advanced key-value store. Recently I came across few projects that support redis as their storage. So I think lets explore it a bit more. 
Evalution of redis becomes more easier as it provides a support of redis-benchmark.

Lets see what was result for me. 

System Details : Core 2 Duo , 32-bit, Centos 6.5.

All operations are performed with no pipeline. 

  • Set Operation Performance:

  • Get Operation Performance

  • LPush Operation Performance

  • LPop Operation Performance


Redis perfomed quite well , but how much the performance will get affected on the use of jedis (java client for redis). That will be discussed in next blog.