Redis

Redis is an open-source, in-memory data structure store, used as a database, cache, and message broker. It supports various data structures such as strings, hashes, lists, sets, and sorted sets, and provides built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence.