当前位置:网站首页>redis 缓存清除策略
redis 缓存清除策略
2022-08-05 05:12:00 【价值成长】
1. volitile-lru: 使用LRU算法移除key,只对设置了过期时间的键
2. allkeys-lru: 使用LRU算法移除key
3. volitile-random: 对过期集合中移除随机的key,只对设置了过期时间的key
4. allkeys-random: 移除随机的key
5. volitile-ttl: 移除那些ttl值最小的key,即那些最近要过期的key
6. noevicate: 不进行移除,针对写操作,只返回错误信息
边栏推荐
猜你喜欢
随机推荐
uboot开启调试打印信息
human weakness
Difference between for..in and for..of
upload上传图片到腾讯云,如何上传图片
【学生毕业设计】基于web学生信息管理系统网站的设计与实现(13个页面)
2022牛客多校第四场C.Easy Counting Problem(EGF+NTT)
[Student Graduation Project] Design and Implementation of the Website Based on the Web Student Information Management System (13 pages)
u-boot调试定位手段
UVA10827
【学习笔记之菜Dog学C】动态内存管理之经典笔试题
【解码工具】Bitcoin的一些在线工具
WPF中DataContext作用
2023年信息与通信工程国际会议(JCICE 2023)
结构光三维重建(二)线结构光三维重建
『递归』递归概念与典型实例
Redis - 13. Development Specifications
延迟加载js方式async与defer区别
密码学系列之:PEM和PKCS7,PKCS8,PKCS12
Flutter learning three-Flutter basic structure and principle
RL reinforcement learning summary (1)