This website requires JavaScript.
Explore
Help
Register
Sign In
wonder
/
NoteBook
Watch
1
Star
0
Fork
0
You've already forked NoteBook
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
NoteBook
/
Redis
/
8. 内存淘汰.md
T
Add File
New File
Upload File
Apply Patch
wonder
3e0960a426
🔄
Update: Redis
2025-09-27 22:59:31 +08:00
207 B
Raw
Permalink
Blame
History
内存淘汰
即使键没有过期,也有可能根据设置的策略被淘汰。(但是 Redis 默认不开启,内存超限禁止写入)
LRU
最近最少使用
LFU
最近最不常用
Reference in New Issue
View Git Blame
Copy Permalink