Springboot Cache: How to notify the evict or put message to other pod or instances when use caffeine and redis?
I use Caffeine and redis as two layers cache. I want to notify other instance of updated key through by redis pub/sub.
I use Caffeine and redis as two layers cache. I want to notify other instance of updated key through by redis pub/sub.