mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
This commit adds support for `@RedisListener` by providing the infrastructure to register those endpoints using a default `RedisMessageListenerContainer`. Users wishing to configure additional containers can benefit from `RedisMessageListenerContainerConfigurer`. The default container can be tuned using new properties in the `spring.data.redis.listener` namespace. Closes gh-49858