Skip to content

Commit 20bbc7b

Browse files
committed
made review changes
1 parent d417239 commit 20bbc7b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/azure-cache-for-redis/cache-how-to-active-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ To monitor the _Geo Replication Healthy_ metric in the Azure portal:
202202

203203
- 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.
204204

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.
206206

207207
### Flush caches using Azure CLI or PowerShell
208208

articles/azure-cache-for-redis/managed-redis/managed-redis-how-to-active-geo-replication.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,11 @@ Due to the potential for inadvertent data loss, you can't use the `FLUSHALL` and
215215

216216
## Geo-replication Metric
217217

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-
220218
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.
221219

222220
To monitor the _Geo Replication Healthy_ metric in the Azure portal:
223221

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.
225223

226224
1. On the Resource menu, select **Metrics** under the **Monitoring** section.
227225

@@ -239,7 +237,7 @@ To monitor the _Geo Replication Healthy_ metric in the Azure portal:
239237

240238
1. Save the alert.
241239

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 .
243241

244242
> [!IMPORTANT]
245243
> 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:
248246

249247
- 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.
250248

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.
252250

253251
### Flush caches using Azure CLI or PowerShell
254252

0 commit comments

Comments
 (0)