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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: flang-msft
5
5
6
6
ms.service: cache
7
7
ms.topic: conceptual
8
-
ms.date: 02/15/2023
8
+
ms.date: 03/28/2023
9
9
ms.author: franlanglois
10
10
11
11
---
@@ -43,7 +43,7 @@ There are a few restrictions when using active geo replication:
43
43
- Data persistence isn't supported because active geo-replication provides a superior experience.
44
44
- You can't add an existing (that is, running) cache to a geo-replication group. You can only add a cache to a geo-replication group when you create the cache.
45
45
- All caches within a geo-replication group must have the same configuration. (for example, same SKU, capacity, eviction policy, clustering policy, modules, and TLS setting.)
46
-
- You can't use the `FLUSHALL` and `FLUSHDB`commands Redis when using active geo-replication. Prohibiting the commands prevents unintended deletion of data. Use the [flush control plane operation](#flush-operation) instead.
46
+
- You can't use the `FLUSHALL` and `FLUSHDB` Redis commands when using active geo-replication. Prohibiting the commands prevents unintended deletion of data. Use the [flush control plane operation](#flush-operation) instead.
47
47
48
48
## Create or join an active geo-replication group
49
49
@@ -65,7 +65,7 @@ There are a few restrictions when using active geo replication:
65
65
66
66
## Remove from an active geo-replication group
67
67
68
-
To remove a cache instance from an active geo-replication group, you just delete the instance. The remaining instances will reconfigure themselves automatically.
68
+
To remove a cache instance from an active geo-replication group, you just delete the instance. The remaining instances then reconfigure themselves automatically.
69
69
70
70
## Force-unlink if there's a region outage
71
71
@@ -145,10 +145,10 @@ As before, you need to list both _Cache1_ and _Cache2_ using the `-LinkedDatabas
145
145
146
146
Due to the potential for inadvertent data loss, you can't use the `FLUSHALL` and `FLUSHDB` Redis commands with any cache instance residing in a geo-replication group. Instead, use the **Flush Cache(s)** button located at the top of the **Active geo-replication** working pane.
147
147
148
-
**FRAN--need a screenshot picture here**
148
+
<!--**FRAN--need a screenshot picture here**-->
149
149
150
150
> [!IMPORTANT]
151
-
> Be careful when using the Flush Caches feature. This button will remove all data from the current cache and from ALL linked caches in the geo-replication group.
151
+
> Be careful when using the Flush Caches feature. Selecting the button removes all data from the current cache and from ALL linked caches in the geo-replication group.
152
152
>
153
153
154
154
Manage access to the feature using [Azure role-based access control](../role-based-access-control/overview.md). Only authorized users should be given access to flush all caches.
0 commit comments