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-administration.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
@@ -5,7 +5,7 @@ author: flang-msft
5
5
6
6
ms.service: cache
7
7
ms.topic: conceptual
8
-
ms.date: 01/05/2024
8
+
ms.date: 04/12/2024
9
9
ms.author: franlanglois
10
10
---
11
11
# How to administer Azure Cache for Redis
@@ -74,7 +74,7 @@ Yes, for PowerShell instructions see [To reboot an Azure Cache for Redis](cache-
74
74
75
75
No. Reboot isn't available for the Enterprise tier yet. Reboot is available for Basic, Standard and Premium tiers.The settings that you see on the Resource menu under **Administration** depend on the tier of your cache. You don't see **Reboot** when using a cache from the Enterprise tier.
76
76
77
-
## Flush data (preview)
77
+
## Flush data
78
78
79
79
When using the Basic, Standard, or Premium tiers of Azure Cache for Redis, you see **Flush data** on the resource menu. The **Flush data** operation allows you to delete or _flush_ all data in your cache. This _flush_ operation can be used before scaling operations to potentially reduce the time required to complete the scaling operation on your cache. You can also configure to run the _flush_ operation periodically on your dev/test caches to keep memory usage in check.
80
80
@@ -136,7 +136,7 @@ Yes, you can manage your scheduled updates using the following PowerShell cmdlet
136
136
137
137
Yes. In general, updates aren't applied outside the configured Scheduled Updates window. Rare critical security updates can be applied outside the patching schedule as part of our security policy.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-best-practices-scale.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to scale your Azure Cache for Redis.
5
5
author: flang-msft
6
6
ms.service: cache
7
7
ms.topic: conceptual
8
-
ms.date: 03/28/2023
8
+
ms.date: 04/12/2024
9
9
ms.author: franlanglois
10
10
---
11
11
@@ -45,7 +45,7 @@ For more information on scaling and memory, depending on your tier see either:
45
45
46
46
## Minimizing your data helps scaling complete quicker
47
47
48
-
If preserving the data in the cache isn't a requirement, consider flushing the data prior to scaling. Flushing the cache helps the scaling operation complete more quickly so the new capacity is available sooner. See more details on [how to initiate flush operation.](cache-administration.md#flush-data-preview)
48
+
If preserving the data in the cache isn't a requirement, consider flushing the data prior to scaling. Flushing the cache helps the scaling operation complete more quickly so the new capacity is available sooner. See more details on [how to initiate flush operation.](cache-administration.md#flush-data)
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-whats-new.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,18 @@ ms.custom: references_regions
7
7
ms.author: franlanglois
8
8
ms.service: cache
9
9
ms.topic: conceptual
10
-
ms.date: 02/28/2024
10
+
ms.date: 04/12/2024
11
11
12
12
---
13
13
14
14
# What's New in Azure Cache for Redis
15
15
16
+
## April 2024
17
+
18
+
Support for a built-in _flush_ operation that can be started at the control plane level for caches in the Basic, Standard, and Premium tier has now reached General Availability (GA).
19
+
20
+
For more information, see [flush data operation](cache-administration.md#flush-data).
21
+
16
22
## February 2024
17
23
18
24
Support for using customer managed keys for disk (CMK) encryption has now reached General Availability (GA).
@@ -31,9 +37,9 @@ For more information, see [What are the configuration settings for the TLS proto
31
37
32
38
Basic, Standard, and Premium tier caches now support a built-in _flush_ operation that can be started at the control plane level. Use the _flush_ operation with your cache executing the `FLUSH ALL` command through Portal Console or _redis-cli_.
33
39
34
-
For more information, see [flush data operation](cache-administration.md#flush-data-preview).
40
+
For more information, see [flush data operation](cache-administration.md#flush-data).
35
41
36
-
### Update channel for Basic, Standard and Premium Caches (preview)
42
+
### Update channel for Basic, Standard, and Premium Caches (preview)
37
43
38
44
With Basic, Standard or Premium tier caches, you can choose to receive early updates by configuring the "Preview" or the "Stable" update channel.
39
45
@@ -118,15 +124,15 @@ For more information, see [Use Redis modules with Azure Cache for Redis](cache-r
118
124
119
125
### Redis 6 becomes default update
120
126
121
-
All versions of Azure Cache for Redis REST API, PowerShell, Azure CLI and Azure SDK, will create Redis instances using Redis 6 starting January 20, 2023. Previously, we announced this change would take place on November 1, 2022, but due to unforeseen changes, the date has now been pushed out to January 20, 2023.
127
+
All versions of Azure Cache for Redis REST API, PowerShell, Azure CLI, and Azure SDK, create Redis instances using Redis 6 starting January 20, 2023. Previously, we announced this change would take place on November 1, 2022, but due to unforeseen changes, the date has now been pushed out to January 20, 2023.
122
128
123
129
For more information, see [Redis 6 becomes default for new cache instances](#redis-6-becomes-default-for-new-cache-instances).
124
130
125
131
## October 2022
126
132
127
133
### Enhancements for passive geo-replication
128
134
129
-
Several enhancements have been made to the passive geo-replication functionality offered on the Premium tier of Azure Cache for Redis.
135
+
Several enhancements were made to the passive geo-replication functionality offered on the Premium tier of Azure Cache for Redis.
130
136
131
137
- New metrics are available for customers to better track the health and status of their geo-replication link, including statistics around the amount of data that is waiting to be replicated. For more information, see [Monitor Azure Cache for Redis](cache-how-to-monitor.md).
132
138
@@ -277,6 +283,6 @@ Microsoft is updating Azure services to use TLS certificates from a different se
277
283
278
284
For more information on the effect to Azure Cache for Redis, see [Azure TLS Certificate Change](cache-best-practices-development.md#azure-tls-certificate-change).
279
285
280
-
## Next steps
286
+
## Related content
281
287
282
288
If you have more questions, contact us through [support](https://azure.microsoft.com/support/options/).
0 commit comments