Files
doc-exports/docs/dcs/umn/dcs-faq-221222.html
chenjunjie fcbcabfb7d DCS UMN 20251222 version
Reviewed-by: Liudmila Denisova <ldenisov@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: chenjunjie <chenjunjie@huawei.com>
Co-committed-by: chenjunjie <chenjunjie@huawei.com>
2026-04-20 14:27:46 +00:00

1.7 KiB

Is the Read-only Address of a Master/Standby Instance Connected to the Master or Standby Node?

A master/standby DCS Redis 4.0 or later instance has a Connection Address and a Read-only Address. The connection address is used to connect to the master node of the instance, and the read-only address is used to connect to the standby node of the instance.

For more information, see Architecture of Master/Standby DCS Redis Instances.

Figure 1 Instance addresses

By default, the client reads and writes data on the master node. Data is synchronized to the standby node. To implement read/write splitting, ensure that your client can distinguish between read and write requests. The client directs write requests to the read/write domain name and read requests to the read-only domain name.