We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2ab44 commit 558497cCopy full SHA for 558497c
lib/Redis.ts
@@ -551,7 +551,6 @@ class Redis extends Commander implements DataHandledable {
551
// this handler must run after the "data" handler in "DataHandler"
552
// so that `this.commandQueue.length` will be updated
553
this.stream.once("data", () => {
554
- console.log('GOT DATA, CLEARING TIMER');
555
clearTimeout(this.socketTimeoutTimer);
556
this.socketTimeoutTimer = undefined;
557
if (this.commandQueue.length === 0) return;
0 commit comments