UNPKG

@nestjs-redis/lock

Version:

Redis-based distributed lock module for NestJS, built on @redis-kit/lock

2 lines 246 B
export declare function Redlock<T extends (...args: any[]) => any>(key: string | string[], ttl?: number): (target: any, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => void; //# sourceMappingURL=redlock.decorator.d.ts.map