What is Redis?
Redis is an in-memory data structure store used as a cache, primary database, message broker, and streaming engine. It provides strings, hashes, lists, sets, sorted sets, streams, pub/sub, persistence, replication, and optional clustering for low-latency workloads.


