Skip to content

Commit bbfa0ba

Browse files
Update cache-how-to-premium-clustering.md to include 30 shards support
Add support for 30 shards
1 parent dafd678 commit bbfa0ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/azure-cache-for-redis/cache-how-to-premium-clustering.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Clustering doesn't increase the number of connections available for a clustered
2323

2424
In Azure, Redis cluster is offered as a primary/replica model where each shard has a primary/replica pair with replication, where the replication is managed by Azure Cache for Redis service.
2525

26+
## Azure Cache for Redis now supports upto 30 shards (preview)
27+
28+
Azure Cache for Redis now supports upto 30 shards for clustered caches. Clustered caches configured with two replicas can support upto 15 shards and clustered caches configured with three replicas can support upto 15 shards.
29+
30+
**Limitations**
31+
* Shard limit for caches with Redis verion 4 is 10.
32+
* Shard limit for [caches affected by cloud service retirement](./cache-faq.yml#caches-with-a-dependency-on-cloud-services--classic) is 10.
33+
* Maintenance will take longer as each node take roughly 20 minutes to update. Other maintenance operations will be blocked while your cache is under maintenance.
34+
2635
## Set up clustering
2736

2837
Clustering is enabled **New Azure Cache for Redis** on the left during cache creation.

0 commit comments

Comments
 (0)