Loading...
CONCEPT

Redis Commands

An overview of the fundamental Redis commands

avatar
dassicity
Concept Author
3 min reading time

At its core, Redis is a data storage engine that allows data to be stored in key-value pairs.

The key serves as a unique identifier. The value can be one of the supported data structures, such as strings, lists, sets, hashes and more.