A single-node DCS Redis instance has only one node and does not support data persistence. They are suitable for cache services that do not require data reliability.
Single-node instances are 40% cheaper than master/standby DCS instances, suitable for setting up development or testing environments.
Data persistence is not ensured through one master node for single-node instances. The data cannot be backed up.
Figure 1 shows the architecture of single-node DCS Redis instances.
To access a DCS Redis 3.0 instance, you must use port 6379. To access a DCS Redis 4.0 or later instance, you can customize the port. If no port is specified, the default port 6379 will be used. In the following architecture, port 6379 is used. If you have customized a port, replace 6379 with the actual port.
Architecture description:
All server nodes of the instance run in the same VPC.
For intra-VPC access, the client and the instance must be in the same VPC.
The client of the instance, which is the application running on an Elastic Cloud Server (ECS).
DCS Redis instances are compatible with the Redis protocol, and can be accessed through open-source clients. For details about accessing DCS instances, see Accessing an Instance.
A single-node DCS instance, which has only one node and one Redis process.