Skip to content

Commit 6cccd49

Browse files
committed
Added connection limits per SKU
1 parent 0a209cb commit 6cccd49

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

articles/redis/overview.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,33 @@ The following table helps describe some of the features supported by tier:
118118
### Other considerations when picking a tier
119119

120120
- **Network performance**: If you have a workload that requires high throughput, network bandwidth might cause a bottleneck. You can increase bandwidth by moving up to a higher performance tier or by moving to a large instance size. Larger size instances have more bandwidth because of the underlying VM that hosts the cache. Higher bandwidth limits help you avoid network saturation that cause time-outs in your application. For more information on bandwidth performance, see [Performance testing](best-practices-performance.md)
121-
- **Maximum number of client connections**: Each SKU has a maximum number of client connections. This limit increases with higher performance tiers and larger instances sizes. For more information on the limit for each SKU, see [Azure Managed Redis Pricing](https://aka.ms/amrpricing).
121+
- **Maximum number of client connections**: Each SKU has a maximum number of client connections. This limit increases with higher performance tiers and larger instances sizes. The following table shows the maximum client connections allowed per Azure Managed Redis SKU
122+
123+
124+
[!INCLUDE [tier-preview](includes/tier-preview.md)]
125+
126+
| Size (GB) | Memory Optimized | Balanced | Compute Optimized | Flash Optimized (preview)|
127+
|:-----------:|:---------------------:|:-------------:|:--------------------:|:--------------------:|
128+
| 0.5 | - | 15000 | - | - |
129+
| 1 | - | 15000 | - | - |
130+
| 3 | - | 15000 | 30000 | - |
131+
| 6 | - | 15000 | 30000 | - |
132+
| 12 | 15000 | 30000 | 75000 | - |
133+
| 24 | 30000 | 75000 | 150000 | - |
134+
| 60 | 75000 | 150000 | 200000 | - |
135+
| 120 | 150000 | 200000 | 200000 | - |
136+
| 180 * | 200000 | 200000 | 200000 | - |
137+
| 240 * | 200000 | 200000 | 200000 | 75000 |
138+
| 360 * | 200000 | 200000 | 200000 | - |
139+
| 480 * | 200000 | 200000 | 200000 | 150000 |
140+
| 720 * | 200000 | 200000 | 200000 | 200000 |
141+
| 960 * | 200000 | 200000 | - | 200000 |
142+
| 1440 * | 200000 | - | - | 200000 |
143+
| 1920 * | 200000 | - | - | 200000 |
144+
| 4500 * | - | - | - | 200000 |
145+
146+
\* These tiers are in Public Preview.
147+
122148
- **High availability**: Azure Managed Redis provides multiple [high availability](high-availability.md) options. The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. For more information on the SLA, see the [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). It's possible to disable high availability in an Azure Managed Redis instance. This lowers the price but results in data loss and downtime. We only recommend disabling high availability for dev/test scenarios.
123149

124150
### Other pricing considerations

0 commit comments

Comments
 (0)