Menu
Back to Discussions

cache invalidation for dynamic content

hey everyone, i'm working on a system with a lot of dynamic user-generated content that gets updated frequently. we're using redis for caching, and i'm struggling with the best strategy for cache invalidation. should we go with a time-based approach (ttl), or is there a more event-driven way to push invalidations when content changes? curious to hear what others have found successful
1 comment

Comments

Loading comments...