mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
redlock: remove forgotten line
This commit is contained in:
Vendored
-1
@@ -39,7 +39,6 @@ declare module RedlockTypes {
|
||||
servers: any[]; // array of redis.RedisClient
|
||||
|
||||
constructor(clients: any[], options?: RedlockOptions);
|
||||
//new (clients: any[], options?: IRedlockOptions);
|
||||
|
||||
acquire(resource: string, ttl: number, callback?: NodeifyCallback<Lock>): Promise<Lock>;
|
||||
lock(resource: string, ttl: number, callback?: NodeifyCallback<Lock>): Promise<Lock>;
|
||||
|
||||
Reference in New Issue
Block a user