Skip to content

Commit 851d367

Browse files
authored
Update cache-how-to-active-geo-replication.md
1 parent 2eb411d commit 851d367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ There are a few restrictions when using active geo replication:
3636
- Data persistence isn't supported because active geo-replication provides a superior experience.
3737
- 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.
3838
- All caches within a geo-replication group must have the same configuration. For example, all caches must have the same SKU, capacity, eviction policy, clustering policy, modules, and TLS setting.
39-
- 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.
39+
- 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.
40+
- The E1 SKU does not support active geo-replication.
4041

4142
## Create or join an active geo-replication group
4243

0 commit comments

Comments
 (0)