UNPKG

@apiratorjs/locking-redis

Version:

An extension to the core @apiratorjs/locking library, providing Redis-based implementations of distributed mutexes and semaphores for true cross-process concurrency control in Node.js.

6 lines 199 B
import { types } from "@apiratorjs/locking"; export interface IDistributedDeferred extends types.IDeferred { ttlMs: number; timer: NodeJS.Timeout | null; } //# sourceMappingURL=types.d.ts.map