Last updated:2021-06-08 16:02:16
By default, you can access a KCS instance only by using its private IP address over the internal network. To access a KCS instance from the Internet, you must apply for a public IP address for the instance on the instance details page. For more information, see Enable public access.
This topic describes how to connect to a KCS instance from a Kingsoft Cloud Elastic Compute (KEC) instance on which Ubuntu or CentOS is installed.
Method 1: Download and install Redis from the Redis official website.
Method 2: Install Redis on the command line.
sudo apt install redis-tools
yum install redis -y
Redis is installed when the message “Complete!” appears.
redis-cli -h Instance IP address -a Password
Did you find the above information helpful?
Please give us your feedback.
Thank you for your feedback.