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
| Regional availability | All Azure regions | * See the list of regions after this section.|
57
+
| Redis version | 6 | 7.4|
58
+
| Supported TLS versions | 1.2 and 1.3 | 1.2 and 1.3|
59
59
60
60
## Regional availability for Azure Managed Redis
61
61
62
62
Azure Managed Redis is current supported in the following regions. This list is updated regularly. Eventually, Azure Managed Redis will be supported all regions in Azure. Work with your sales contact to raise requests on regions where you need support.
63
63
64
-
| Americas | Europe | Middle East | Africa | Asia Pacific |
65
-
|---|---|---|---|---|
66
-
|Brazil South |Germany West Central |||East Asia |
67
-
|West Central US | UK South ||| Australia East |
68
-
|North Central US | West Europe ||| Japan East |
69
-
|West US 3 |Sweden Central |||South East Asia |
70
-
|East US 2 ||||Central India |
71
-
|South Central US |||||
72
-
|West US 2 |||||
73
-
|East US |||||
74
-
|West US |||||
75
-
|Central US |||||
76
-
|Canada Central |||||
77
-
64
+
- Americas
65
+
- Brazil South
66
+
- Brazil Southeast
67
+
- Canada Central
68
+
- Canada East
69
+
- Central US
70
+
- East US
71
+
- East US 2
72
+
- Mexico Central
73
+
- North Central US
74
+
- South Central US
75
+
- West Central US
76
+
- West US
77
+
- West US 2
78
+
- West US 3
79
+
80
+
- Europe
81
+
- France South
82
+
- Germany North
83
+
- Germany West Central
84
+
- Italy North
85
+
- Norway East
86
+
- Norway West
87
+
- Spain Central
88
+
- Sweden Central
89
+
- Sweden South
90
+
- Switzerland North
91
+
- Switzerland West
92
+
- UK South
93
+
- UK West
94
+
- West Europe
95
+
96
+
- Middle East
97
+
- Israel Central
98
+
- UAE Central
99
+
- UAE North
100
+
101
+
- Africa
102
+
- South Africa North
103
+
- South Africa West
104
+
105
+
- Asia Pacific
106
+
- Australia Central
107
+
- Australia Central 2
108
+
- Australia East
109
+
- Australia Southeast
110
+
- Central India
111
+
- East Asia
112
+
- Indonesia Central
113
+
- Japan East
114
+
- Japan West
115
+
- Jio India Central
116
+
- Jio India West
117
+
- Korea Central
118
+
- Korea South
119
+
- South East Asia
120
+
- South India
121
+
- Taiwan North
122
+
- Taiwan Northwest
78
123
## Migrate your Azure Cache for Redis instance to Azure Managed Redis
79
124
80
125
> [!NOTE]
@@ -87,24 +132,24 @@ Azure Managed Redis is current supported in the following regions. This list is
87
132
> [!NOTE]
88
133
> Use non High Availability option of Azure Managed Redis for Migrating Basic SKUs
-*This option is for cost efficiency. Ensure the peak of total used memory in the past month is less than the suggested Azure Managed Redis memory to choose this option.
110
155
-** This option is for abundant memory consumption.
@@ -124,12 +169,12 @@ Learn more at:
124
169
125
170
#### Options for Migrating Azure Cache for Redis to Azure Managed Redis
126
171
127
-
| Option| Advantages | Disadvantages |
128
-
|------------|----------|-------------|
129
-
| Create a new cache | Simplest to implement. | Need to repopulate data to the new cache, which might not work with many applications. |
130
-
| Export and import data via RDB file | Compatible with any Redis cache generally. | Some data could be lost, if they're written to the existing cache after the RDB file is generated. |
131
-
| Dual-write data to two caches | No data loss or downtime. Uninterrupted operations of the existing cache. Easier testing of the new cache. | Needs two caches for an extended period of time. |
132
-
| Migrate data programmatically | Full control over how data are moved. | Requires custom code. |
| Create a new cache | Simplest to implement. | Need to repopulate data to the new cache, which might not work with many applications.|
175
+
| Export and import data via RDB file | Compatible with any Redis cache generally.| Some data could be lost, if they're written to the existing cache after the RDB file is generated. |
176
+
| Dual-write data to two caches | No data loss or downtime. Uninterrupted operations of the existing cache. Easier testing of the new cache. | Needs two caches for an extended period of time.|
177
+
| Migrate data programmatically | Full control over how data are moved. | Requires custom code.|
133
178
134
179
#### Create a new Azure Cache for Redis
135
180
@@ -192,10 +237,10 @@ Create a custom migration process by programmatically reading data from an exist
192
237
General steps to implement this option are:
193
238
194
239
1. Create a VM in the region where the existing cache is located. If your dataset is large, choose a relatively powerful VM to reduce copying time.
195
-
2. Create a new Azure Managed Redis instance.
196
-
3. Flush data from the new cache to ensure that it's empty. This step is required because the copy tool itself doesn't overwrite any existing key in the target cache.
240
+
1. Create a new Azure Managed Redis instance.
241
+
1. Flush data from the new cache to ensure that it's empty. This step is required because the copy tool itself doesn't overwrite any existing key in the target cache.
197
242
Important: Make sure to NOT flush from the source cache.
198
-
4. Use an application such as the open-source tool mentioned previously to automate the copying of data from the source cache to the target. Remember that the copy process could take a while to complete depending on the size of your dataset.
243
+
1. Use an application such as the open-source tool mentioned previously to automate the copying of data from the source cache to the target. Remember that the copy process could take a while to complete depending on the size of your dataset.
Copy file name to clipboardExpand all lines: articles/redis/overview.md
+61-15Lines changed: 61 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,23 +133,69 @@ The following table helps describe some of the features supported by tier:
133
133
134
134
Azure Managed Redis is continually expanding into new regions.
135
135
136
-
| Americas | Europe | Middle East | Africa | Asia Pacific |
137
-
|---|---|---|---|---|
138
-
|Brazil South |Germany West Central |||East Asia |
139
-
|West Central US | UK South ||| Australia East |
140
-
|North Central US | West Europe ||| Japan East |
141
-
|West US 3 |Sweden Central |||South East Asia |
142
-
|East US 2 ||||Central India |
143
-
|South Central US |||||
144
-
|West US 2 |||||
145
-
|East US |||||
146
-
|West US |||||
147
-
|Central US |||||
148
-
|Canada Central |||||
149
-
136
+
- Americas
137
+
- Brazil South
138
+
- Brazil Southeast
139
+
- Canada Central
140
+
- Canada East
141
+
- Central US
142
+
- East US
143
+
- East US 2
144
+
- Mexico Central
145
+
- North Central US
146
+
- South Central US
147
+
- West Central US
148
+
- West US
149
+
- West US 2
150
+
- West US 3
151
+
152
+
- Europe
153
+
- France South
154
+
- Germany North
155
+
- Germany West Central
156
+
- Italy North
157
+
- Norway East
158
+
- Norway West
159
+
- Spain Central
160
+
- Sweden Central
161
+
- Sweden South
162
+
- Switzerland North
163
+
- Switzerland West
164
+
- UK South
165
+
- UK West
166
+
- West Europe
167
+
168
+
- Middle East
169
+
- Israel Central
170
+
- UAE Central
171
+
- UAE North
172
+
173
+
- Africa
174
+
- South Africa North
175
+
- South Africa West
176
+
177
+
- Asia Pacific
178
+
- East Asia
179
+
- Australia Central
180
+
- Australia Central 2
181
+
- Australia East
182
+
- Australia Southeast
183
+
- Central India
184
+
- Indonesia Central
185
+
- Japan East
186
+
- Japan West
187
+
- Jio India Central
188
+
- Jio India West
189
+
- Korea Central
190
+
- Korea South
191
+
- South East Asia
192
+
- South India
193
+
- Taiwan North
194
+
- Taiwan Northwest
195
+
150
196
To check the availability by region, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=redis-cache®ions=all).
151
197
152
-
## Migration from Azure Cache for Redis
198
+
## Moving from Azure Cache for Redis
153
199
154
200
For more information about migrating from Azure Cache for Redis to Azure Managed Redis, see [Move from Azure Cache for Redis to Azure Managed Redis](migrate/migrate-overview.md).
0 commit comments