1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

upgrade deps

This commit is contained in:
Leibale
2023-08-23 14:53:26 -04:00
parent bc8abd5a38
commit fe74e322dd
10 changed files with 1812 additions and 1787 deletions

View File

@@ -402,7 +402,7 @@ export default class RedisClient<
(...args: Array<unknown>) => (this as any).sendCommand(name, ...args);
}
#pingTimer?: NodeJS.Timer;
#pingTimer?: NodeJS.Timeout;
#setPingTimer(): void {
if (!this.#options?.pingInterval || !this.#socket.isReady) return;