Skip to content

Commit e5f28d8

Browse files
committed
Added preview notes
1 parent 9d218bd commit e5f28d8

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
ms.date: 12/17/2024
3+
4+
ms.topic: include
5+
---
6+
7+
> [!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
9+
>
10+
> All Flash Optimized tiers are in preview.

articles/redis/overview.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,26 @@ There are four tiers of Azure Managed Redis available, each with different perfo
4949

5050
Three tiers are for in-memory data:
5151

52+
[!INCLUDE [tier-preview](includes/tier-preview.md)]
53+
5254
- **Memory Optimized** Ideal for memory-intensive use cases that require a high memory-to-vCPU ratio (8:1) but don't need the highest throughput performance. It provides a lower price point for scenarios where less processing power or throughput is necessary, making it an excellent choice for development and testing environments.
5355
- **Balanced (Memory + Compute)** Offers a balanced memory-to-vCPU (4:1) ratio, making it ideal for standard workloads. This tier provides a healthy balance of memory and compute resources.
5456
- **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.
5557

5658
One tier stores data both in-memory and on-disk:
5759

58-
- **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.
60+
- **Flash Optimized (preview)** 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.
5961

6062
>[!NOTE]
6163
> For more information on how the Flash Optimized tier is architected, see [Azure Managed Redis Architecture](architecture.md#flash-optimized-tier)
6264
>
6365
6466
>[!IMPORTANT]
65-
> You can also use the [data persistence](how-to-persistence.md) feature to store data on-disk for the in-memory tiers. Data persistence stores a backup copy of data on-disk for quick recovery if you experience an unexpected outage. This is different than the Flash Optimized tier, which is designed to store data on-disk for typical operations.
67+
> You can also use the [data persistence (preview)](how-to-persistence.md) feature to store data on-disk for the in-memory tiers. Data persistence stores a backup copy of data on-disk for quick recovery if you experience an unexpected outage. This is different than the Flash Optimized tier, which is designed to store data on-disk for typical operations.
6668
> Storing some data on-disk using the Flash Optimized tier doesn't increase data resiliency. You can use data persistence on the Flash Optimized tier as well.
6769
>
6870
69-
For instructions on how to scale between tiers and SKUs, see [Scale an Azure Managed Redis instance](how-to-scale.md).
71+
For instructions on how to scale between tiers and SKUs, see [Scale (preview) an Azure Managed Redis instance](how-to-scale.md).
7072

7173
### Tiers and SKUs at a glance
7274

@@ -86,10 +88,11 @@ The following table helps describe some of the features supported by tier:
8688
| [Replication and failover](failover.md) | Yes | Yes | Yes | Yes |
8789
| [Network isolation](private-link.md) | Yes | Yes | Yes | Yes |
8890
| [Microsoft Entra ID based authentication](entra-for-authentication.md) | Yes | Yes | Yes | Yes |
89-
| [Scaling](how-to-scale.md) | Yes | Yes | Yes | Yes |
90-
| [Data persistence](how-to-persistence.md) | Yes | Yes | Yes | Yes |
91+
| [Scaling (preview)](how-to-scale.md) | Yes | Yes | Yes | Yes |
92+
| [Data persistence (preview)](how-to-persistence.md) | Yes | Yes | Yes | Yes |
9193
| [Zone redundancy](high-availability.md) | Yes | Yes | Yes | Yes |
9294
| [Geo-replication](how-to-active-geo-replication.md) | Yes (Active) | Yes (Active) | Yes (Active) | No |
95+
| Non-clustered instances (preview) | Yes | Yes | Yes | No |
9396
| [Connection audit logs](monitor-diagnostic-settings.md) | Yes (Event-based) | Yes (Event-based) | Yes (Event-based) | Yes (Event-based) |
9497
| [JSON data structures(that is, Redis JSON)](redis-modules.md) | Yes | Yes | Yes | Yes |
9598
| [Search functionality (including vector search)](redis-modules.md) | Yes | Yes | Yes | No |

0 commit comments

Comments
 (0)