Skip to content

Commit 0687b77

Browse files
authored
Update cache-best-practices-enterprise-tiers.md
1 parent 4fa6919 commit 0687b77

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

articles/azure-cache-for-redis/cache-best-practices-enterprise-tiers.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@ Redis Enterprise, on the other hand, can use multiple vCPUs for the Redis instan
3636

3737
The tables show the number of vCPUs used for the primary shards, not the replica shards. Shards don't map one-to-one to the number of vCPUs. The tables only illustrate vCPUs, not shards. Some configurations use more shards than available vCPUs to boost performance in some usage scenarios.
3838

39-
### E10
39+
### E5
40+
|Capacity|Effective vCPUs|
41+
|---:|---:|
42+
| 2 | 1 |
43+
| 4 | 2 |
44+
| 6 | 6 |
4045

46+
### E10
4147
|Capacity|Effective vCPUs|
4248
|---:|---:|
4349
| 2 | 2 |
@@ -76,6 +82,24 @@ The tables show the number of vCPUs used for the primary shards, not the replica
7682
|8|30|
7783
|10|30|
7884

85+
### E200
86+
|Capacity|Effective vCPUs|
87+
|---:|---:|
88+
|2|30|
89+
|4|60|
90+
|6|60|
91+
|8|120|
92+
|10|120|
93+
94+
### E400
95+
|Capacity|Effective vCPUs|
96+
|---:|---:|
97+
|2|60|
98+
|4|120|
99+
|6|120|
100+
|8|240|
101+
|10|240|
102+
79103
### F300
80104
|Capacity|Effective vCPUs|
81105
|---:|---:|

0 commit comments

Comments
 (0)