Best-fit use cases
Runbooks, dashboards, reviews, and handoff material make the work auditable.
| Use case | Why Redis fits |
|---|---|
| Application cache | Reduce database pressure and improve read latency for hot data |
| Session storage | Centralize session state for horizontally scaled applications |
| Rate limiting | Track counters and windows with low-latency operations |
| Queues and background jobs | Use lists, streams, or sorted sets for lightweight work coordination |
| Real-time features | Pub/sub, leaderboards, counters, and ephemeral state |