cache invalidation for time-sensitive data
Svetlana A. Volkova
·1208 views
i'm building a system to show live stock prices. we're using Redis for caching, but clearing the cache for data that has to be super fresh is turning out to be a real pain. what do you guys do to handle cache invalidation when data needs to be up-to-the-minute? any special tricks or tools you like for this sort of thing
40 comments