You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Merge pull request #167 from isaacs/patch-1
List hiredis as an optional dependency.
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
"devDependencies": {
|
||||
"metrics": ">=0.1.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"hiredis": "*"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mranney/node_redis.git"
|
||||
|
Reference in New Issue
Block a user