How should we handle cache invalidation for stuff users create?
Varsha Krishnamurthy
·2125 views
hey everyone im workin on a system with a lot of user stuff posts comments etc that gets updated freq we use redis for caching but im strugglin with an efficient invalidation strategy should i go with time based expiration event driven invalidation on writes or somethin else whats ur experience with similar scenarios
34 comments