Skip to content

Commit 65ea67f

Browse files
authored
Merge pull request #191840 from flang-msft/fxl----fix-BUG-13229704
fxl---Clarified encryption is in transit
2 parents ccef39a + 1c3111c commit 65ea67f

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: overview
8-
ms.date: 02/02/2022
8+
ms.date: 03/15/2022
99

10-
#Customer intent: As a developer, I want to understand what Azure Cache for Redis is and how it can improve performance in my application.
1110
---
1211

1312
# About Azure Cache for Redis
@@ -34,7 +33,6 @@ Azure Cache for Redis improves application performance by supporting common appl
3433

3534
Azure Cache for Redis supports OSS Redis version 4.0.x and 6.0.x. We've made the decision to skip Redis 5.0 to bring you the latest version. Previously, Azure Cache for Redis maintained a single Redis version. In the future, it will provide a newer major release upgrade and at least one older stable version. You can [choose which version](cache-how-to-version.md) works the best for your application.
3635

37-
3836
## Service tiers
3937

4038
Azure Cache for Redis is available in these tiers:
@@ -54,7 +52,7 @@ The [Azure Cache for Redis Pricing](https://azure.microsoft.com/pricing/details/
5452
| Feature Description | Basic | Standard | Premium | Enterprise | Enterprise Flash |
5553
| ------------------- | :-----: | :------: | :---: | :---: | :---: |
5654
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/cache/v1_0/) |-|||||
57-
| Data encryption ||||||
55+
| Data encryption in transit ||||||
5856
| [Network isolation](cache-how-to-premium-vnet.md) ||||||
5957
| [Scaling](cache-how-to-scale.md) ||||-|-|
6058
| [OSS clustering](cache-how-to-premium-clustering.md) |-|-||||
@@ -70,24 +68,25 @@ The [Azure Cache for Redis Pricing](https://azure.microsoft.com/pricing/details/
7068

7169
Consider the following options when choosing an Azure Cache for Redis tier:
7270

73-
* **Memory**: The Basic and Standard tiers offer 250 MB – 53 GB; the Premium tier 6 GB - 1.2 TB; the Enterprise tiers 12 GB - 14 TB. To create a Premium tier cache larger than 120 GB, you can use Redis OSS clustering. For more information, see [Azure Cache for Redis Pricing](https://azure.microsoft.com/pricing/details/cache/). For more information, see [How to configure clustering for a Premium Azure Cache for Redis](cache-how-to-premium-clustering.md).
74-
* **Performance**: Caches in the Premium and Enterprise tiers are deployed on hardware that has faster processors, giving better performance compared to the Basic or Standard tier. Premium tier Caches have higher throughput and lower latencies. For more information, see [Azure Cache for Redis performance](./cache-planning-faq.yml#azure-cache-for-redis-performance).
75-
* **Dedicated core for Redis server**: All caches except C0 run dedicated VM cores. Redis, by design, uses only one thread for command processing. Azure Cache for Redis uses other cores for I/O processing. Having more cores improves throughput performance even though it may not produce linear scaling. Furthermore, larger VM sizes typically come with higher bandwidth limits than smaller ones. That helps you avoid network saturation, which will cause timeouts in your application.
76-
* **Network performance**: If you have a workload that requires high throughput, the Premium or Enterprise tier offers more bandwidth compared to Basic or Standard. Also within each tier, larger size caches have more bandwidth because of the underlying VM that hosts the cache. For more information, see [Azure Cache for Redis performance](./cache-planning-faq.yml#azure-cache-for-redis-performance).
77-
* **Maximum number of client connections**: The Premium and Enterprise tiers offer the maximum numbers of clients that can connect to Redis, offering higher numbers of connections for larger sized caches. Clustering increases the total amount of network bandwidth available for a clustered cache.
78-
* **High availability**: Azure Cache for Redis provides multiple [high availability](cache-high-availability.md) options. It guarantees that a Standard, Premium, or Enterprise cache is available according to our [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. We recommend using the Redis data persistence feature in the Premium and Enterprise tiers to increase resiliency against data loss.
79-
* **Data persistence**: The Premium and Enterprise tiers allow you to persist the cache data to an Azure Storage account and a Managed Disk respectively. Underlying infrastructure issues might result in potential data loss. We recommend using the Redis data persistence feature in these tiers to increase resiliency against data loss. Azure Cache for Redis offers both RDB and AOF (preview) options. Data persistence can be enabled through Azure portal and CLI. For the Premium tier, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
80-
* **Network isolation**: Azure Private Link and Virtual Network (VNET) deployments provide enhanced security and traffic isolation for your Azure Cache for Redis. VNET allows you to further restrict access through network access control policies. For more information, see [Azure Cache for Redis with Azure Private Link](cache-private-link.md) and [How to configure Virtual Network support for a Premium Azure Cache for Redis](cache-how-to-premium-vnet.md).
81-
* **Redis Modules**: Enterprise tiers support [RediSearch](https://docs.redislabs.com/latest/modules/redisearch/), [RedisBloom](https://docs.redislabs.com/latest/modules/redisbloom/) and [RedisTimeSeries](https://docs.redislabs.com/latest/modules/redistimeseries/). These modules add new data types and functionality to Redis.
71+
- **Memory**: The Basic and Standard tiers offer 250 MB – 53 GB; the Premium tier 6 GB - 1.2 TB; the Enterprise tiers 12 GB - 14 TB. To create a Premium tier cache larger than 120 GB, you can use Redis OSS clustering. For more information, see [Azure Cache for Redis Pricing](https://azure.microsoft.com/pricing/details/cache/). For more information, see [How to configure clustering for a Premium Azure Cache for Redis](cache-how-to-premium-clustering.md).
72+
- **Performance**: Caches in the Premium and Enterprise tiers are deployed on hardware that has faster processors, giving better performance compared to the Basic or Standard tier. Premium tier Caches have higher throughput and lower latencies. For more information, see [Azure Cache for Redis performance](./cache-planning-faq.yml#azure-cache-for-redis-performance).
73+
- **Dedicated core for Redis server**: All caches except C0 run dedicated VM cores. Redis, by design, uses only one thread for command processing. Azure Cache for Redis uses other cores for I/O processing. Having more cores improves throughput performance even though it may not produce linear scaling. Furthermore, larger VM sizes typically come with higher bandwidth limits than smaller ones. That helps you avoid network saturation, which will cause timeouts in your application.
74+
- **Network performance**: If you have a workload that requires high throughput, the Premium or Enterprise tier offers more bandwidth compared to Basic or Standard. Also within each tier, larger size caches have more bandwidth because of the underlying VM that hosts the cache. For more information, see [Azure Cache for Redis performance](./cache-planning-faq.yml#azure-cache-for-redis-performance).
75+
- **Maximum number of client connections**: The Premium and Enterprise tiers offer the maximum numbers of clients that can connect to Redis, offering higher numbers of connections for larger sized caches. Clustering increases the total amount of network bandwidth available for a clustered cache.
76+
- **High availability**: Azure Cache for Redis provides multiple [high availability](cache-high-availability.md) options. It guarantees that a Standard, Premium, or Enterprise cache is available according to our [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. We recommend using the Redis data persistence feature in the Premium and Enterprise tiers to increase resiliency against data loss.
77+
- **Data persistence**: The Premium and Enterprise tiers allow you to persist the cache data to an Azure Storage account and a Managed Disk respectively. Underlying infrastructure issues might result in potential data loss. We recommend using the Redis data persistence feature in these tiers to increase resiliency against data loss. Azure Cache for Redis offers both RDB and AOF (preview) options. Data persistence can be enabled through Azure portal and CLI. For the Premium tier, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
78+
- **Network isolation**: Azure Private Link and Virtual Network (VNET) deployments provide enhanced security and traffic isolation for your Azure Cache for Redis. VNET allows you to further restrict access through network access control policies. For more information, see [Azure Cache for Redis with Azure Private Link](cache-private-link.md) and [How to configure Virtual Network support for a Premium Azure Cache for Redis](cache-how-to-premium-vnet.md).
79+
- **Redis Modules**: Enterprise tiers support [RediSearch](https://docs.redislabs.com/latest/modules/redisearch/), [RedisBloom](https://docs.redislabs.com/latest/modules/redisbloom/) and [RedisTimeSeries](https://docs.redislabs.com/latest/modules/redistimeseries/). These modules add new data types and functionality to Redis.
8280

8381
You can scale your cache from the Basic tier up to Premium after it has been created. Scaling down to a lower tier isn't supported currently. For step-by-step scaling instructions, see [How to Scale Azure Cache for Redis](cache-how-to-scale.md) and [How to automate a scaling operation](cache-how-to-scale.md#how-to-automate-a-scaling-operation).
8482

8583
### Special considerations for Enterprise tiers
8684

8785
The Enterprise tiers rely on Redis Enterprise, a commercial variant of Redis from Redis Labs. Customers obtain and pay for a license to this software through an Azure Marketplace offer. Azure Cache for Redis manages the license acquisition so that you won't have to do it separately. To purchase in the Azure Marketplace, you must have the following prerequisites:
88-
* Your Azure subscription has a valid payment instrument. Azure credits or free MSDN subscriptions aren't supported.
89-
* Your organization allows [Azure Marketplace purchases](../cost-management-billing/manage/ea-azure-marketplace.md#enabling-azure-marketplace-purchases).
90-
* If you use a private Marketplace, it must contain the Redis Labs Enterprise offer.
86+
87+
- Your Azure subscription has a valid payment instrument. Azure credits or free MSDN subscriptions aren't supported.
88+
- Your organization allows [Azure Marketplace purchases](../cost-management-billing/manage/ea-azure-marketplace.md#enabling-azure-marketplace-purchases).
89+
- If you use a private Marketplace, it must contain the Redis Labs Enterprise offer.
9190

9291
> [!IMPORTANT]
9392
> Azure Cache for Redis Enterprise requires standard network Load Balancers that are charged
@@ -104,11 +103,11 @@ The Enterprise tiers rely on Redis Enterprise, a commercial variant of Redis fro
104103
105104
## Next steps
106105

107-
* [Create an open-source Redis cache](quickstart-create-redis.md)
108-
* [Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md)
109-
* [Use Azure Cache for Redis in an ASP.NET web app](cache-web-app-howto.md)
110-
* [Use Azure Cache for Redis in .NET Core](cache-dotnet-core-quickstart.md)
111-
* [Use Azure Cache for Redis in .NET Framework](cache-dotnet-how-to-use-azure-redis-cache.md)
112-
* [Use Azure Cache for Redis in Node.js](cache-nodejs-get-started.md)
113-
* [Use Azure Cache for Redis in Java](cache-java-get-started.md)
114-
* [Use Azure Cache for Redis in Python](cache-python-get-started.md)
106+
- [Create an open-source Redis cache](quickstart-create-redis.md)
107+
- [Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md)
108+
- [Use Azure Cache for Redis in an ASP.NET web app](cache-web-app-howto.md)
109+
- [Use Azure Cache for Redis in .NET Core](cache-dotnet-core-quickstart.md)
110+
- [Use Azure Cache for Redis in .NET Framework](cache-dotnet-how-to-use-azure-redis-cache.md)
111+
- [Use Azure Cache for Redis in Node.js](cache-nodejs-get-started.md)
112+
- [Use Azure Cache for Redis in Java](cache-java-get-started.md)
113+
- [Use Azure Cache for Redis in Python](cache-python-get-started.md)

0 commit comments

Comments
 (0)