Performance Enhanced Master-Replica Redis
Enhanced performance master-replica Redis, which improves the performance of Redis version 6.0, and adjusts the number of threads according to the capacity to provide high performance.
Features
Capacity
The enhanced performance master-replica Redis supports capacity specifications of 4,6,8,12,16,24,32,40,48,56,64.
High Service Availability
Adopting a dual-machine master-replica architecture, the master node provides external access, and users can add, delete, modify, and query data through the Redis command line and general clients. When the master node fails, it will automatically switch between master and replica to ensure the smooth operation of the business.
High Data Reliability
Data persistence function is enabled by default, and all data is written to disk. It supports data backup function, and users can restore from backup to create instances, effectively solving problems such as data misoperation.
Compatibility
The enhanced performance version supports version 6.0 and is compatible with Redis protocol commands.
Relationship between capacity memory and io_thread
capacity | io_thread | Bandwidth Limit |
---|---|---|
4G、6G、8G、12G、16G、24G、32G | 4 | 2Gb |
40G、48G | 6 | 2Gb |
56G、64G | 8 | 4Gb |