You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to create an instance of Azure Cache for Redis Enterprise.
4
4
ms.custom: mvc, mode-other, ignite-2024
5
5
ms.topic: quickstart
6
-
ms.date: 04/23/2025
6
+
ms.date: 04/24/2025
7
7
appliesto:
8
8
- ✅ Azure Cache for Redis
9
9
#Customer intent: As a Redis Enterprise developer who is new to Azure Cache for Redis, I want to create a new cache in the Enterprise tier of Azure Cache for Redis.
@@ -26,7 +26,7 @@ Both Enterprise and Enterprise Flash tiers support open-source Redis 6 and some
26
26
> The following Enterprise settings can be enabled or configured only at cache creation time. Gather the information you need to configure these settings before you create your cache.
27
27
>
28
28
> - You must enable Enterprise modules at the time you create the cache instance. You can't change modules or enable module configuration after you create a cache.
29
-
> - Redis Enterprise supports two clustering policies, **Enterprise** or **OSS**. You can't change the clustering policy of an Enterprise cache after you create it.
29
+
> - Redis Enterprise supports two clustering policies, **Enterprise** or **OSS**. Know which policy you need before you create your cache. You can't change the clustering policy of an Enterprise cache after you create it.
30
30
> - If you're using the cache in a geo-replication group, you can't change eviction policies after the cache is created. Be sure to know the eviction policies of your primary nodes before you create the cache.
31
31
32
32
### Availability by region
@@ -63,8 +63,8 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
63
63
1. On the **Advanced** tab, configure the following options:
64
64
-**Modules**: Select the Redis modules you want to use.
65
65
-**Zone redundancy**: Select whether to enable zone redundancy (recommended).
66
-
-**Non-TLS access only**: Choose whether to **Enable** the non-TLS port and connect to the new cache without using TLS. However, disabling TLS isn't recommended.
67
-
-**Eviction policy**: Select an eviction policy.
66
+
-**Non-TLS access only**: Choose whether to **Enable** the non-TLS port and connect to the new cache without using Transport Layer Security (TLS). However, disabling TLS isn't recommended.
67
+
-**Eviction Policy**: Select an eviction policy.
68
68
-**Capacity**: Set the total number of virtual machines running for the cache.
69
69
-**Clustering Policy**: Set to **Enterprise** to use the Redis API, or to **OSS** to use the OSS Cluster API.
70
70
1. Under **(PREVIEW) Data Persistence**, choose whether to enable **Redis Database (RDB)**, **Append-only file (AOF)**, or no data persistence for your cache.
@@ -90,7 +90,7 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
90
90
91
91
1. Select **Review + create**, and once validation passes, select **Create**.
92
92
93
-
It takes some time for the cache to create. You can monitor deployment progress in the Azure **Notifications** pane. When the deployment completes, select **Go to resource**. On the cache**Overview** page, when**Status** displays **Running**, the cache is ready to use.
93
+
It takes some time for the cache to create. You can monitor deployment progress on the portal Azure Cache for Redis page. When the cache **Status** displays **Running**, the cache is ready to use.
0 commit comments