UNPKG

node-redisson

Version:

Distributed lock with Redis implementation for Node.js

7 lines (6 loc) 234 B
export declare class RedissonLockError extends Error { readonly lockName: string; readonly nodeId: string; readonly clientId: string; constructor(message: string, lockName: string, nodeId: string, clientId: string); }