winsmith opened a new issue, #17962: URL: https://github.com/apache/druid/issues/17962
### Description While the memcached cache provider allows for the `druid.cache.enableTls` config property, the redis cache provider ignores this flag, even though Jedis does have a [ssl flag](https://www.javadoc.io/doc/redis.clients/jedis/latest/redis/clients/jedis/Jedis.html#Jedis-java.lang.String-int-boolean-) ### Motivation I would really like to connect to a hosted AWS Elasticache for Redis instance where I can't disable transport encryption ### Contributing I will try to build a PR to implement this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
