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-how-to-import-export-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to import and export data to and from blob storage with y
4
4
author: flang-msft
5
5
ms.service: cache
6
6
ms.topic: conceptual
7
-
ms.date: 01/31/2023
7
+
ms.date: 03/10/2023
8
8
ms.author: franlanglois
9
9
10
10
---
@@ -23,7 +23,7 @@ For information on which Azure Cache for Redis tiers support import and export,
23
23
24
24
## Import
25
25
26
-
Use import to bring Redis compatible RDB files from any Redis server running in any cloud or environment, including Redis running on Linux, Windows, or any cloud provider such as Amazon Web Services and others. Importing data is an easy way to create a cache with pre-populated data. During the import process, Azure Cache for Redis loads the RDB files from Azure storage into memory and then inserts the keys into the cache.
26
+
Use import to bring Redis compatible RDB files from any Redis server running in any cloud or environment, including Redis running on Linux, Windows, or any cloud provider such as Amazon Web Services and others. Importing data is an easy way to create a cache with prepopulated data. During the import process, Azure Cache for Redis loads the RDB files from Azure storage into memory and then inserts the keys into the cache.
27
27
28
28
> [!NOTE]
29
29
> Before beginning the import operation, ensure that your Redis Database (RDB) file or files are uploaded into page or block blobs in Azure storage, in the same region and subscription as your Azure Cache for Redis instance. For more information, see [Get started with Azure Blob storage](../storage/blobs/storage-quickstart-blobs-dotnet.md). If you exported your RDB file using the [Azure Cache for Redis Export](#export) feature, your RDB file is already stored in a page blob and is ready for importing.
@@ -76,7 +76,7 @@ Export allows you to export the data stored in Azure Cache for Redis to Redis co
76
76
> - Export works with page blobs that are supported by both classic and Resource Manager storage accounts.
77
77
> - Azure Cache for Redis does not support exporting to ADLS Gen2 storage accounts.
78
78
> - Export is not supported by Blob storage accounts at this time.
79
-
> -Redis cache data export to Firewallenabled storage accounts fails? [Please refer to How to export if I have firewall enabled on my storage account?](#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
79
+
> -If your cache data export to Firewall-enabled storage accounts fails, refer to [How to export if I have firewall enabled on my storage account?](#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
80
80
>
81
81
> For more information, see [Azure storage account overview](../storage/common/storage-account-overview.md).
82
82
>
@@ -137,7 +137,7 @@ Azure Cache for Redis supports RDB import up through RDB version 7.
137
137
138
138
### Can I use Import/Export with Redis cluster?
139
139
140
-
Yes, and you can import/export between a clustered cache and a non-clustered cache. Since Redis cluster [only supports database 0](cache-how-to-premium-clustering.md#do-i-need-to-make-any-changes-to-my-client-application-to-use-clustering), any data in databases other than 0 isn't imported. When clustered cache data is imported, the keys are redistributed among the shards of the cluster.
140
+
Yes, and you can import/export between a clustered cache and a nonclustered cache. Since Redis cluster [only supports database 0](cache-how-to-premium-clustering.md#do-i-need-to-make-any-changes-to-my-client-application-to-use-clustering), any data in databases other than 0 isn't imported. When clustered cache data is imported, the keys are redistributed among the shards of the cluster.
141
141
142
142
### How does Import/Export work with a custom databases setting?
0 commit comments