Skip to content

Commit cff17d1

Browse files
committed
Updates for sku proof of concept
1 parent 6f05e48 commit cff17d1

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

articles/azure-cache-for-redis/TOC.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- name: Azure Cache for Redis
6666
expanded: true
6767
items:
68-
- name: What's new?
68+
- name: What's new in Azure Cache for Redis?
6969
href: cache-whats-new.md
7070

7171
- name: Deploy and configure
@@ -232,7 +232,17 @@
232232
href: cache-troubleshoot-data-loss.md
233233
- name: Troubleshooting FAQs
234234
href: cache-monitor-troubleshoot-faq.yml
235-
235+
236+
- name: Azure Managed Redis
237+
expanded: false
238+
items:
239+
- name: What's new with Azure Managed Redis
240+
href: /redis/whats-new
241+
- name: About Azure Managed Redis
242+
href: /redis/overview
243+
- name: Azure Managed Redis architecture
244+
href: /redis/architecture
245+
236246
- name: Samples
237247
items:
238248
- name: Use Azure Functions triggers and bindings

articles/redis/TOC.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,16 @@ items:
201201
- name: Migrate to Azure Redis from other caches
202202
href: ../azure-cache-for-redis/cache-migration-guide.md
203203

204-
204+
- name: Azure Managed Redis
205+
expanded: false
206+
items:
207+
- name: What's new with Azure Cache for Redis?
208+
href: /azure-cache-for-redis/whats-new
209+
- name: About Azure Cache for Redis
210+
href: /azure-cache-for-redis/cache-overview
211+
- name: Choosing the right Azure Cache for Redis tier
212+
href: /azure-cache-for-redis/cache-overview#choosing-the-right-tier
213+
205214
- name: Samples
206215
items:
207216
- name: Use Azure Functions triggers and bindings

articles/redis/overview.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-managed-redis
66
ms.custom:
77
- ignite-2024
88
ms.topic: how-to
9-
ms.date: 11/15/2024
9+
ms.date: 04/22/2025
1010
appliesto:
1111
- ✅ Azure Managed Redis
1212
---
@@ -58,7 +58,6 @@ Three tiers are for in-memory data:
5858
- **Compute Optimized** Designed for performance-intensive workloads requiring maximum throughput, with a low memory-to-vCPU (2:1) ratio. It's ideal for applications that demand the highest performance.
5959

6060
One tier stores data both in-memory and on-disk:
61-
<!--Kyle [umanag] should On-disk section callout the difference from Persistence which uses attached managed disk too -->
6261

6362
- **Flash Optimized** Enables Redis clusters to automatically move less frequently accessed data from memory (RAM) to NVMe storage. This reduces performance, but allows for cost-effective scaling of caches with large datasets.
6463

@@ -159,9 +158,4 @@ For more information about migrating from Azure Cache for Redis to Azure Managed
159158
## Related content
160159

161160
- [Create an Azure Managed Redis instance](quickstart-create-managed-redis.md)
162-
- [Use Azure Managed Redis in an ASP.NET web app](web-app-cache-howto.md)
163-
- [Use Azure Managed Redis in .NET Core](dotnet-core-quickstart.md)
164-
- [Use Azure Managed Redis in .NET Framework](dotnet-how-to-use-azure-redis-cache.md)
165-
- [Use Azure Managed Redis in Node.js](nodejs-get-started.md)
166-
- [Use Azure Managed Redis in Java](java-get-started.md)
167-
- [Use Azure Managed Redis in Python](python-get-started.md)
161+
- [Azure Managed Redis (preview) Architecture](architecture.md)

0 commit comments

Comments
 (0)