spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Allow RedisConnectionFactories to be initialized as part of the context lifecycle

Open mp911de opened this issue 11 months ago • 0 comments

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

mp911de avatar Mar 13 '24 14:03 mp911de