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-active-geo-replication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ To monitor the _Geo Replication Healthy_ metric in the Azure portal:
202
202
203
203
- Use of custom Hash tags – Using custom hashtags in Redis can lead to uneven distribution of data across shards, which might cause performance issues and synchronization problems in geo-replicas therefore avoid using custom hashtags unless the database needs to perform multiple key operations.
204
204
205
-
- Large Key Size - Large keys can create synchronization issues among geo-replicas. To maintain smooth performance and reliable replication, we recommend keeping key sizes under 500MB when using geo-replication. If individual key size gets close to 2GB the cache faces geo=replication health issues.
205
+
- Large Key Size - Large keys can create synchronization issues among geo-replicas. To maintain smooth performance and reliable replication, we recommend keeping key sizes under 500MB when using geo-replication. If individual key size gets close to 2GB the cache faces geo-replication health issues.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/managed-redis/managed-redis-how-to-active-geo-replication.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,13 +215,11 @@ Due to the potential for inadvertent data loss, you can't use the `FLUSHALL` and
215
215
216
216
## Geo-replication Metric
217
217
218
-
The _Geo Replication Healthy_ metric in Azure Cache for Redis Enterprise/Azure Managed Redis helps monitor the health of geo-replicated clusters. You can use this metric to monitor the sync status among geo-replicas.
219
-
220
218
The _Geo Replication Healthy_ metric in the Azure Managed Redis helps monitor the health of geo-replicated clusters. You use this metric to monitor the sync status among geo-replicas.
221
219
222
220
To monitor the _Geo Replication Healthy_ metric in the Azure portal:
223
221
224
-
1. Open the Azure portal and select your Azure Cache for Redis instance.
222
+
1. Open the Azure portal and select your Azure Managed Redis instance.
225
223
226
224
1. On the Resource menu, select **Metrics** under the **Monitoring** section.
227
225
@@ -239,7 +237,7 @@ To monitor the _Geo Replication Healthy_ metric in the Azure portal:
239
237
240
238
1. Save the alert.
241
239
242
-
1. For more information on how to setup alerts for you Redis Enterprise cache, see [Monitor Azure Cache for Redis](monitor-cache.md).
240
+
1. For more information on how to setup alerts for you Redis Enterprise cache, see .
243
241
244
242
> [!IMPORTANT]
245
243
> This metric might temporarily show as unhealthy due to routine operations like maintenance events or scaling, initiated either by Azure or the customer. To avoid false alarms, we recommend setting up an observation window of 60 minutes, where the metric continues to stay unhealthy as the appropriate time for generating an alert as it might indicate a problem that requires intervention.
@@ -248,7 +246,7 @@ To monitor the _Geo Replication Healthy_ metric in the Azure portal:
248
246
249
247
- Use of custom Hash tags – Using custom hashtags in Redis can lead to uneven distribution of data across shards, which might cause performance issues and synchronization problems in geo-replicas therefore avoid using custom hashtags unless the database needs to perform multiple key operations.
250
248
251
-
- Large Key Size - Large keys can create synchronization issues among geo-replicas. To maintain smooth performance and reliable replication, we recommend keeping key sizes under 500MB when using geo-replication. If individual key size gets close to 2GB the cache faces geo=replication health issues.
249
+
- Large Key Size - Large keys can create synchronization issues among geo-replicas. To maintain smooth performance and reliable replication, we recommend keeping key sizes under 500MB when using geo-replication. If individual key size gets close to 2GB the cache faces geo-replication health issues.
0 commit comments