-
Notifications
You must be signed in to change notification settings - Fork 499
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
Add Redis SSL support #902
base: master
Are you sure you want to change the base?
Conversation
0e6e6a2
to
b1e1735
Compare
b1e1735
to
6edc72c
Compare
Is there any update regarding that SSL support implementation? |
I think the code has rotten a bit (tests failing) since it is not merged, but I can try to update it... Originally I think it was scoped out, due to being too costly (startup time and connection time) |
The expect_stat parameter syntax was changed
It is not linked, unless building with ssl
@sschleemilch updated the branch, and fixed the broken tests and added static build for ssl
|
@sschleemilch wrote:
What's missing is some solution to the problems mentioned in #894, especially the first one. |
All "secondary" was renamed to "remote"
The find cmake for hiredis was rewritten
3d152fc
to
89311df
Compare
See #894 for discussion about TLS/SSL.