Redis Page Cache Notes

Redis Page Cache Notes

Public pages are cached in Redis. Every content change bumps a cache namespace so invalidation stays simple.

Why namespace busting

Deleting by wildcard is noisy and error-prone. A versioned namespace is cleaner.

Result

  • Fast repeat requests
  • Simple content invalidation
  • Predictable operational behavior

Related Posts

More →

Redis Page Cache Notes

Redis Page Cache Notes Public pages are cached in Redis. Every content change bumps a cache namespace so invalidation stays simple. Why namespace busting Delet…

2026-03-06 · 1 min read