Skip to content

Commit e3c7a19

Browse files
authored
Merge pull request #185077 from flang-msft/priv-persistenc-geo-replication
flang-msft - Priv-persistence-geo-replication
2 parents 77dbb2a + 549f22e commit e3c7a19

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To configure geo-replication between two caches, the following prerequisites mus
2727
- Both caches are in the same Azure subscription.
2828
- The secondary linked cache is either the same cache size or a larger cache size than the primary linked cache.
2929
- Both caches are created and in a running state.
30+
- Neither cache can have more than one replica.
3031

3132
> [!NOTE]
3233
> Data transfer between Azure regions will be charged at standard [bandwidth rates](https://azure.microsoft.com/pricing/details/bandwidth/).
@@ -84,6 +85,9 @@ After geo-replication is configured, the following restrictions apply to your li
8485

8586
The primary linked cache remains available for use during the linking process. The secondary linked cache isn't available until the linking process completes.
8687

88+
[!NOTE]
89+
> Geo-replication can be enabled for this cache if you scale it to 'Premium' pricing tier and disable data persistence. This feature is not available at this time when using extra replicas.
90+
8791
## Remove a geo-replication link
8892

8993
1. To remove the link between two caches and stop geo-replication, click **Unlink caches** from the **Geo-replication** on the left .

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The following list contains answers to commonly asked questions about Azure Cach
9393

9494
- [Can I enable persistence on a previously created cache?](#can-i-enable-persistence-on-a-previously-created-cache)
9595
- [Can I enable AOF and RDB persistence at the same time?](#can-i-enable-aof-and-rdb-persistence-at-the-same-time)
96+
- [How does persistence work with geo-replication?](#how-does-persistence-work-with-geo-replication)
9697
- [Which persistence model should I choose?](#which-persistence-model-should-i-choose)
9798
- [What happens if I've scaled to a different size and a backup is restored that was made before the scaling operation?](#what-happens-if-ive-scaled-to-a-different-size-and-a-backup-is-restored-that-was-made-before-the-scaling-operation)
9899
- [Can I use the same storage account for persistence across two different caches?](#can-i-use-the-same-storage-account-for-persistence-across-two-different-caches)
@@ -122,6 +123,10 @@ Yes, Redis persistence can be configured both at cache creation and on existing
122123

123124
No, you can enable RDB or AOF, but not both at the same time.
124125

126+
### How does persistence work with geo-replication?
127+
128+
If you enable data persistence, geo-replication cannot be enabled for your premium cache.
129+
125130
### Which persistence model should I choose?
126131

127132
AOF persistence saves every write to a log, which has a significant effect on throughput. Compared AOF with RDB persistence, which saves backups based on the configured backup interval with minimal effect to performance. Choose AOF persistence if your primary goal is to minimize data loss, and you can handle a lower throughput for your cache. Choose RDB persistence if you wish to maintain optimal throughput on your cache, but still want a mechanism for data recovery.
@@ -204,4 +209,4 @@ After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the b
204209

205210
Learn more about Azure Cache for Redis features.
206211

207-
- [Azure Cache for Redis Premium service tiers](cache-overview.md#service-tiers)
212+
- [Azure Cache for Redis Premium service tiers](cache-overview.md#service-tiers)

0 commit comments

Comments
 (0)