-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add SSL support to JedisCluster #1896
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
Conversation
…isting one to fix backwards compatibility issue
|
@marcosnils @gkorland ping |
|
@sazzad16 should it merged to master or to 2.10.0 branch? |
|
@gkorland I think so. WDYT? |
|
I think we shouldn't push anything else to 2.10.0 and just release it as is. |
|
Is this PR still going to be pushed to 3.0.0? I see 3.0.0 is already tagged for pre-release. |
|
This didn't make it in 2.10 or 3.0.0. |
|
Do we have an ETA for next release and if this PR is going to make it in? |
|
Any update here? We are eagerly awaiting this. |
|
+1 Will like to know if we can push this out soon? |
|
Will this ever be released? |
|
We would need that asap. |
|
We would really need this released. Could we please get some ETA? Thx |
|
Hi, We are currently running on v2.9.0, using spring-data and we have to start to use SSL on Redis Enterprise. Thanks for update. |
|
@sazzad16 Please, could you add estimation when it could be added into 2.10.x? The latest version is not compatible with spring-data-redis. Thank you. |
|
@hradilf notice spring-data-redis 2.2.0 is based on jedis 3.x |
|
@gkorland 2.2.0 is still only RC. |
|
@hradilf according to spring-data-redis 2.2.0 should be released soon https://github.com/spring-projects/spring-data-commons/wiki/Release-Train-Moore 3.1.0-rc was just released today, if there won't be no surprises we'll probably release 3.1.0 by the end of the week. |
This is a rebased version of #1550 #1849
Original author: Jordan Rodak (@joroda)
Resolves #1210
Closes #1849