1
0
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:
Leibale
2023-09-05 14:39:57 -04:00
5 changed files with 3905 additions and 560 deletions

View File

@@ -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;