You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: