Skip to content

Commit 201185a

Browse files
authored
Update cache-best-practices-enterprise-tiers.md
1 parent 6544dd4 commit 201185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Because Redis will optmize for the best performance, the instance will first fil
150150

151151
### Workloads well-suited for the Enterprise Flash tier
152152
Workloads that are likely to run well on the Enterprise Flash tier often have the following characteristics:
153-
- Read heavy, which a high ratio of read commands to write commands.
153+
- Read heavy, with a high ratio of read commands to write commands.
154154
- Access is focused on a subset of keys which are used much more frequently than the rest of the dataset.
155155
- Relatively large values in comparison to key names. (Since key names are always stored in RAM, this can become a bottleneck for memory growth.)
156156

0 commit comments

Comments
 (0)