Skip to content

Commit eea8c91

Browse files
authored
Small fixes
1 parent 83c56b1 commit eea8c91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ The Premium tier of Azure Cache for Redis offers a version of geo-replication ca
3939

4040
There are a few restrictions when using active geo replication:
4141
- Only the [RediSearch](cache-redis-modules.md#redisearch) and [RedisJSON](cache-redis-modules.md#redisjson) modules are supported
42-
- Uses only the _No Eviction_ eviction policy
42+
- On the _Enterprise Flash_ tier, only the _No Eviction_ eviction policy can be used. All eviction policies asre supported on the _Enterprise_ tier.
4343
- Data persistence isn't supported because active geo-replication provides a superior experience.
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 is when you create the cache.
45-
- All caches within a geo-replication group must have the same configuration. (for example, same SKU, capacity, clustering policy, modules, and TLS setting.)
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+
- 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.)
4646
- 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.
4747

4848
## Create or join an active geo-replication group

0 commit comments

Comments
 (0)