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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,7 @@ The following list contains answers to commonly asked questions about Azure Cach
270
270
-[After scaling, do I have to change my cache name or access keys?](#after-scaling-do-i-have-to-change-my-cache-name-or-access-keys)
271
271
-[How does scaling work?](#how-does-scaling-work)
272
272
-[Do I lose data from my cache during scaling?](#do-i-lose-data-from-my-cache-during-scaling)
273
+
-[Can I use all the features of Premium tier after scaling?](#can-i-use-all-the-features-of-premium-tier-after-scaling)
273
274
-[Is my custom databases setting affected during scaling?](#is-my-custom-databases-setting-affected-during-scaling)
274
275
-[Is my cache be available during scaling?](#is-my-cache-be-available-during-scaling)
275
276
-[Are there scaling limitations with geo-replication?](#are-there-scaling-limitations-with-geo-replication)
@@ -316,6 +317,10 @@ No, your cache name and keys are unchanged during a scaling operation.
316
317
- When you scale a **Basic** cache to a **Standard** cache, the data in the cache is typically preserved.
317
318
- When you scale a **Standard**, **Premium**, **Enterprise**, or **Enterprise Flash** cache to a larger size, all data is typically preserved. When you scale a Standard or Premium cache to a smaller size, data can be lost if the data size exceeds the new smaller size when it's scaled down. If data is lost when scaling down, keys are evicted using the [allkeys-lru](https://redis.io/topics/lru-cache) eviction policy.
318
319
320
+
### Can I use all the features of Premium tier after scaling?
321
+
322
+
No, features that are creation level settings in Premium tier such as configuring of VNET, setting up zone redundancy won't be available for configuration after scaling. You need to create a new instance in case you are looking to leverage any of those features.
323
+
319
324
### Is my custom databases setting affected during scaling?
320
325
321
326
If you configured a custom value for the `databases` setting during cache creation, keep in mind that some pricing tiers have different [databases limits](cache-configure.md#databases). Here are some considerations when scaling in this scenario:
@@ -454,4 +459,4 @@ Unlike Basic, Standard, and Premium tier caches, Enterprise and Enterprise Flash
454
459
## Next steps
455
460
456
461
-[Configure your maxmemory-reserved setting](cache-best-practices-memory-management.md#configure-your-maxmemory-reserved-setting)
457
-
-[[Best practices for scaling](cache-best-practices-scale.md)]
462
+
-[Best practices for scaling](cache-best-practices-scale.md)
0 commit comments