Skip to content

Commit

Permalink
KeepAlive(true) & bump to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Sep 30, 2012
1 parent 099c8fa commit ef9bbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _.extend(Endpoint.prototype, require('events').EventEmitter.prototype, {
this.socket.on('error', this.onError);
this.socket.setTimeout(0);
this.socket.setNoDelay();
this.socket.setKeepAlive(true);
},

reconnect:function(number, delay){
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redsmin",
"description": "Redsmin daemon for the Redsmin service",
"version": "0.1.6",
"version": "0.1.7",
"keywords": [
"redis",
"redsmin",
Expand Down

0 comments on commit ef9bbbf

Please sign in to comment.