Skip to content

Commit 2848034

Browse files
committed
docs: update doc description
* close doocs#75 * close doocs#76
1 parent 22a4f8b commit 2848034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
黑客发出的那 4000 个攻击,缓存中查不到,每次你去数据库里查,也查不到。
3737

38-
举个栗子。数据库 id 是从 1 开始的,结果黑客发过来的请求 id 全部都是负数。这样的话,缓存中不会有,请求每次都“视缓存于无物”,直接查询数据库。这种恶意攻击场景的缓存穿透就会直接把数据库给打死。
38+
举个栗子。数据库 id 是从 1 开始的,结果黑客发过来的请求 id 全部都是负数。这样的话,缓存中不会有,请求每次都“**视缓存于无物**”,直接查询数据库。这种恶意攻击场景的缓存穿透就会直接把数据库给打死。
3939

4040
![redis-caching-penetration](/images/redis-caching-penetration.png)
4141

0 commit comments

Comments
 (0)