We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a665faf + b172b20 commit 45cd734Copy full SHA for 45cd734
index.js
@@ -28,4 +28,7 @@ function close (fastify, done) {
28
fastify.redis.quit(done)
29
}
30
31
-module.exports = fp(fastifyRedis, '>=0.13.1')
+module.exports = fp(fastifyRedis, {
32
+ fastify: '>=0.39',
33
+ name: 'fastify-redis'
34
+})
package.json
@@ -25,10 +25,10 @@
25
},
26
"homepage": "https://github.com/fastify/fastify-redis#readme",
27
"devDependencies": {
- "fastify": "^0.30.2",
+ "fastify": "^0.39.0",
"ioredis": "^3.2.1",
"standard": "^10.0.3",
- "tap": "^10.7.2"
+ "tap": "^11.0.1"
"dependencies": {
"fastify-plugin": "^0.2.1",
0 commit comments