Skip to content

Commit 5825d78

Browse files
authored
Update managed-redis-architecture.md
Updated shard count to match what we're doing now.
1 parent ca4c27a commit 5825d78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-cache-for-redis/managed-redis/managed-redis-architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Each SKU of Azure Managed Redis is configured to run a specific number of Redis
7474
| Tiers | Flash Optimized | Memory Optimized | Balanced | Compute Optimized |
7575
|:-----------:|:-------------------:|:--------------------:|:--------------------:|:--------------------:|
7676
| Size (GB) | vCPUs/primary shards | vCPUs/primary shards | vCPUs/primary shards | vCPUs/primary shards |
77-
| 0.5 | - | - | 2/1 | - |
78-
| 1 | - | - | 2/1 | - |
79-
| 3 | - | - | 2/1 | 4/2 |
80-
| 6 | - | - | 2/1 | 4/2 |
81-
| 12 | - | 2/1 | 4/2 | 8/6 |
77+
| 0.5 | - | - | 2/2 | - |
78+
| 1 | - | - | 2/2 | - |
79+
| 3 | - | - | 2/2 | 4/2 |
80+
| 6 | - | - | 2/2 | 4/2 |
81+
| 12 | - | 2/2 | 4/2 | 8/6 |
8282
| 24 | - | 4/2 | 8/6 | 16/12 |
8383
| 60 | - | 8/6 | 16/12 | 32/24 |
8484
| 120 | - | 16/12 | 32/24 | 64/48 |

0 commit comments

Comments
 (0)