Azure Managed Redis caching pattern selection
This sheet compares Cache-aside, Session store, Content cache, Job and message queuing, Leaderboard (sorted sets).
| Criterion | Cache-aside | Session store | Content cache | Job and message queuing | Leaderboard (sorted sets) |
|---|---|---|---|---|---|
| Scenario | Load infrequently changing catalogue data on demand | Keep bulky per-user data such as a cart out of cookies | Cache rendered static fragments like headers and footers | Defer long-running operations for sequential processing | Rank members by score with top-N and rank queries |
The verdict, the full comparison, 4 rules and 3 traps are part of AI-200 access. Unlock AI-200.