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 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TTL_MS = void 0; exports.DEFAULT_TTL_MS = 1000 * 60; // 1 minute //# sourceMappingURL=constants.js.map