We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219012 commit 95a35f2Copy full SHA for 95a35f2
1 file changed
docs/high-concurrency/why-cache.md
@@ -33,7 +33,7 @@ mysql 这么重的数据库,压根儿设计不是让你玩儿高并发的,
33
### 用了缓存之后会有什么不良后果?
34
常见的缓存问题有以下几个:
35
- [缓存与数据库双写不一致](/docs/high-concurrency/redis-consistence.md)
36
-- [缓存雪崩、缓存穿透](/docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md)
+- [缓存雪崩、缓存穿透、缓存击穿](/docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md)
37
- [缓存并发竞争](/docs/high-concurrency/redis-cas.md)
38
39
-后面再详细说明。
+后面再详细说明。
0 commit comments