Skip to content

Commit dfbc2c1

Browse files
authored
Merge pull request #305709 from flang-msft/fxl---retirement-include
fxl---draft of include file for retirement
2 parents 599e362 + d5b7dd5 commit dfbc2c1

File tree

59 files changed

+165
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+165
-112
lines changed

articles/azure-cache-for-redis/cache-administration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ appliesto:
1010
---
1111
# Administration tasks for Azure Cache for Redis
1212

13+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
14+
1315
This article describes tasks such as [rebooting](#reboot), [flushing](#flush-data) a cache, and [Update channel and Schedule updates](#update-channel-and-schedule-updates) for your Azure Cache for Redis instances.
1416

1517
## Reboot

articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ appliesto:
1111

1212
# Use Microsoft Entra for cache authentication
1313

14+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
15+
1416
Azure Cache for Redis offers two methods to [authenticate](cache-configure.md#authentication) to your cache instance: access keys and Microsoft Entra.
1517

1618
Although access key authentication is simple, it comes with a set of challenges around security and password management. For contrast, in this article, you learn how to use a Microsoft Entra token for cache authentication.

articles/azure-cache-for-redis/cache-best-practices-client-libraries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-t
1212

1313
# Client libraries
1414

15+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
16+
1517
Azure Cache for Redis is based on the Redis open-source, in-memory data store. Redis clients for many programming languages can access Azure Redis. Your application can use any client library that's compatible with open-source Redis to connect to your Azure Redis cache.
1618

1719
Each client library has its own API that calls Redis servers using Redis commands. The client libraries are built to communicate with any Redis server.

articles/azure-cache-for-redis/cache-best-practices-connection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ appliesto:
1010

1111
# Connection resilience
1212

13+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
14+
1315
## Retry commands
1416

1517
Configure your client connections to retry commands with exponential backoff. For more information, see [retry guidelines](/azure/architecture/best-practices/retry-service-specific#azure-cache-for-redis).

articles/azure-cache-for-redis/cache-best-practices-development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ appliesto:
1414

1515
# Development
1616

17+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
18+
1719
## Connection resilience and server load
1820

1921
When developing client applications, be sure to consider the relevant best practices for [connection resilience](cache-best-practices-connection.md) and [managing server load](cache-best-practices-server-load.md).

articles/azure-cache-for-redis/cache-best-practices-enterprise-tiers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ appliesto:
1515

1616
# What are the best practices for the Enterprise and Enterprise Flash tiers
1717

18+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
19+
1820
Here are the best practices when using the Enterprise and Enterprise Flash tiers of Azure Cache for Redis.
1921

2022
## Zone Redundancy

articles/azure-cache-for-redis/cache-best-practices-kubernetes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ appliesto:
1111

1212
# Kubernetes-hosted client applications
1313

14+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
15+
1416
This article provides best practices for using Azure Cache for Redis in Kubernetes-hosted client applications.
1517

1618
## Stagger multiple connections

articles/azure-cache-for-redis/cache-best-practices-memory-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ appliesto:
1414

1515
# Memory management
1616

17+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
18+
1719
This article describes best practices for memory management in Azure Cache for Redis.
1820

1921
## Choose the right eviction policy

articles/azure-cache-for-redis/cache-best-practices-performance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ appliesto:
1414

1515
# Performance testing
1616

17+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
18+
1719
Testing the performance of a Redis instance can be a complicated task. The performance of a Redis instance can vary based on parameters such as the number of clients, the size of data values, and whether pipelining is being used. There also can be a tradeoff between optimizing throughput or latency.
1820

1921
Fortunately, several tools exist to make benchmarking Redis easier. Two of the most popular tools are **[redis-benchmark](https://redis.io/docs/latest/operate/oss_and_stack/management/optimization/benchmarks/)** and **[memtier-benchmark](https://github.com/redislabs/memtier_benchmark)**. This article focuses on redis-benchmark.

articles/azure-cache-for-redis/cache-best-practices-scale.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ appliesto:
1313

1414
# Scaling
1515

16+
[!INCLUDE [cache-retirement-alert](includes/cache-retirement-alert.md)]
17+
1618
## Scaling under load
1719

1820
While scaling a cache under load, configure your `maxmemory-reserved` setting to improve system responsiveness. For more information, see [Configure your maxmemory-reserved setting](cache-best-practices-memory-management.md#configure-your-maxmemory-reserved-setting).

0 commit comments

Comments
 (0)