You've already forked node-redis
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user