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.

5 lines 165 B
import { types } from "@apiratorjs/locking"; export interface IDistributedDeferred extends types.IDeferred { ttlMs: number; } //# sourceMappingURL=types.d.ts.map