You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-scale.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ You can scale out/in with the following restrictions:
78
78
-_Scale out_ is only supported on the **Premium**, **Enterprise**, and **Enterprise Flash** tiers.
79
79
-_Scale in_ is only supported on the **Premium** tier.
80
80
- 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.)
81
82
- Only the **Enterprise** and **Enterprise Flash** tiers can scale up and scale out simultaneously.
82
83
83
84
## 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
149
150
150
151
:::image type="content" source="media/cache-how-to-scale/redis-cache-clustering.png" alt-text="Screenshot showing the clustering toggle.":::
151
152
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**.
153
154
154
155
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.
155
156
@@ -175,7 +176,7 @@ To change the cluster size on a premium cache that you created earlier, and is a
175
176
176
177
:::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. ":::
177
178
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.
179
180
180
181
Increasing the cluster size increases max throughput and cache size. Increasing the cluster size doesn't increase the max. connections available to clients.
0 commit comments