djc / bb8

Full-featured async (tokio-based) postgres connection pool (like r2d2)
MIT License
753 stars 110 forks source link

Unable to connect to secure client using bb8-redis #160

Open sagoez opened 1 year ago

sagoez commented 1 year ago

Error: Unable to initialize redis client.

Caused by: can't connect with TLS, the feature is not enabled [Finished running. Exit status: 1]

I can work on a fix for this if you want

djc commented 1 year ago

How do you propose to fix it? Just forwarding the Cargo features sounds okay to me.

sagoez commented 1 year ago

Yes. That's what I was planning. Sounds good, will send PR