Skip to content

Commit 95a35f2

Browse files
authored
Polishing
1 parent c219012 commit 95a35f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/high-concurrency/why-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mysql 这么重的数据库,压根儿设计不是让你玩儿高并发的,
3333
### 用了缓存之后会有什么不良后果?
3434
常见的缓存问题有以下几个:
3535
- [缓存与数据库双写不一致](/docs/high-concurrency/redis-consistence.md)
36-
- [缓存雪崩、缓存穿透](/docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md)
36+
- [缓存雪崩、缓存穿透、缓存击穿](/docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md)
3737
- [缓存并发竞争](/docs/high-concurrency/redis-cas.md)
3838

39-
后面再详细说明。
39+
后面再详细说明。

0 commit comments

Comments
 (0)