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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ The following list contains answers to commonly asked questions about Azure Cach
272
272
-[Do I lose data from my cache during scaling?](#do-i-lose-data-from-my-cache-during-scaling)
273
273
-[Can I use all the features of Premium tier after scaling?](#can-i-use-all-the-features-of-premium-tier-after-scaling)
274
274
-[Is my custom databases setting affected during scaling?](#is-my-custom-databases-setting-affected-during-scaling)
275
-
-[Is my cache be available during scaling?](#is-my-cache-be-available-during-scaling)
275
+
-[Will my cache be available during scaling?](#will-my-cache-be-available-during-scaling)
276
276
-[Are there scaling limitations with geo-replication?](#are-there-scaling-limitations-with-geo-replication)
277
277
-[Operations that aren't supported](#operations-that-arent-supported)
278
278
-[How long does scaling take?](#how-long-does-scaling-take)
@@ -341,10 +341,10 @@ If you configured a custom value for the `databases` setting during cache creati
341
341
342
342
While Standard, Premium, Enterprise, and Enterprise Flash caches have a SLA for availability, there's no SLA for data loss.
343
343
344
-
### Is my cache be available during scaling?
344
+
### Will my cache be available during scaling?
345
345
346
346
-**Standard**, **Premium**, **Enterprise**, and **Enterprise Flash** caches remain available during the scaling operation. However, connection blips can occur while scaling these caches, and also while scaling from **Basic** to **Standard** caches. These connection blips are expected to be small and redis clients can generally re-establish their connection instantly.
347
-
- For Enterprise and Enterprise Flash caches using active geo-replication, scaling only a subset of linked caches can introduce issues over time in some cases. We recommend scaling all caches in the geo-replication group together were possible.
347
+
- For **Enterprise** and **Enterprise Flash** caches using active geo-replication, scaling only a subset of linked caches can introduce issues over time in some cases. We recommend scaling all caches in the geo-replication group together where possible.
348
348
-**Basic** caches are offline during scaling operations to a different size. Basic caches remain available when scaling from **Basic** to **Standard** but might experience a small connection blip. If a connection blip occurs, Redis clients can generally re-establish their connection instantly.
349
349
350
350
### Are there scaling limitations with geo-replication?
0 commit comments