When a key is evicted from Redis, is it possible to know which keys are evicted?
Lets say a Redis node is configured with an eviction policy of LRU. Whenever an key-eviction takes place, is there way to know which keys are evicted? Using this information, I would like to build a system where evicted keys…