Skip to content
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 TLS support? #87

Closed
tanmaykm opened this issue Nov 24, 2021 · 0 comments · Fixed by #103
Closed

Add TLS support? #87

tanmaykm opened this issue Nov 24, 2021 · 0 comments · Fixed by #103

Comments

@tanmaykm
Copy link
Member

Having TLS support for redis connections will be great.
And also the ability to use client certificates.

Thanks for this very useful package!

tanmaykm added a commit that referenced this issue Dec 28, 2023
This adds TLS support. An abstraction for the redis transport `RedisTransport` has been added. The existing TCP transport has been moved in as an implementation `TCPTransport <: RedisTransport`. A new TLS transport has been added as `TLSTransport <: RedisTransport`.

This can in future be extended to support unix sockets too (ref: #84)

fixes: #87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant