Redis, which stands for Remote Dictionary Server, is a fast, open source, in-memory, key-value data store. The project started when Salvatore Sanfilippo, the original developer of Redis, wanted to improve the scalability of his Italian startup. From there, he developed Redis, which is now used as a database, cache, message broker, and queue.
Redis
2 courses Added March 2026

Redis Stack Tutorial
Redis Stack is a collection of modules and tools built around the core Redis functions that simplify and make working with Redis more efficient. In this...1 hour 55 minutes 45 seconds
Redis Caching Concepts with Node.js
Redis is an open-source in-memory data store used as a database, cache, and message broker. It is incredibly fast and suitable for a variety of tasks.1 hour 52 minutes 26 seconds