File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " standard && tap test.js" ,
8
- "redis" : " docker run -p 6379:6379 redis:3.0.7"
8
+ "redis" : " docker run -p 6379:6379 --rm redis:3.0.7"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
16
16
" redis" ,
17
17
" database" ,
18
18
" speed" ,
19
- " cache"
19
+ " cache" ,
20
+ " ioredis"
20
21
],
21
22
"author" : " Tomas Della Vedova - @delvedor (http://delved.org)" ,
22
23
"license" : " MIT" ,
25
26
},
26
27
"homepage" : " https://github.com/fastify/fastify-redis#readme" ,
27
28
"devDependencies" : {
28
- "fastify" : " ^0.39.0 " ,
29
- "ioredis " : " ^3.2.1 " ,
30
- "standard" : " ^10 .0.3 " ,
31
- "tap" : " ^11.0.1 "
29
+ "fastify" : " ^1.2.1 " ,
30
+ "redis " : " ^2.8.0 " ,
31
+ "standard" : " ^11 .0.1 " ,
32
+ "tap" : " ^11.1.3 "
32
33
},
33
34
"dependencies" : {
34
- "fastify-plugin" : " ^0.2.1 " ,
35
- "redis " : " ^2.8.0 "
35
+ "fastify-plugin" : " ^0.2.2 " ,
36
+ "ioredis " : " ^3.2.2 "
36
37
}
37
38
}
You can’t perform that action at this time.
0 commit comments