UNPKG

redis-semaphore

Version:

Distributed mutex and semaphore based on Redis

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