spring-data-redis
spring-data-redis copied to clipboard
Allow RedisConnectionFactories to be initialized as part of the context lifecycle
Lettuce and Jedis connection factories now can be configured to initialize early during afterPropertiesSet or configured whether the component should be auto-started by the container.
By default, connection factories auto-startup early.
Closes #2866