Skip to content

Commit fa935f8

Browse files
committed
update redis
1 parent 8b204d0 commit fa935f8

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

docs/database/Redis/redis-all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,12 @@ public Object getObjectInclNullById(Integer id) {
426426

427427
#### 有哪些解决办法?
428428

429-
Redis服务不可用:
429+
**针对Redis服务不可用的情况:**
430430

431431
1. 采用Redis集群,避免单机出现问题整个缓存服务都没办法使用。
432432
2. 限流,避免同时处理大量的请求。
433433

434-
热点缓存失效:
434+
**针对热点缓存失效的情况:**
435435

436436
1. 设置不同的失效时间比如随机设置缓存的失效时间。
437437
2. 缓存永不失效。

docs/operating-system/basis.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,17 @@
335335
- <https://www.studytonight.com/operating-system>
336336
- <https://www.geeksforgeeks.org/interprocess-communication-methods/>
337337
- <https://juejin.im/post/59f8691b51882534af254317>
338-
- 王道考研操作系统知识点整理: https://wizardforcel.gitbooks.io/wangdaokaoyan-os/content/13.html
338+
- 王道考研操作系统知识点整理: https://wizardforcel.gitbooks.io/wangdaokaoyan-os/content/13.html
339+
340+
341+
342+
343+
344+
345+
346+
347+
348+
349+
350+
351+

0 commit comments

Comments
 (0)