Skip to content

Commit 23b9df1

Browse files
authored
Update cache-how-to-premium-persistence.md
Updating same information here as present in https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/managed-redis/managed-redis-how-to-persistence#how-to-set-up-data-persistence-using-the-azure-portal for people using azure cache for redis and having questions on whether persistence could be adopted as a backup strategy or not.
1 parent a8ecbe1 commit 23b9df1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ ms.date: 04/10/2023
1818
>[!WARNING]
1919
> 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.
2020
>
21+
> [!IMPORTANT]
22+
>
23+
> Data persistence is meant to provide resilience for unexpected Redis node failures, but it is not a data backup or point in time recovery (PITR) feature. If corrupted data is written to the Redis instance this data will also be persisted. To make backups of your Redis instance, use the [export feature](managed-redis-how-to-import-export-data.md).
24+
>
2125
2226
## Scope of availability
2327

0 commit comments

Comments
 (0)