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 cc2f445 + 8d44104 commit 585ff45Copy full SHA for 585ff45
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
3
node_js:
4
- - "9"
+ - "10"
5
- "8"
6
- "6"
7
package.json
@@ -26,13 +26,13 @@
26
},
27
"homepage": "https://github.com/fastify/fastify-redis#readme",
28
"devDependencies": {
29
- "fastify": "^1.2.1",
+ "fastify": "^1.9.0",
30
"redis": "^2.8.0",
31
"standard": "^11.0.1",
32
- "tap": "^11.1.3"
+ "tap": "^12.0.1"
33
34
"dependencies": {
35
- "fastify-plugin": "^0.2.2",
36
- "ioredis": "^3.2.2"
+ "fastify-plugin": "^1.2.0",
+ "ioredis": "^4.0.0"
37
}
38
0 commit comments