My Sites


Sunday, July 27, 2014

Getting Started with Redis !!!

So what is Redis?

  • Redis is an in memory database , key value data store.
  • This belongs to non-relational db category like mongodb. 
  • Redis is open source. 
  • Redis is a data structure server since keys can contain strings, hashes  ,lists , sets and sorted sets.

1 comment: