Skip to content

Conversation

@rtimush
Copy link

@rtimush rtimush commented Jun 17, 2025

This PR makes it possible to use TLS with deadpool_redis by providing the TlsCertificates instance when creating a Manager.

An alternative would be to make it possible to create a Manager directly from a Client. However, to me it looks like providing the TlsCertificates aligns better with what other deadpool crates do.

The original issue (#404) also suggests that deadpool_redis::Config could have a tls_params field.
This appears to be tricky, as the TlsConnParams struct is not exposed directly by the redis crate.

Closes #404.

@bikeshedder bikeshedder added enhancement New feature or request A-redis Area: Redis / deadpool-redis labels Jul 23, 2025
@bikeshedder bikeshedder force-pushed the main branch 3 times, most recently from 7a9da3d to f713c85 Compare September 2, 2025 11:51
@rtimush
Copy link
Author

rtimush commented Dec 15, 2025

Hi @bikeshedder. Is anything blocking this PR from being merged? I’m happy to make any changes needed to move it forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-redis Area: Redis / deadpool-redis enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot use redis TLS certificates

2 participants