Skip to content

Commit 02ec4e4

Browse files
authored
Merge pull request #2636 from 595lzj/main
缓存雪崩中笔误校正
2 parents 700401e + b5cd6d3 commit 02ec4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/redis/redis-questions-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Bloom Filter 会使用一个较大的 bit 数组来保存所有的数据,数
703703

704704
![缓存雪崩](https://oss.javaguide.cn/github/javaguide/database/redis/redis-cache-avalanche.png)
705705

706-
举个例子:数据库中的大量数据在同一时间过期,这个时候突然有大量的请求需要访问这些过期的数据。这就导致大量的请求直接落到数据库上,对数据库造成了巨大的压力。
706+
举个例子:缓存中的大量数据在同一时间过期,这个时候突然有大量的请求需要访问这些过期的数据。这就导致大量的请求直接落到数据库上,对数据库造成了巨大的压力。
707707

708708
#### 有哪些解决办法?
709709

0 commit comments

Comments
 (0)