Skip to content

Commit f34a1c6

Browse files
authored
Merge pull request #272077 from flang-msft/fxl---Flush-Data-goes-GA
Fxl---flush data goes ga
2 parents 2f2c21d + be85e57 commit f34a1c6

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

articles/azure-cache-for-redis/cache-administration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55

66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 01/05/2024
8+
ms.date: 04/12/2024
99
ms.author: franlanglois
1010
---
1111
# How to administer Azure Cache for Redis
@@ -74,7 +74,7 @@ Yes, for PowerShell instructions see [To reboot an Azure Cache for Redis](cache-
7474

7575
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.
7676

77-
## Flush data (preview)
77+
## Flush data
7878

7979
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.
8080

@@ -136,7 +136,7 @@ Yes, you can manage your scheduled updates using the following PowerShell cmdlet
136136

137137
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.
138138

139-
## Next steps
139+
## Related content
140140

141141
Learn more about Azure Cache for Redis features.
142142

articles/azure-cache-for-redis/cache-best-practices-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to scale your Azure Cache for Redis.
55
author: flang-msft
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 03/28/2023
8+
ms.date: 04/12/2024
99
ms.author: franlanglois
1010
---
1111

@@ -45,7 +45,7 @@ For more information on scaling and memory, depending on your tier see either:
4545
4646
## Minimizing your data helps scaling complete quicker
4747

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)
4949

5050
## Scaling Enterprise tier caches
5151

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ ms.custom: references_regions
77
ms.author: franlanglois
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 02/28/2024
10+
ms.date: 04/12/2024
1111

1212
---
1313

1414
# What's New in Azure Cache for Redis
1515

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+
1622
## February 2024
1723

1824
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
3137

3238
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_.
3339

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).
3541

36-
### Update channel for Basic, Standard and Premium Caches (preview)
42+
### Update channel for Basic, Standard, and Premium Caches (preview)
3743

3844
With Basic, Standard or Premium tier caches, you can choose to receive early updates by configuring the "Preview" or the "Stable" update channel.
3945

@@ -118,15 +124,15 @@ For more information, see [Use Redis modules with Azure Cache for Redis](cache-r
118124

119125
### Redis 6 becomes default update
120126

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.
122128

123129
For more information, see [Redis 6 becomes default for new cache instances](#redis-6-becomes-default-for-new-cache-instances).
124130

125131
## October 2022
126132

127133
### Enhancements for passive geo-replication
128134

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.
130136

131137
- 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).
132138

@@ -277,6 +283,6 @@ Microsoft is updating Azure services to use TLS certificates from a different se
277283

278284
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).
279285

280-
## Next steps
286+
## Related content
281287

282288
If you have more questions, contact us through [support](https://azure.microsoft.com/support/options/).
-2.08 KB
Loading

0 commit comments

Comments
 (0)