This section describes master/standby DCS Redis instances.
You cannot upgrade the Redis version for an instance. For example, a master/standby DCS Redis 4.0 instance cannot be upgraded to a master/standby DCS Redis 5.0 instance. If your service requires the features of higher Redis versions, create a DCS Redis instance of a higher version and then migrate data from the old instance to the new one.
Master/Standby DCS instances have higher availability and reliability than single-node DCS instances.
Master/Standby DCS instances have the following features:
By default, data persistence is enabled by both the master and the standby node of a master/standby instance.
The standby node of a Redis 4.0 or later instance is visible to you. You can read data from the standby node by connecting to it using the instance read-only address.
Data in the master and standby nodes is kept consistent through incremental synchronization.
After recovering from a network exception or node fault, master/standby instances perform a full synchronization to ensure data consistency.
If the master node becomes faulty, the instance is disconnected and unavailable for several seconds. The standby node takes over within 30 seconds without manual operations to resume stable services.
Each master/standby, read/write splitting, or cluster DCS instance can be deployed across AZs with physically isolated power supplies and networks. Applications can also be deployed across AZs to achieve high availability for both data and applications.
Master/Standby DCS Redis 4.0 and later instances support client read/write splitting. When connecting to such an instance, you can use the read/write address to connect to the master node or use the read-only address to connect to the standby node.
To implement read/write splitting for a master/standby instance, configure it on a client. To use the read/write splitting function, you are advised to use read/write splitting instances.
The following figure shows the architecture of a master/standby DCS Redis 4.0/5.0/6.0/7.0 instance.

Architecture description:
The connection addresses can be obtained on the instance details page on the DCS console.
Sentinels are invisible to you and is used only in the service.