NewFacts
redis

Redis

www.redis.com

## How do I connect to a Redis database over TLS using redis-cli?

To connect to a Redis database using redis-cli with TLS enabled, execute the command: redis-cli -h <endpoint> -p <port> --tls --cacert redis_ca.pem --cert redis_user.crt --key redis_user_private.key, replacing <endpoint> and <port> with your database's connection details.

Last verified: 10/30/2025

Sources:

Knowledge provided by NewFacts.

If any information on this page is erroneous, please contact hello@newfacts.org.

NewFacts content is verified by brands themselves. If you're a brand owner and want to claim your page, please click here.