UNPKG

redis-semaphore

Version:

Distributed mutex and semaphore based on Redis

3 lines (2 loc) 183 B
import { RedisClient } from '../types'; export declare function releaseRedlockMultiSemaphore(clients: RedisClient[], key: string, permits: number, identifier: string): Promise<void>;