🔄Update: Redis

This commit is contained in:
2025-09-27 22:59:31 +08:00
parent 5dae89e523
commit 3e0960a426
5 changed files with 196 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 内存淘汰
*即使键没有过期,也有可能根据设置的策略被淘汰。(但是 Redis 默认不开启,内存超限禁止写入)*
- LRU
- 最近最少使用
- LFU
- 最近最不常用