
Component | Description |
Master node | The master node is responsible for handling read/write requests and synchronizing data to replica nodes. Each instance has one master node. |
Replica node | A replica node is responsible for data redundancy and high availability. It synchronizes data from the master node in real time and automatically takes over as the new master node upon master node failure. The system supports 1 to 5 replicas, where more replicas result in higher availability. |
Proxy | A built-in proxy component receives client requests and routes them to the corresponding nodes, providing load balancing and read/write separation capabilities. |
Version | Supported Replica Quantity | Read/Write Separation |
Redis 4.0, 5.0, 6.2, and 7.0 | 1–5 | Supported |
Valkey 8.0 | 1–5 | Supported |
Item | Value | Description |
Capacity | 0.25–64 GB | Upgrade the architecture to the cluster architecture (up to 8 TB). For detailed instructions, see Upgrading the Instance Architecture. |
Performance upper limit | 100,000 QPS | Tencent Cloud conducts multiple stress tests in standard testing environments and uses stable values as official references. For details, see Specifications and Performance. |
Feedback