Redis is an in-memory data store used for caching, sessions, pub/sub, and job queues.

How I use it

I use Redis to cache hot reads, rate-limit APIs, and back BullMQ workers for async processing.