Skip to content

Commit 10f1222

Browse files
Merge pull request #310510 from flang-msft/fxl---update-failover-with-patching-note
Fxl update failover with patching note
2 parents 5cb9a28 + 394f814 commit 10f1222

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/redis/failover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ The Azure Managed Redis service regularly updates your cache with the latest pla
5555
3. One by one, all nodes being patched are removed from the cluster. Any shards on these VMs will be demoted and migrated to one of the new VMs.
5656
4. Finally, all VMs that were replaced are deleted.
5757

58-
5958
Each shard of a clustered cache is patched separately and doesn't close connections to another shard.
6059

61-
Multiple caches in the same resource group and region are also patched one at a time. Caches that are in different resource groups or different regions might be patched simultaneously.
60+
> [!NOTE]
61+
> Multiple caches in the same region might be patched at the same time. If this affects your application, configure [maintenance schedules](scheduled-maintenance.md) such that each cache is patched at a different time.
6262
6363
Because full data synchronization happens before the process repeats, data loss is unlikely to occur for your cache. You can further guard against data loss by [exporting](how-to-import-export-data.md#export) data and enabling [persistence](how-to-persistence.md).
6464

0 commit comments

Comments
 (0)