node ecache:易于使用的内存和Redis缓存实现 源码
节点缓存 易于使用的内存和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 : re
文件列表
node-ecache-master.zip
(预估有个16文件)
node-ecache-master
sonar-project.properties
208B
.coveralls.yml
46B
src
lib
cache.ts
2KB
index.ts
126B
redis.ts
1KB
lru.ts
2KB
memory.ts
2KB
暂无评论