Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

自制express缓存工具

$
0
0

最近项目要用到缓存,npm没找到合适的,所以自制了这个工具,目前线上运行正常,有兴趣的同学可以试玩下,帮忙提提意见,该工具实现了以下功能:

  1. 自由设置缓存细粒度
  2. 单路由可设置多key缓存
  3. 某些情况下当刷新缓存时,调用数据库或接口发生错误时可以有备份缓存使用
  4. 可通过url设置参数强制刷新缓存
  5. 可定制缓存方案

安装方式: npm install express-cache-tool


Viewing all articles
Browse latest Browse all 14821

Trending Articles