文件名称:apollo-server-redis-cache
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-30 04:00:09
JavaScript
阿波罗服务器-redis-缓存 安装 $ npm install apollo-server-redis-cache 用法 启动Redis服务器 $ redis-server import express from 'express' import { graphqlExpress } from 'apollo-server-express' import apolloServerRedisCache from 'apollo-server-redis-cache' const _schema = /* your schema */ const PORT = 3000 ; const app = express ( ) ; const redisCache = new apolloServerRedisCache ( { cache : true , key : 'asrc' , ttl
【文件预览】:
apollo-server-redis-cache-master
----yarn.lock(6KB)
----.npmignore(12B)
----README.md(743B)
----.gitignore(12B)
----index.js(5KB)
----package.json(692B)