You can connect to a TencentDB for Tendis instance using a private network address, the data management console (DMC), and programing languages.
A CVM instance can be used to access the private network address that is automatically assigned to a TencentDB instance. This connection method relies on the high-speed private network of Tencent Cloud and features low delay. Both instances should be under the same account and reside in the same VPC in the same region or reside in the classic network.
Note:
- CVM and TencentDB instances in different VPCs (under the same or different accounts in the same or different regions) can be interconnected over private network through Cloud Connect Network.
- To connect to Tendis instances with a public network address, please see iptables Forwarding.
yum install redis -y
If Complete!
is displayed, the client is installed successfully.The following connection command supported by open-source Redis can be used to connect to the Tendis instance:
redis-cli -h IP address -p port -a password
For example, if the password you set is abcd1234
, then the connection command should be as follows:
redis-cli -h IP address -p port -a abcd1234
You can use Tencent Cloud’s data management console (DMC) to access TencentDB for Tendis instances, manipulate databases and tables, manage instance sessions, monitor instances in real time, view InnoDB lock waits, and use the SQL window.
For connection samples, please see Instance Connection Using Programing Languages.
Was this page helpful?