Skip to content

Commit 80557c6

Browse files
authored
Added warning for every-write AOF
1 parent 0c28f24 commit 80557c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ ms.date: 04/10/2023
1818
> If you are using persistence on the Premium tier, check to see if your storage account has soft delete enabled before using the data persistence feature. Using data persistence with soft delete causes very high storage costs. For more information, see [should I enable soft delete?](#how-frequently-does-rdb-and-aof-persistence-write-to-my-blobs-and-should-i-enable-soft-delete).
1919
>
2020
21+
>[!WARNING]
22+
> The _always write_ option for AOF persistence on the Enterprise and Enterprise Flash tiers is set to be retired on April 1, 2025. This option has significant performance limitations is no longer recommended. Using the _write every second_ option or using RDB persistence is recommended instead.
23+
>
24+
2125
## Scope of availability
2226

2327
|Tier | Basic, Standard | Premium |Enterprise, Enterprise Flash |
@@ -146,6 +150,10 @@ It takes a while for the cache to create. You can monitor progress on the Azure
146150

147151
1. Finish creating the cache by following the rest of the instructions in the [Enterprise tier quickstart guide](quickstart-create-redis-enterprise.md).
148152

153+
>[!WARNING]
154+
> The _always write_ option for AOF persistence is set to be retired on April 1, 2025. This option has significant performance limitations is no longer recommended. Using the _write every second_ option or using RDB persistence is recommended instead.
155+
>
156+
149157
> [!NOTE]
150158
> You can add persistence to a previously created Enterprise tier cache at any time by navigating to the **Advanced settings** in the Resource menu.
151159
>

0 commit comments

Comments
 (0)