dont know about cache invalidation strategies for distributed systems. maybe talk about that?
Camila Vallejos
·6374 views
hey everyone im wrestling w cache invalidation in a distributed system weve got multiple services and a shared redis cache when data changes in one service how do you efficiently and reliably invalidate or update the corresponding cache entries across all other services that might be using it whats your favorite patterns for this esp when dealing w potential race conditions or stale data looking for practical advice here
37 comments