benashford / redis-async-rs

A Rust client for Redis, using Tokio
Apache License 2.0
253 stars 30 forks source link

Add TLS support #80

Closed Nehliin closed 1 year ago

Nehliin commented 1 year ago

Allow support for connecting to TLS wrapped redis connections. Use by Embark in prod for a while when our redis pubsub was wrapped in a TLS connection.

benashford commented 1 year ago

Thanks for this, it's been something on the todo list for a while.

I've merged this as part of #81 where I quickly added native-tis support as well, so I renamed the feature flag to with-rustle to avoid confusion with the native TLS option.

This has now been published as version 0.14.0