All Questions
1 question
1
vote
1
answer
1k
views
Redis: cache item invalidation based on dependencies?
Is there a native way in Redis to invalidate a cache item when other specified items get removed from the cache? Is there an eviction policy based on dependencies?
Here is an example of what I want ...