Skip to content

Commit 871f5a5

Browse files
committed
Add information to whats new
1 parent 3f2c89e commit 871f5a5

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

articles/azure-cache-for-redis/cache-best-practices-enterprise-tiers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn the best practices when using the high performance Azure Cach
55
author: flang-msft
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 05/21/2024
8+
ms.date: 06/10/2024
99
ms.author: franlanglois
1010
---
1111

@@ -37,7 +37,7 @@ Redis Enterprise, on the other hand, can use multiple vCPUs for the Redis instan
3737

3838
The tables show the number of vCPUs used for the primary shards, not the replica shards. Shards don't map one-to-one to the number of vCPUs. The tables only illustrate vCPUs, not shards. Some configurations use more shards than available vCPUs to boost performance in some usage scenarios.
3939

40-
### E1
40+
### E1 (preview)
4141

4242
|Capacity|Effective vCPUs|
4343
|---:|---:|
@@ -195,9 +195,9 @@ The [data persistence](cache-how-to-premium-persistence.md) feature in the Enter
195195

196196
Many customers want to use persistence to take periodic backups of the data on their cache. We don't recommend that you use data persistence in this way. Instead, use the [import/export](cache-how-to-import-export-data.md) feature. You can export copies of cache data in RDB format directly into your chosen storage account and trigger the data export as frequently as you require. Export can be triggered either from the portal or by using the CLI, PowerShell, or SDK tools.
197197

198-
## E1 SKU Limitations
198+
## E1 (preview) SKU Limitations
199199

200-
The E1 SKU is intended for dev/test scenarios, primarily. E1 runs on smaller [burstable VMs](../virtual-machines/b-series-cpu-credit-model/b-series-cpu-credit-model.md). Burstable VMs offer variable performance based on how much CPU is consumed. Unlike other Enterprise SKU offerings, you can't _scale out_ the E1 SKU, although it's still possible to _scale up_ to a larger SKU. The E1 SKU also doesn't support [active geo-replication](cache-how-to-active-geo-replication.md).
200+
The E1 (preview) SKU is intended for dev/test scenarios, primarily. E1 runs on smaller [burstable VMs](../virtual-machines/b-series-cpu-credit-model/b-series-cpu-credit-model.md). Burstable VMs offer variable performance based on how much CPU is consumed. Unlike other Enterprise SKU offerings, you can't _scale out_ the E1 SKU, although it's still possible to _scale up_ to a larger SKU. The E1 SKU also doesn't support [active geo-replication](cache-how-to-active-geo-replication.md).
201201

202202
## Related content
203203

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,36 @@ ms.custom: references_regions
77
ms.author: franlanglois
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 05/20/2024
10+
ms.date: 06/10/2024
1111

1212
---
1313

1414
# What's New in Azure Cache for Redis
1515

1616
## June 2024
1717

18+
### Redis 7.2 (preview) on the Enterprise tier
19+
20+
Azure cache for Redis now offers you the ability to use Redis 7.2 (preview) with your Enterprise and Enterprise Flash tiers.
21+
22+
You can upgrade your caches automatically or manually. For more information, see [How to upgrade an existing cache](cache-how-to-upgrade.md).
23+
24+
You are able to manually trigger an upgrade to the latest version of Redis software. This provides two benefits above waiting for the automatic upgrade to occur:
25+
26+
1. You can control when the upgrade occurs.
27+
1. You can upgrade to preview releases of Redis software.
28+
29+
| **Tier** | Basic, Standard, Premium | Enterprise, Enterprise Flash |
30+
|:--------------------------|:----------------------------------------------:|:----------------------------:|
31+
| **Lastest Redis Version** | Redis 6.0 (GA) | Redis 6.2 (GA) / Redis 7.2 (Preview)|
32+
| **Upgrade Policy** | Manual upgrade to newer version | Automatic upgrade to latest GA version |
33+
34+
### Enterprise tier E1 (preview) SKU
35+
36+
The E1 SKU is intended primarily for dev/test scenarios. It runs on smaller [burstable virtual machines](../virtual-machines/b-series-cpu-credit-model/b-series-cpu-credit-model.md). As a result, E1 offers variable performance depending on how much CPU is consumed. Unlike other Enterprise offerings, it isn't possible to scale E1 out. However, it is still possible to scale up to a larger SKU. The E1 SKU also does not support [active geo-replication](cache-how-to-active-geo-replication.md).
37+
38+
For more information, see
39+
1840
### .NET Output cache and HybridCache
1941

2042
Using Azure Cache for Reds as output cache was introduced in .NET 8 in November 2023. Output Caching saves rendered web pages to improve performance, resilience, and reduce cost through server resource utilization. You can use Redis as a built-in output cache store in .NET 8. For more information on using Redis as an output cache, see [Output caching middleware in ASP.NET Core](/aspnet/core/performance/caching/output#redis-cache)

0 commit comments

Comments
 (0)