Redis

Redis

REmote DIctionary Server (Redis) is a key-value storage system written by Salvatore Sanfilippo, which is a cross-platform non-relational database.

Redis is an open source, written in ANSI C language, complies with the BSD protocol, supports the network, can be based on memory, distributed, optional persistent key-value pair (Key-Value) storage database, and provides APIs in multiple languages.

Redis is often referred to as a data structure server because values can be of types such as strings, hashes, lists, sets, and sorted sets.


1.png2.png