Monday, April 24, 2017

Overview of Redis


  • Written in C
  • In memory
  • Optimized to sub mili seconds latency with a single standard server


  • No Sql dataStore
  • 40,000 time faster then mysql
  • Advance key value store
  • Often refered to as data structure server since it contains strings, hash,list and sorted list

  • Simple and pre built data structures for popular use cases
  The data structures include

Use case

No comments:

Post a Comment