Skip to content

Commit 2eb411d

Browse files
authored
Update cache-best-practices-enterprise-tiers.md
1 parent 7107b6e commit 2eb411d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Redis Enterprise, on the other hand, can use multiple vCPUs for the Redis instan
3737

3838
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.
3939

40+
### E1
41+
|Capacity|Effective vCPUs|
42+
|---:|---:|
43+
| 2 | 1 (burstable) |
44+
45+
4046
### E5
4147
|Capacity|Effective vCPUs|
4248
|---:|---:|
@@ -179,6 +185,10 @@ The [data persistence](cache-how-to-premium-persistence.md) feature in the Enter
179185

180186
Many customers want to use persistence to take periodic backups of the data on their cache. We don't recommend that you use data persistence in this way. Instead, use the [import/export](cache-how-to-import-export-data.md) feature. You can export copies of cache data in RDB format directly into your chosen storage account and trigger the data export as frequently as you require. Export can be triggered either from the portal or by using the CLI, PowerShell, or SDK tools.
181187

188+
## E1 SKU Limitations
189+
190+
The E1 SKU is intented primarily for dev/test scenarios. It runs on smaller [burstable VMs](../virtual-machines/b-series-cpu-credit-model/b-series-cpu-credit-model.md), which offers variable performance based on how much CPU is consumed. Unlike other Enterprise SKU offerings, it is not possible to scale the E1 SKU out, although it is still possible to scale up to a larger SKU. The E1 SKU also does not support [active geo-replication](cache-how-to-active-geo-replication.md).
191+
182192
## Related content
183193

184194
- [Development](cache-best-practices-development.md)

0 commit comments

Comments
 (0)