About Redis

A brief overview of Redis as a key-value store and its supported data structures.

Redis

Redis is a key-value store where the supported value types are numerous.

Redis supports a lot of data structures, namely:

  1. String
  2. List
  3. Set
  4. Ordered Set