makisu icon indicating copy to clipboard operation
makisu copied to clipboard

Add TLS Support to Redis Connection

Open aaronmell opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Its not possible to use a redis password with AWS Elasticache because AWS requires TLS at transport to be enabled.

Describe the solution you'd like Add a flag that will enabled tls --redis-cache-enable-tls

You might also want to support, the following flags, although those are not needed in this case. InsecureSkipVerify: MinVersion:
RootCAs:

aaronmell avatar Jan 19 '20 22:01 aaronmell