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
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/quickstart-create-redis-enterprise.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ ms.author: franlanglois
6
6
ms.service: cache
7
7
ms.custom: mvc, mode-other
8
8
ms.topic: quickstart
9
-
ms.date: 04/12/2022
9
+
ms.date: 04/07/2023
10
10
11
11
---
12
12
# Quickstart: Create a Redis Enterprise cache
13
13
14
14
The Azure Cache for Redis Enterprise tiers provide fully integrated and managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. These new tiers are:
15
15
16
16
* Enterprise, which uses volatile memory (DRAM) on a virtual machine to store data
17
-
* Enterprise Flash, which uses both volatile and non-volatile memory (NVMe or SSD) to store data.
17
+
* Enterprise Flash, which uses both volatile and nonvolatile memory (NVMe or SSD) to store data.
18
18
19
19
Both Enterprise and Enterprise Flash support open-source Redis 6 and some new features that aren't yet available in the Basic, Standard, or Premium tiers. The supported features include some Redis modules that enable other features like search, bloom filters, and time series.
20
20
@@ -40,7 +40,7 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
|**Subscription**| Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. |
42
42
|**Resource group**| Drop down and select a resource group, or select **Create new** and enter a new resource group name. | Name for the resource group in which to create your cache and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. |
43
-
|**DNS name**| Enter a name that is unique in the region. | The cache name must be a string between 1 and 63 characters that contain only numbers, letters, or hyphens. The name must start and end with a number or letter, and can't contain consecutive hyphens. Your cache instance's *host name*will be*\<DNS name\>.\<Azure region\>.redisenterprise.cache.azure.net*. |
43
+
|**DNS name**| Enter a name that is unique in the region. | The cache name must be a string between 1 and 63 characters that contain only numbers, letters, or hyphens. The name must start and end with a number or letter, and can't contain consecutive hyphens. Your cache instance's *host name*is*\<DNS name\>.\<Azure region\>.redisenterprise.cache.azure.net*. |
44
44
|**Location**| Drop down and select a location. | Enterprise tiers are available in selected Azure regions. |
45
45
|**Cache type**| Drop down and select an *Enterprise* or *Enterprise Flash* tier and a size. | The tier determines the size, performance, and features that are available for the cache. |
46
46
@@ -56,15 +56,18 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
56
56
57
57
Enable **Non-TLS access only** if you plan to connect to the new cache without using TLS. Disabling TLS is **not** recommended, however.
58
58
59
-
Set **Clustering policy** to **Enterprise** for a non-clustered cache. For more information on choosing **Clustering policy**, see [Clustering Policy](#clustering-policy).
59
+
Set **Clustering policy** to **Enterprise** for a nonclustered cache. For more information on choosing **Clustering policy**, see [Clustering Policy](#clustering-policy).
60
60
61
61
:::image type="content" source="media/cache-create/cache-clustering-policy.png" alt-text="Screenshot that shows the Enterprise tier Advanced tab.":::
62
62
63
63
> [!NOTE]
64
-
> Redis Enterprise supports two clustering policies. Use the **Enterprise** policy to access your cache using the regular Redis API. Use **OSS** to use the OSS Cluster API.
65
-
>
64
+
> Enterprise and Enterprise Flash tiers are inherently clustered, in contrast to the Basic, Standard, and Premium tiers. Redis Enterprise supports two clustering policies.
65
+
>- Use the **Enterprise** policy to access your cache using the Redis API.
66
+
>- Use **OSS** to use the OSS Cluster API.
67
+
> For more information, see [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise).
68
+
>
66
69
67
-
> [!NOTE]
70
+
> [!IMPORTANT]
68
71
> You can't change modules after you create the cache instance. The setting is create-only.
69
72
>
70
73
@@ -82,11 +85,11 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
82
85
83
86
The OSS Cluster mode allows clients to communicate with Redis using the same Redis Cluster API as open-source Redis. This mode provides optimal latency and near-linear scalability improvements when scaling the cluster. Your client library must support clustering to use the OSS Cluster mode.
84
87
85
-
The Enterprise Cluster mode is a simpler configuration that exposes a single endpoint for client connections. This mode allows an application designed to use a standalone, or non-clustered, Redis server to seamlessly operate with a scalable, multi-node, Redis implementation. Enterprise Cluster mode abstracts the Redis Cluster implementation from the client by internally routing requests to the correct node in the cluster. Clients aren't required to support OSS Cluster mode.
88
+
The Enterprise Cluster mode is a simpler configuration that exposes a single endpoint for client connections. This mode allows an application designed to use a standalone, or nonclustered, Redis server to seamlessly operate with a scalable, multi-node, Redis implementation. Enterprise Cluster mode abstracts the Redis Cluster implementation from the client by internally routing requests to the correct node in the cluster. Clients aren't required to support OSS Cluster mode.
86
89
87
90
## Next steps
88
91
89
92
In this quickstart, you learned how to create an Enterprise tier instance of Azure Cache for Redis.
90
93
91
-
> [!div class="nextstepaction"]
92
-
> [Create an ASP.NET web app that uses an Azure Cache for Redis.](./cache-web-app-howto.md)
94
+
-[Create an ASP.NET web app that uses an Azure Cache for Redis](cache-web-app-aspnet-core-howto.md)
95
+
-[Best practices for the Enterprise tiers](cache-best-practices-enterprise-tiers.md)
0 commit comments