Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Redis is an in-memory data structure project implementing a distributed, in-memory key–value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.

To use Redis client module on CentOS 7, you should run below commands:

...