You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Having TLS support for redis connections will be great.
And also the ability to use client certificates.
Thanks for this very useful package!
The text was updated successfully, but these errors were encountered: