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
Hello,
I was trying to use deadpool with a redis server which has tls enabled.
Currently, unlike the
redis::ConnectionAddr,deadpool_redis::ConnectionAddrdoes not containtls_params. That tls config is explicitly set toNonein config.rs.Moreover, there is currently no way to instantiate a
Managerdirectly with aredis::Client, which could avoid that issue.Is there a way to have a working pool with TLS that I miss ?
Regards