百度智能云

All Product Document

          Simple Cache Service SCS

          Redis Cluster Version

          Redis instance with cluster architecture contains multiple multiparts and multiple proxy nodes. It is compatible with Redis 3.2 protocols and commands, adopts a distributed architecture, and supports horizontal and vertical capacity scaling (will be put into use). The cluster instance can scale the data capacity and improve network/CPU/QPS capabilities quickly by horizontally scaling the number of multiparts, and can carry much higher traffic capacity than the standard instances.

          Redis cluster version of instance can freely choose the cache node specifications and number of multiparts and flexibly create the required instance specifications.

          Node Specifications

          Specifications User available memory Maximum connections Maximum private network bandwidth CPU processing power QPS reference Number of optional multiparts
          cache.n1.small 2GB 10,000 0.5Gbps 1 core 60,000 2/4/6/8/12/16/24/32/48/64/96/128
          cache.n1.medium 4GB 10,000 1.5Gbps 1 core 60,000 2/4/6/8/12/16/24/32/48/64/96/128
          cache.n1.large 8GB 10,000 1.5Gbps 1 core 60,000 2/4/6/8/12/16/24/32/48/64/96/128
          cache.n1.xlarge 16GB 10,000 3Gbps 1 core 60,000 2/4/6/8/12/16/24/32/48/64/96/128

          Cluster Specifications

          Item Description
          User’s total available memory User’s available memory of cache node * Number of multiparts
          Total maximum connections Maximum connections of cache nodes * number of multiparts
          Total maximum private network bandwidth Maximum private network bandwidth of cache node * Number of multiparts
          Total CPU processing power CPU processing power of cache node * Number of multiparts
          Total QPS references QPS reference of cache nodes * number of multiparts

          Number of Optional Replicas

          Number of replicas Data replica Single multipart content Description
          1 Single replica of data Contains 1 cache node: 1 master node Do not provide the data reliability and do not support the backup and persistence
          2 Double replica of data Contain 2 cache nodes: 1 master node + 1 standby node Provide the data reliability and support the backup and persistence
          Previous
          Redis Standard Version
          Next
          Memcached Cluster Version