You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Merge branch 'master' of github.com:redis/node-redis into v5
This commit is contained in:
@@ -439,7 +439,7 @@ export default class RedisClient<
|
||||
.on('end', () => this.emit('end'));
|
||||
}
|
||||
|
||||
private _pingTimer?: NodeJS.Timer;
|
||||
private _pingTimer?: NodeJS.Timeout;
|
||||
|
||||
private _setPingTimer(): void {
|
||||
if (!this._options?.pingInterval || !this._socket.isReady) return;
|
||||
|
Reference in New Issue
Block a user