Skip to content

Commit f1082d1

Browse files
committed
JAVA 知识体系
1 parent f5bfede commit f1082d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,11 @@
242242

243243
- 常见的缓存策略有哪些,如何做到缓存(比如redis)与DB里的数据一致性,你们项目中用到了
244244
- 什么缓存系统,如何设计的。
245-
- 如何防止缓存击穿和雪崩。
245+
- [如何防止缓存击穿和雪崩。](https://mp.weixin.qq.com/s/SQQy6NKvoAgIaeAjzkRpDw)
246246
- 缓存数据过期后的更新如何设计。
247247
- redis的list结构相关的操作。
248248
- Redis的数据结构都有哪些。
249249
- Redis的使用要注意什么,讲讲持久化方式,内存设置,集群的应用和优劣势,淘汰策略等。
250-
- redis2和redis3的区别,redis3内部通讯机制。
251250
- 当前redis集群有哪些玩法,各自优缺点,场景。
252251
- Memcache的原理,哪些数据适合放在缓存中。
253252
- redis和memcached 的内存管理的区别。

0 commit comments

Comments
 (0)