Skip to content

Commit 25059fe

Browse files
authored
Merge pull request #298232 from flang-msft/fxl---managed-redis-GA-preview
fxl---managed-redis-ga-preview
2 parents e33a68b + 5701791 commit 25059fe

File tree

88 files changed

+845
-1209
lines changed

Some content is hidden

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

88 files changed

+845
-1209
lines changed

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: What's New in Azure Cache for Redis
33
description: Recent updates for Azure Cache for Redis
44

5-
65
ms.custom: references_regions
76

8-
97
ms.topic: conceptual
108
ms.date: 11/15/2024
119
appliesto:
@@ -15,6 +13,26 @@ appliesto:
1513

1614
# What's New in Azure Cache for Redis
1715

16+
Find out what's new in Azure Redis.
17+
18+
## May 2025
19+
20+
### Azure Managed Redis General Availability (GA)
21+
22+
[Azure Managed Redis](/azure/redis/overview) is Generally Available (GA) as a product. However, certain features remain in Public Preview.
23+
24+
- Scaling a cache
25+
- Data persistence
26+
- Non-clustered caches
27+
28+
All in-memory tiers that use over 120 GB of storage are in Public Preview, including:
29+
30+
- Memory Optimized M150 and higher
31+
- Balanced B150 and higher
32+
- Compute Optimized X150 and higher
33+
34+
All Flash Optimized tiers are in Public Preview.
35+
1836
## November 2024
1937

2038
### Cache creation with zone redundancy by default
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"redirections":
3+
[
4+
{
5+
"source_path_from_root": "/articles/redis/administration.md",
6+
"redirect_url": "/azure/redis/configure",
7+
"redirect_document_id": false
8+
},
9+
{
10+
"source_path_from_root": "/articles/redis/high-availability.md",
11+
"redirect_url": "/azure/azure-cache-for-redis/cache-high-availability",
12+
"redirect_document_id": false
13+
}
14+
]
15+
}
16+

articles/redis/TOC.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ items:
1616
href: quickstart-create-managed-redis.md
1717
- name: Create an Azure Cache for Redis instance in the Basic, Standard and Premium tiers
1818
href: ../azure-cache-for-redis/quickstart-create-redis.md
19-
- name: Create an Azure Cache for Redis instance in the Enterprise tiers
20-
href: ../azure-cache-for-redis/quickstart-create-redis-enterprise.md
2119
- name: Create and manage with Azure PowerShell
2220
href: how-to-manage-redis-cache-powershell.md
2321
- name: Create and manage with Azure CLI
@@ -167,11 +165,12 @@ items:
167165
items:
168166
- name: Persist your cache with Redis data persistence
169167
href: how-to-persistence.md
170-
- name: Set up Enterprise active geo-replication
168+
- name: Set up active geo-replication
171169
href: how-to-active-geo-replication.md
172170
- name: Failover and patching
173171
href: failover.md
174172

173+
175174
- name: Diagnose and troubleshoot
176175
items:
177176
- name: Troubleshoot connectivity issues
@@ -190,7 +189,7 @@ items:
190189
- name: Migration
191190
expanded: true
192191
items:
193-
- name: Migrate to Azure Managed Redis from Azure Cache for Redis
192+
- name: Move from Azure Cache for Redis to Azure Managed Redis
194193
href: migrate/migrate-overview.md
195194
- name: Migrate to Azure Redis from other caches
196195
href: /azure/azure-cache-for-redis/cache-migration-guide

articles/redis/administration.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)