Skip to content

Commit ccf0872

Browse files
authored
Added March Updates
1 parent b7d7338 commit ccf0872

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@ ms.date: 02/06/2023
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 feature a built-in Flush operation that can be initiated at the control plane level. This is helpful because the `FLUSH ALL` and `FLUSH DB` operations in Redis server 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. This adds an additional 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. This is helpful for security audits and for monitoring 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

0 commit comments

Comments
 (0)