Skip to content

Commit

Permalink
Force redis driver to be > 0.8.2
Browse files Browse the repository at this point in the history
This works around a bug in both the old redis JS parser and the
hiredis parser for the redis driver by forcing the version of
the redis driver to be > 0.8.2. This also removes the dependancy
on hiredis.
  • Loading branch information
EchoAbstract committed Nov 13, 2012
1 parent 00e0e47 commit 970abc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Empty file added .npmignore
Empty file.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -29,8 +29,7 @@
],
"dependencies": {
"node-uuid": "*",
"hiredis": "*",
"redis": "*"
"redis": ">=0.8.2"
},
"devDependencies": {
"should": "*",
Expand Down

0 comments on commit 970abc5

Please sign in to comment.