content/operate/rs/7.4/references/connecting-to-redis.md
To establish a connection to a Redis database, you'll need the following information:
The combination of hostname:port is commonly referred to as the "endpoint." This information is readily obtainable from your Redis Enterprise Cluster and Redis Cloud admin consoles. Unless otherwise specified, our Redis databases are accessible via a single managed endpoint to ensure high availability.
You can connect to a Redis database using a wide variety of tools and libraries depending on your needs. Here's a short list:
redis-cli - to quickly connect and manage any Redis database (tip: you can also use telnet instead)Connecting to a remote server can be challenging. Here’s a quick checklist for common pitfalls:
INFO command and act on its reply or error message.If you encounter any difficulties or have questions please feel free to contact our help desk.