Redis is an open source log-type Key-Value database written in ANSI C language, complies with the BSD protocol, supports the network, can be memory-based and persistent, and provides APIs in multiple languages. It is often called a data structure server because values can be of types such as String, Map, List, sets, and sorted sets.
Redis is an open source log-type Key-Value database written in ANSI C language, complies with the BSD protocol, supports the network, can be memory-based and persistent, and provides APIs in multiple languages. It is often called a data structure server because values can be of types such as String, Map, List, sets, and sorted sets.