Skip to content

Commit 2862937

Browse files
committed
Updated for GA release date
1 parent 4a2ffad commit 2862937

File tree

84 files changed

+321
-513
lines changed

Some content is hidden

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

84 files changed

+321
-513
lines changed

articles/redis/architecture.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Azure Managed Redis Architecture
33
description: Learn how Azure Managed Redis is architected
4-
4+
ms.date: 05/18/2025
55
ms.service: azure-managed-redis
6+
ms.topic: conceptual
67
ms.custom:
78
- ignite-2024
8-
ms.topic: conceptual
9-
ms.date: 11/15/2024
10-
appliesto:
11-
- ✅ Azure Managed Redis
129
---
1310

1411
# Azure Managed Redis architecture

articles/redis/aspnet-core-output-cache-provider.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
title: ASP.NET Core output cache provider for Azure Cache for Redis
33
description: Use the Redis Output Cache Provider to cache ASP.NET Core page output out of process by using Azure Cache for Redis.
44
ms.author: cawa
5-
6-
ms.devlang: csharp
7-
ms.custom: devx-track-csharp, ignite-2024
5+
ms.date: 05/18/2025
86
ms.topic: how-to
9-
ms.date: 06/14/2024
10-
appliesto:
11-
- ✅ Azure Cache for Redis
12-
13-
#customer intent: As a cloud developer, I want to understand core output caching via Azure Cache for Redis so that I can implement it for storing page output.
7+
ms.custom:
8+
- devx-track-csharp
9+
- ignite-2024
10+
ms.devlang: csharp
11+
# customer intent: As a cloud developer, I want to understand core output caching via Azure Cache for Redis so that I can implement it for storing page output.
1412
---
1513

1614
# ASP.NET Core Output Cache Provider for Azure Cache for Redis

articles/redis/aspnet-output-cache-provider.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: ASP.NET Output Cache Provider for Azure Cache for Redis
33
description: Learn how to cache ASP.NET Page Output using Azure Cache for Redis. The Redis Output Cache Provider is an out-of-process storage mechanism for output cache data.
4-
5-
ms.devlang: csharp
6-
ms.custom: devx-track-csharp, ignite-2024
4+
ms.date: 05/18/2025
75
ms.topic: conceptual
8-
ms.date: 04/24/2024
9-
10-
6+
ms.custom:
7+
- devx-track-csharp
8+
- ignite-2024
9+
ms.devlang: csharp
1110
---
1211
# ASP.NET Output Cache Provider for Azure Cache for Redis
1312

articles/redis/aspnet-session-state-provider.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Cache ASP.NET Session State Provider
33
description: Learn how to store ASP.NET Session State in-memory using Azure Cache for Redis.
4-
4+
ms.date: 05/18/2025
55
ms.topic: conceptual
6+
ms.custom:
7+
- devx-track-csharp
8+
- ignite-2024
69
ms.devlang: csharp
7-
ms.custom: devx-track-csharp, ignite-2024
8-
ms.date: 05/06/2022
9-
appliesto:
10-
- ✅ Azure Cache for Redis
1110
---
1211
# ASP.NET Session State Provider for Azure Cache for Redis
1312

articles/redis/best-practices-client-libraries.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
title: Best practices using client libraries with Azure Managed Redis
33
description: Learn about client libraries for Azure Managed Redis.
4-
4+
ms.date: 05/18/2025
55
ms.service: azure-managed-redis
66
ms.topic: conceptual
7-
ms.date: 02/06/2025
8-
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-track-javaee-liberty-aks, devx-track-extended-java, ignite-2024
9-
appliesto:
10-
- ✅ Azure Managed Redis
7+
ms.custom:
8+
- devx-track-java
9+
- devx-track-javaee
10+
- devx-track-javaee-liberty
11+
- devx-track-javaee-liberty-aks
12+
- devx-track-extended-java
13+
- ignite-2024
1114
---
1215

1316
# Azure Managed Redis Client libraries

articles/redis/best-practices-connection.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: Best practices for connection resilience for Azure Managed Redis
33
description: Learn how to make your Azure Managed Redis connections resilient.
4-
5-
4+
ms.date: 05/18/2025
65
ms.service: azure-managed-redis
7-
ms.custom: linux-related-content, ignite-2024
86
ms.topic: conceptual
9-
ms.date: 11/15/2024
10-
appliesto:
11-
- ✅ Azure Managed Redis
7+
ms.custom:
8+
- linux-related-content
9+
- ignite-2024
1210
---
1311

1412
# Connection resilience with Azure Managed Redis

articles/redis/best-practices-development.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Best practices for development for Azure Managed Redis
33
description: Learn how to develop code for Azure Managed Redis.
4-
4+
ms.date: 05/18/2025
55
ms.service: azure-managed-redis
6+
ms.topic: conceptual
67
ms.custom:
78
- ignite-2024
8-
ms.topic: conceptual
9-
ms.date: 11/15/2024
10-
appliesto:
11-
- ✅ Azure Managed Redis
129
---
1310

1411
# Development with Azure Managed Redis

articles/redis/best-practices-kubernetes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Best practices for hosting a Kubernetes client application for Azure Managed Redis
33
description: Learn how to host a Kubernetes client application that uses Azure Managed Redis.
4-
4+
ms.date: 05/18/2025
55
ms.service: azure-managed-redis
6-
ms.custom: linux-related-content, ignite-2024
76
ms.topic: conceptual
8-
ms.date: 11/15/2024
9-
appliesto:
10-
- ✅ Azure Managed Redis
7+
ms.custom:
8+
- linux-related-content
9+
- ignite-2024
1110
---
1211

1312
# Kubernetes-hosted client application with Azure Managed Redis

articles/redis/best-practices-managed-cache.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Best practices for the managed tiers
33
description: Learn the best practices when using the high performance Azure Managed Redis tiers.
4-
4+
ms.date: 05/18/2025
55
ms.service: azure-managed-redis
6+
ms.topic: conceptual
67
ms.custom:
78
- ignite-2024
8-
ms.topic: conceptual
9-
ms.date: 11/15/2024
10-
appliesto:
11-
- ✅ Azure Managed Redis
129
---
1310

1411
# What are the best practices for the Azure Managed Redis

articles/redis/best-practices-memory-management.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Best practices for memory management for Azure Managed Redis
33
description: Learn how to manage your Azure Managed Redis memory effectively with Azure Managed Redis.
4-
4+
ms.date: 05/18/2025
55
ms.service: azure-managed-redis
6+
ms.topic: conceptual
67
ms.custom:
78
- ignite-2024
8-
ms.topic: conceptual
9-
ms.date: 11/15/2024
10-
appliesto:
11-
- ✅ Azure Managed Redis
129
---
1310

1411
# Memory management for Azure Managed Redis

0 commit comments

Comments
 (0)