-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
A-redisArea: Redis / deadpool-redisArea: Redis / deadpool-redisenhancementNew feature or requestNew feature or request
Description
Hello,
I was trying to use deadpool with a redis server which has tls enabled.
Currently, unlike the redis::ConnectionAddr, deadpool_redis::ConnectionAddr does not contain tls_params. That tls config is explicitly set to None in config.rs.
Moreover, there is currently no way to instantiate a Manager directly with a redis::Client, which could avoid that issue.
Is there a way to have a working pool with TLS that I miss ?
Regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-redisArea: Redis / deadpool-redisArea: Redis / deadpool-redisenhancementNew feature or requestNew feature or request