Skip to content

Commit 3cddb0a

Browse files
committed
fix build warning
1 parent a4e908b commit 3cddb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/redis/how-to-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For more information on how to optimize the scaling process, see the [best pract
7878
## Limitations of scaling Azure Managed Redis
7979

8080
- You can't scale from the **Memory Optimized**, **Balanced**, or **Compute Optimized** tiers to the **Flash Optimized** tier, or vice-versa.
81-
- When reducing the memory for your Redis instance, the current memory usage of your Redis instance should be less than the intended new memory size. For more information, see [What happens to my data if I scale to smaller memory size?](#what-will-happen-to-my-data-if-i-scale-to-smaller-memory-size).
81+
- When reducing the memory for your Redis instance, the current memory usage of your Redis instance should be less than the intended new memory size. For more information, see [What happens to my data if I scale to smaller memory size?](#what-happens-to-my-data-if-i-scale-to-smaller-memory-size).
8282
- When reducing the memory or vCPU for your Redis instance, you can only scale to SKUs which have a vCPU and shard configuration that is compatible with the configuration on your current instance.
8383
- In some cases when scaling, the underlying IP address of the Redis instance can change. The DNS record for the instance changes and is transparent to most applications. However, if you use an IP address to configure the connection to your Redis instance, or to configure NSGs, or firewalls allowing traffic to the Redis instance, your application might have trouble connecting sometime after the DNS record updates.
8484
- Scaling an instance in a geo-replication group has some more limitations. See [Are there scaling limitations with geo-replication?](#are-there-scaling-limitations-with-geo-replication) for more information.

articles/redis/web-app-cache-aside-leaderboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tutorial: Create a Web App (cache-aside) - Azure Cache for Redis"
33
description: Learn how to create a Web App with Azure Cache for Redis that uses the cache-aside pattern.
4-
ms.date: 006/09/2021
4+
ms.date: 06/09/2021
55
ms.topic: tutorial
66
ms.custom:
77
- "devx-track-csharp, mvc"

0 commit comments

Comments
 (0)