Skip to content

Commit c6eb550

Browse files
Merge pull request #232324 from MSFTeegarden/patch-19
(17697968) Update What's new with Enterprise additions made in March
2 parents c34f933 + 5b0b52f commit c6eb550

File tree

3 files changed

+40
-8
lines changed

3 files changed

+40
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
href: cache-insights-overview.md
212212
- name: Scale
213213
items:
214-
- name: Update to a different size and tier
214+
- name: Change the size and tier of a cache
215215
href: cache-how-to-scale.md
216216
- name: Use Redis cluster to scale in/out
217217
href: cache-how-to-premium-clustering.md

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

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,44 @@ author: flang-msft
66
ms.author: franlanglois
77
ms.service: cache
88
ms.topic: conceptual
9-
ms.date: 02/06/2023
9+
ms.date: 03/28/2023
1010

1111
---
1212

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

15+
## March 2023
16+
17+
### In-place scale up and scale out for the Enterprise tiers (preview)
18+
19+
The Enterprise and Enterprise Flash tiers now support the ability to scale cache instances up and out without requiring downtime or data loss. Scale up and scale out actions can both occur in the same operation.
20+
21+
For more information, see [Scale an Azure Cache for Redis instance](cache-how-to-scale.md)
22+
23+
### Support for RedisJSON in active geo-replicated caches (preview)
24+
25+
Cache instances using active geo-replication now support the RedisJSON module.
26+
27+
For more information, see [Configure active geo-replication](cache-how-to-active-geo-replication.md).
28+
29+
### Flush operation for active geo-replicated caches (preview)
30+
31+
Caches using active geo-replication now include a built-in _flush_ operation that can be initiated at the control plane level. Use the _flush_ operation with your cache instead of the `FLUSH ALL` and `FLUSH DB` operations, which are blocked by design for active geo-replicated caches.
32+
33+
For more information, see [Flush operation](cache-how-to-active-geo-replication.md#flush-operation)
34+
35+
### Customer managed key (CMK) disk encryption (preview)
36+
37+
Redis data that is saved on disk can now be encrypted using customer managed keys (CMK) in the Enterprise and Enterprise Flash tiers. Using CMK adds another layer of control to the default disk encryption.
38+
39+
For more information, see [Enable disk encryption](cache-how-to-encryption.md)
40+
41+
### Connection event audit logs (preview)
42+
43+
Enterprise and Enterprise Flash tier caches can now log all connection, disconnection, and authentication events through diagnostic settings. Logging this information helps in security audits. You can also monitor who has access to your cache resource.
44+
45+
For more information, see [Enabling connection audit logs](cache-monitor-diagnostic-settings.md)
46+
1547
## November 2022
1648

1749
### Support for RedisJSON
@@ -86,7 +118,7 @@ Beginning January 20, 2023, all versions of Azure Cache for Redis REST API, Powe
86118
>
87119
> The default Redis version that is used when creating a cache instance can vary because it is based on the latest stable version offered in Azure Cache for Redis.
88120
89-
If you need a specific version of Redis for your application, we recommend using latest artifact versions as shown in the table below. Then, choose the Redis version explicitly when you create the cache.
121+
If you need a specific version of Redis for your application, we recommend using latest artifact versions as shown in the table. Then, choose the Redis version explicitly when you create the cache.
90122

91123
| Artifact | Version that supports specifying Redis version |
92124
|---------|---------|
@@ -124,7 +156,7 @@ The default version of Redis that is used when creating a cache can change over
124156

125157
As of May 2022, Azure Cache for Redis rolls over to TLS certificates issued by DigiCert Global G2 CA Root. The current Baltimore CyberTrust Root expires in May 2025, requiring this change.
126158

127-
We expect that most Azure Cache for Redis customers won't be affected. However, your application might be affected if you explicitly specify a list of acceptable certificate authorities (CAs), known as _certificate pinning_.
159+
We expect that most Azure Cache for Redis customers aren't affected. However, your application might be affected if you explicitly specify a list of acceptable certificate authorities (CAs), known as _certificate pinning_.
128160

129161
For more information, read this blog that contains instructions on [how to check whether your client application is affected](https://techcommunity.microsoft.com/t5/azure-developer-community-blog/azure-cache-for-redis-tls-upcoming-migration-to-digicert-global/ba-p/3171086). We recommend taking the actions recommended in the blog to avoid cache connectivity loss.
130162

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ landingContent:
3030
links:
3131
- text: What's new?
3232
url: cache-whats-new.md
33-
- text: Managed identity with Azure Cache for Redis
34-
url: cache-managed-identity.md
35-
- text: Create an Enterprise tier cache
36-
url: quickstart-create-redis-enterprise.md
33+
- text: Configure disk encryption
34+
url: cache-how-to-encryption.md
35+
- text: Change the size and tier of a cache
36+
url: cache-how-to-scale.md
3737
- title: 'Quickstarts: Azure Cache for Redis'
3838
linkLists:
3939
- linkListType: quickstart

0 commit comments

Comments
 (0)