🔄Update: Redis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 内存淘汰
|
||||
|
||||
*即使键没有过期,也有可能根据设置的策略被淘汰。(但是 Redis 默认不开启,内存超限禁止写入)*
|
||||
|
||||
- LRU
|
||||
- 最近最少使用
|
||||
- LFU
|
||||
- 最近最不常用
|
||||
Reference in New Issue
Block a user