You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
remove console.log
This commit is contained in:
@@ -460,9 +460,7 @@ export default class RedisClient<
|
|||||||
})
|
})
|
||||||
.on('reconnecting', () => this.emit('reconnecting'))
|
.on('reconnecting', () => this.emit('reconnecting'))
|
||||||
.on('drain', () => this.#maybeScheduleWrite())
|
.on('drain', () => this.#maybeScheduleWrite())
|
||||||
.on('end', () => {
|
.on('end', () => this.emit('end'));
|
||||||
console.log('socket on end, emitting end', this.emit('end'));
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pingTimer?: NodeJS.Timeout;
|
#pingTimer?: NodeJS.Timeout;
|
||||||
|
Reference in New Issue
Block a user