We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Would be totally helpful to support connection to Redis-Cluster with TLS and non-default user.
Example (with real redis-cli): REDIS_TLS=" --tls --cert /etc/ssl/certs/client.crt --key /etc/ssl/certs/client.key --cacert /etc/ssl/certs/ca.crt " redis-cli -h ${MASTER_FDQN} -p 6379 ${REDIS_TLS} auth ${REDIS_USER} ${REDISCLI_AUTH}
BTW: Your solution is already totally cool, slim and easy to use. Like it!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Would be totally helpful to support connection to Redis-Cluster with TLS and non-default user.
Example (with real redis-cli):
REDIS_TLS=" --tls --cert /etc/ssl/certs/client.crt --key /etc/ssl/certs/client.key --cacert /etc/ssl/certs/ca.crt "
redis-cli -h ${MASTER_FDQN} -p 6379 ${REDIS_TLS} auth ${REDIS_USER} ${REDISCLI_AUTH}
BTW: Your solution is already totally cool, slim and easy to use. Like it!
The text was updated successfully, but these errors were encountered: