Redis In-Memory DataStore
Redis is an open source in-memory data structure store, used as a database, cache and message broker that supports many types of data structures.
It is considered being one of the fastest in-memory key-value database.
Redis is a popular choice for caching, session management, gaming, leaderboards, real-time analytics, geospatial, ride-hailing, chat/messaging, media streaming, and pub/sub apps.