Jul 24, 2021
Hi Abhijit, although i'm not experienced in java spring application, googling it a bit from the the documentation (https://spring.io/projects/spring-data-redis)
- Pubsub support (such as a MessageListenerContainer for message-driven POJOs).
is listed as its feature. Therefore i think it can create a listener for the expiration event using psubscribe method.