Skip to content

Commit 6e61f52

Browse files
Merge pull request #261411 from MSFTeegarden/patch-47
30 shard limit
2 parents 20dde61 + 130fd22 commit 6e61f52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-cache-for-redis/cache-how-to-scale.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ You can scale out/in with the following restrictions:
7878
- _Scale out_ is only supported on the **Premium**, **Enterprise**, and **Enterprise Flash** tiers.
7979
- _Scale in_ is only supported on the **Premium** tier.
8080
- On the **Premium** tier, clustering must be enabled first before scaling in or out.
81+
- On the **Premium** tier, there is GA support for scale out up to 10 shards. Support for up to 30 shards is in preview. (For caches with two replicas, the shard limit is 20. With three replicas, shard limit is 15.)
8182
- Only the **Enterprise** and **Enterprise Flash** tiers can scale up and scale out simultaneously.
8283

8384
## How to scale - Basic, Standard, and Premium tiers
@@ -149,7 +150,7 @@ Clustering is enabled during cache creation from the working pane, when you crea
149150

150151
:::image type="content" source="media/cache-how-to-scale/redis-cache-clustering.png" alt-text="Screenshot showing the clustering toggle.":::
151152

152-
You can have up to 10 shards in the cluster. After selecting **Enable**, slide the slider or type a number between 1 and 10 for **Shard count** and select **OK**.
153+
You can have up to 30 shards in the cluster. After selecting **Enable**, slide the slider or type a number between 1 and 30 for **Shard count** and select **OK**.
153154

154155
Each shard is a primary/replica cache pair managed by Azure. The total size of the cache is calculated by multiplying the number of shards by the cache size selected in the pricing tier.
155156

@@ -175,7 +176,7 @@ To change the cluster size on a premium cache that you created earlier, and is a
175176

176177
:::image type="content" source="media/cache-how-to-scale/redis-cache-redis-cluster-size.png" alt-text="Screenshot of working pane with Cluster size selected. ":::
177178

178-
To change the cluster size, use the slider or type a number between 1 and 10 in the **Shard count** text box. Then, select **OK** to save.
179+
To change the cluster size, use the slider or type a number between 1 and 30 in the **Shard count** text box. Then, select **OK** to save.
179180

180181
Increasing the cluster size increases max throughput and cache size. Increasing the cluster size doesn't increase the max. connections available to clients.
181182

0 commit comments

Comments
 (0)