Skip to content

Commit

Permalink
Issue #512 send_command("monitoring") is doomed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbprice committed May 4, 2015
1 parent a2ebe4f commit 2b10e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ RedisClient.prototype.on_ready = function () {
});
return;
} else if (this.monitoring) {
this.send_command("monitor");
this.send_command("monitor", []);
} else {
this.send_offline_queue();
}
Expand Down

0 comments on commit 2b10e74

Please sign in to comment.