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/redis/failover.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ The Azure Managed Redis service regularly updates your cache with the latest pla
58
58
59
59
Each shard of a clustered cache is patched separately and doesn't close connections to another shard.
60
60
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.
61
+
> [!NOTE]
62
+
> Multiple caches in the same region may be patched at the same time, even if they exist in the same subscription and resource group. If this impacts your application, configure [maintenance schedules](scheduled-maintenance.md) such that each cache is patched at a different time.
62
63
63
64
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).
0 commit comments