-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Consider splitting Redis connection factory and RedisTemplate
related configs
#8583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My gut instinct is that this would be quite a large change to sneak into |
I agree. We do have plans to support Lettuce so that would be a change we'll have to make anyway. |
Having discussed this a bit we feel like the change will be too large for the maintenance release. We'll take this on in 2.0 as part of #5311. |
This was resolved via #5311. I guess that means the milestone should be adjusted to |
Currently the entire Redis auto-configuration is conditional on presence of Jedis. If one uses Lettuce and provides
LettuceConnectionFactory
bean it would be nice if Boot would configureRedisTemplate
andStringRedisTemplate
just like it does with Jedis.I'm aware of Lettuce first-class support proposed in #5311 is scheduled for Boot 2.0 however the situation described above would benefit Boot 1.x users as well.
Thoughts? I understand this is not a trivial change however if you'd consider it acceptable for 1.5 I'd put together a PR.
The text was updated successfully, but these errors were encountered: