Skip to content

Commit

Permalink
Updated package.json to update depenencies version of redis to 0.11.x…
Browse files Browse the repository at this point in the history
… in order to have socket_keepalive to set keep-alive on socket preveting ETIMEDOUT after a period of inactivity. Also, bumped version.
  • Loading branch information
wiredmax committed Jul 17, 2014
1 parent ba41a0b commit 5c0d28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-sentinel",
"version": "0.1.0",
"version": "0.1.1",
"description": "Redis sentinel client for nodejs",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"redis"
],
"dependencies" : {
"redis" : "0.10.3",
"redis" : "0.11.x",
"q" : "0.9.2"
},
"devDependencies" : {
Expand Down

0 comments on commit 5c0d28b

Please sign in to comment.