Content is empty
If you don't find the content you expect, please try another search term
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.
Log in to the KEC instance. Download and install Redis by using one of the following methods:
Method 1: Download and install Redis from the Redis official website.
Method 2: Install Redis on the command line.
Ubuntu
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
Pure Mode