当前位置:网站首页>redis cache clearing strategy
redis cache clearing strategy
2022-08-05 05:24:00 【value growth】
1. volatile-lru: Use LRU algorithm to remove keys, only for keys with expiration time set
2. allkeys-lru: use LRU algorithm to remove keys
3. volatile-random: remove random keys from the expired set, only for keys with an expiration time set
4. allkeys-random: remove random keys
5. volitile-ttl: remove the keys with the smallest ttl value, that is, those keys that will expire recently
6. noevicate: do not remove, only return error information for write operations
边栏推荐
- Difference between for..in and for..of
- Redis - 13. Development Specifications
- Excel Paint
- Returned object not currently part of this pool
- RDD和DataFrame和Dataset
- LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
- 【过一下6】机器视觉视频 【过一下2被挤掉了】
- Basic properties of binary tree + oj problem analysis
- 【过一下11】随机森林和特征工程
- redis事务
猜你喜欢
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
【cesium】Load and locate 3D Tileset
WPF中DataContext作用
NodeJs接收上传文件并自定义保存路径
Flutter learning 2-dart learning
flex布局青蛙游戏通关攻略
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法
Multi-threaded query results, add List collection
软件设计 实验四 桥接模式实验
随机推荐
Transformation 和 Action 常用算子
u-boot in u-boot, dm-pre-reloc
第四讲 反向传播随笔
【过一下 17】pytorch 改写 keras
淘宝账号如何快速提升到更高等级
Redis - 13. Development Specifications
Structured light 3D reconstruction (1) Striped structured light 3D reconstruction
DOM及其应用
Wise Force Deleter强制删除工具
机器学习(二) —— 机器学习基础
[WeChat applet] WXML template syntax - conditional rendering
server disk array
位运算符与逻辑运算符的区别
Flutter 父子组件如何都能收到点击事件
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
Flutter学习三-Flutter基本结构和原理
uva1325
Flutter学习-开篇
【过一下3】卷积&图像噪音&边缘&纹理
使用二维码解决固定资产管理的难题