Redis
Redis is a key-value store where the supported value types are numerous.
Redis supports a lot of data structures, namely:
- String
- List
- Set
- Ordered Set
A brief overview of Redis as a key-value store and its supported data structures.
Redis is a key-value store where the supported value types are numerous.
Redis supports a lot of data structures, namely: