Skip to content

Commit 2b10e74

Browse files
committed
Issue #512 send_command("monitoring") is doomed to fail
1 parent a2ebe4f commit 2b10e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ RedisClient.prototype.on_ready = function () {
366366
});
367367
return;
368368
} else if (this.monitoring) {
369-
this.send_command("monitor");
369+
this.send_command("monitor", []);
370370
} else {
371371
this.send_offline_queue();
372372
}

0 commit comments

Comments
 (0)