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/azure-cache-for-redis/cache-management-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ metadata:
7
7
ms.service: cache
8
8
ms.topic: faq
9
9
ms.custom: devx-track-csharp
10
-
ms.date: 05/21/2021
10
+
ms.date: 04/04/2023
11
11
title: Azure Cache for Redis management FAQs
12
12
summary: This article provides answers to common questions about how to manage Azure Cache for Redis.
13
13
@@ -48,7 +48,7 @@ sections:
48
48
### Configuration and concepts
49
49
50
50
* Use Standard or Premium Tier for Production systems. The Basic Tier is a single node system with no data replication and no SLA. Also, use at least a C1 cache. C0 caches are typically used for simple dev/test scenarios.
51
-
* Remember that Redis is an **In-Memory** data store. For more information, see [this article](cache-troubleshoot-data-loss) so that you're aware of scenarios where data loss can occur.
51
+
* Remember that Redis is an **In-Memory** data store. For more information, see [Troubleshoot data loss in Azure Cache for Redis](cache-troubleshoot-data-loss.md) so that you're aware of scenarios where data loss can occur.
52
52
* Develop your system such that it can handle connection blips caused by [patching and failover](cache-failover.md).
0 commit comments