节点缓存 易于使用的内存和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