Closed mrniko closed 1 year ago
Any change clients needs to do in order to use this feature.
Currently we are doing this:
RMapCache<String, String> mapCache = redissonClient.getMapCache(cacheName)
mapCache.addListener(new ExpiryEventListnerImpl());
We are facing problem with 7.0.7, for more details https://github.com/redisson/redisson/issues/5447
Done