-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Use Jedis rather than Lettuce #745
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
Salvatore has indicated that Jedis is his Java Redis client of choice. This commit updates the auto-configuration support, actuator and Redis starter accordingly. Completes #745
I used Lettuce originally because that's what they had in XD. We might want them to know we did this (cc @mpollack, @markfisher). |
Sorry, Dave. I thought you were on the email discussion about this. In it @markpollack said:
|
This issue #850 looks like it would be a blocker for us to move off boot 1.0.2 release. I think we will upgrade our sprint boot dependency in our next next release then. Shifting into 'release mode' for XD ATM and nothing else seems to be driving us to upgrade. |
Salvatore has indicated that Jedis is his Java Redis client of choice. This commit updates the auto-configuration support, actuator and Redis starter accordingly. Completes spring-projects#745
Salvatore has indicated that Jedis is the Java Redis client of choice. Update the Redis auto-configuration accordingly
cc @christophstrobl
The text was updated successfully, but these errors were encountered: