node-ecache:易于使用的内存和Redis缓存实现

时间:2024-03-08 07:13:10
【文件属性】:

文件名称:node-ecache:易于使用的内存和Redis缓存实现

文件大小:12KB

文件格式:ZIP

更新时间:2024-03-08 07:13:10

TypeScript

节点缓存 易于使用的内存和Redis缓存实现 安装 $ npm install ecache --save 如何使用 import { InMemoryCache , RedisCache , MRCache } from "ecache" ; // const { InMemoryCache, RedisCache, MRCache } = require("ecache"); const inMemoryCache = new InMemoryCache ( { ttl : 1 } ) ; const redisCache = new RedisCache ( { client : redis , ttl : 1 } ) ; const mrCache = new MRCache ( { redis : { client : redis , ttl : 10 } , memo


【文件预览】:
node-ecache-master
----sonar-project.properties(208B)
----.coveralls.yml(46B)
----src()
--------lib()
--------test()
----.travis.yml(415B)
----tsconfig.json(255B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(907B)
----.prettierrc.js(83B)
----package.json(2KB)

网友评论