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/redis/how-to-persistence.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure data persistence - Azure Managed Redis
2
+
title: Configure data persistence (preview) - Azure Managed Redis
3
3
description: Learn how to configure and manage data persistence your Azure Managed Redis instances
4
4
5
5
@@ -11,9 +11,9 @@ ms.date: 11/15/2024
11
11
appliesto:
12
12
- ✅ Azure Managed Redis
13
13
---
14
-
# Configure data persistence for an Azure Managed Redis instance
14
+
# Configure data persistence (preview) for an Azure Managed Redis instance
15
15
16
-
[Redis persistence](https://redis.io/topics/persistence) allows you to persist data stored in cache instance. If there's a hardware failure, the cache instance is rehydrated with data from the persistence file when it comes back online. The ability to persist data is an important way to boost the durability of a cache instance because all cache data is stored in memory. Data loss is possible if a failure occurs when cache nodes are down. Persistence should be a key part of your [high availability and disaster recovery](high-availability.md) strategy with Azure Managed Redis.
16
+
[Redis persistence (preview)](https://redis.io/topics/persistence) allows you to persist data stored in cache instance. If there's a hardware failure, the cache instance is rehydrated with data from the persistence file when it comes back online. The ability to persist data is an important way to boost the durability of a cache instance because all cache data is stored in memory. Data loss is possible if a failure occurs when cache nodes are down. Persistence should be a key part of your [high availability and disaster recovery](high-availability.md) strategy with Azure Managed Redis.
@@ -37,7 +37,6 @@ You have two options for persistence with Azure Managed Redis: the _Redis databa
37
37
> Azure Managed Redis persistence features are intended to be used to restore data automatically to the same cache after data loss. The RDB/AOF persisted data files can neither be accessed by users nor imported to a new or existing cache. To move data across caches, use the _Import and Export_ feature. For more information, see [Import and Export data in Azure Managed Redis](how-to-import-export-data.md).
38
38
>
39
39
40
-
41
40
To generate any backups of data that can be added to a new cache, you can write automated scripts using PowerShell or Azure CLI that export data periodically.
42
41
43
42
## Prerequisites and limitations
@@ -48,7 +47,7 @@ Persistence features are intended to be used to restore data to the same cache a
48
47
- Persistence isn't supported with caches using [active geo-replication](how-to-active-geo-replication.md).
49
48
- The managed disk holding persisted data files is encrypted using Microsoft managed keys (MMK) by default, but customer managed keys (CMK) can also be used. For more information, see [managing data encryption](#managing-data-encryption).
50
49
51
-
## How to set up data persistence using the Azure portal
50
+
## How to set up data persistence (preview) using the Azure portal
52
51
53
52
1. Sign in to the [Azure portal](https://portal.azure.com) and start following the instructions in the [Azure Managed Redis quickstart guide](quickstart-create-managed-redis.md).
54
53
@@ -71,7 +70,7 @@ Persistence features are intended to be used to restore data to the same cache a
71
70
> You can add persistence to a previously created Azure Managed Redis instance at any time by navigating to the **Advanced settings** in the Resource menu.
72
71
>
73
72
74
-
## How to set up data persistence using PowerShell and Azure CLI
73
+
## How to set up data persistence (preview) using PowerShell and Azure CLI
0 commit comments