Skip to content

Commit 451bd0f

Browse files
committed
include file an preview tags
1 parent 7f8a8a3 commit 451bd0f

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

articles/redis/how-to-scale.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
---
2-
title: Scale an Azure Managed Redis instance
2+
title: Scale (preview) an Azure Managed Redis instance
33
description: Learn how to scale your Azure Managed Redis instances using the Azure portal, and tools such as Azure PowerShell, and Azure CLI
44

5-
65
ms.service: azure
76
ms.topic: conceptual
8-
ms.date: 11/15/2024
7+
ms.date: 04/25/2025
98
ms.devlang: csharp
109
ms.custom: devx-track-azurepowershell, devx-track-azurecli, ignite-2024
1110
appliesto:
1211
- ✅ Azure Managed Redis
1312
---
1413

15-
# Scale an Azure Managed Redis instance
14+
# Scale (preview) an Azure Managed Redis instance
1615

17-
Azure Managed Redis has different SKU and tier offerings that provide flexibility in the choice of cache size and performance. You can scale up to a larger memory size or change to a tier with more compute performance. This article shows you how to scale your cache using the Azure portal, plus tools such as Azure PowerShell and Azure CLI.
16+
Azure Managed Redis has different SKU and tier offerings that provide flexibility in the choice of cache size and performance. You can scale to a larger memory size or change to a tier with more compute performance. This article shows you how to scale your cache using the Azure portal, plus tools such as Azure PowerShell and Azure CLI.
1817

1918
> [!NOTE]
20-
> Because each tier of Azure Managed Redis has virtually the same features, scaling is typically used just to change memory and performance characteristics.
19+
> Because each tier of Azure Managed Redis has almost the same features, scaling is typically used just to change memory and performance characteristics.
2120
>
2221
2322
> [!IMPORTANT]

articles/redis/includes/tier-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ ms.topic: include
55
---
66

77
> [!IMPORTANT]
8-
> All in-memory tiers with 250 G of storage are in the preview including Memory Optimized M250 and higher; Balanced B250 and higher; and Compute optimized X250 and higher. All these tiers are in preview
8+
> All in-memory tiers that use over 100 GB of storage are in Public Preview, including Memory Optimized M150 and higher; Balanced B150 and higher; and Compute Optimized X150 and higher. All these tiers and higher are in Public Preview.
99
>
10-
> All Flash Optimized tiers are in preview.
10+
> All Flash Optimized tiers are in Public Preview.

articles/redis/overview.md

Lines changed: 8 additions & 2 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: 04/22/2025
9+
ms.date: 04/28/2025
1010
appliesto:
1111
- ✅ Azure Managed Redis
1212
---
@@ -16,6 +16,13 @@ appliesto:
1616
Azure Managed Redis provides an in-memory data store based on the [Redis Enterprise](https://redis.io/about/redis-enterprise/) software. Redis Enterprise improves the performance and reliability of the community edition of Redis, while maintaining compatibility. Microsoft operates the service, hosted on Azure, and usable by any application within or outside of Azure.
1717
For more information on how Azure Managed Redis is built, see [Azure Managed Redis Architecture](architecture.md).
1818

19+
> [!NOTE]
20+
> Azure Managed Redis is Generally Available (GA) as a product. However, certain features remain in Public Preview.
21+
>
22+
> - Scaling a cache
23+
> - Data persistence
24+
> - Non-clustered caches
25+
1926
Azure Managed Redis can improve the performance and scalability of an application that heavily uses backend data stores. It's able to process large volumes of application requests by keeping frequently accessed data in the server memory, which can be written to and read from quickly.
2027

2128
Redis brings a critical low-latency and high-throughput data storage solution to modern applications. Additionally, Redis is increasingly used for noncaching applications, including data ingestion, deduplication, messaging, [leaderboards](web-app-cache-aside-leaderboard.md), [semantic caching](tutorial-semantic-cache.md), and as a [vector database](overview-vector-similarity.md).
@@ -98,7 +105,6 @@ The following table helps describe some of the features supported by tier:
98105
| [Search functionality (including vector search)](redis-modules.md) | Yes | Yes | Yes | No |
99106
| [Probabilistic data structures (that is, Redis Bloom)](redis-modules.md) | Yes | Yes | Yes | Yes |
100107
| [Time Series database capability (that is, Redis TimeSeries)](redis-modules.md) | Yes | Yes | Yes | Yes |
101-
| [Redis on Flash(also known as autotiering)](architecture.md#flash-optimized-tier) | Yes | Yes | Yes | Yes |
102108
| [Import/Export](how-to-import-export-data.md) | Yes | Yes | Yes | Yes |
103109
| [Update channel and Schedule updates](administration.md) | No | No | No | No |
104110

0 commit comments

Comments
 (0)