Release Notes
Announcements
Storage Engine | Compatible Version | Description |
Redis Edition | 4.0,5.0,6.2,7.0 | Fully compatible with the Redis protocol, it provides a mature and stable caching solution. |
Valkey Edition | 8.0 | Compatible with the Redis protocol, as an open-source branch of Redis, it provides performance optimizations. |
Memcached Edition | 1.6 | Compatible with the Memcached protocol, designed specifically for caching scenarios. |
Architecture | Feature | Scenarios |
Standard architecture | Master-Slave Architecture: Using a two-node master-slave architecture, with the primary node and secondary node deployed on different physical servers. Replica Configuration: Supports 1 to 5 replicas (secondary nodes). Proxy Component: Built-in Proxy component responsible for request routing and load balancing. Capacity Specifications: A single instance supports 0.25GB to 64GB. Cluster Mode: Automatic data synchronization between primary and secondary nodes. | General caching services requiring data reliability and availability. |
Cluster Architecture | Distributed Architecture: Built on the community edition Redis Cluster. Shard Scaling: Supports horizontal scaling from 1 to 128 shards. Replica Scaling: Supports 1 to 5 replica. Proxy Component: Built-in Proxy component responsible for request routing, load balancing, and cross-shard command processing. Shard Specifications: Provides multiple specifications ranging from 1GB to 64GB. Cluster Mode: Automatic sharding, data balancing, and data migration. | Distributed caching services requiring large-capacity storage and high-concurrency performance. |
Concept | Description |
Instance. | A database environment that runs independently in Tencent Cloud, where an instance can contain multiple user-created databases. |
Replica | A replica is a data backup node for the primary node, used for data redundancy and failover. |
Shard | A shard is the smallest data storage unit in a cluster, consisting of a set of primary/secondary nodes, used for data distribution and horizontal scaling. |
Node | The basic operational unit within an instance, categorized into master nodes (Master) and replica nodes (Replica). |
Proxy | The proxy layer is responsible for request forwarding, routing, and load balancing. |
Region | The instance is located on the Tencent Cloud region. |
Availability Zone | A physical area within the same region with independent power and network. |
VPC | A user-defined virtual network space that is logically isolated from other resources. |
Security Group | A virtual firewall that performs security access control for instances, specifying IP address, protocol, and port rules. |
Console | Tencent Cloud provides a visual management interface that enables users to perform management tasks, including instance creation, configuration, monitoring, and operations, via a web page. |
Horizontal scaling (shard scaling) | Increasing the number of shards enhances the overall performance and capacity of the instance. |
Vertical scaling (replica scaling) | By increasing the number of replicas to enhance the read capacity of the instance. |
Read-write separation | In scenarios with more reads than writes, the primary node handles write requests while replica nodes offload read requests. |
Project | Tencent Cloud provides a resource management approach to group cloud products by business or team, facilitating unified management and permission control. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback