Azure Managed Redis caching pattern selection

This sheet compares Cache-aside, Session store, Content cache, Job and message queuing, Leaderboard (sorted sets).

CriterionCache-asideSession storeContent cacheJob and message queuingLeaderboard (sorted sets)
ScenarioLoad infrequently changing catalogue data on demandKeep bulky per-user data such as a cart out of cookiesCache rendered static fragments like headers and footersDefer long-running operations for sequential processingRank 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.