mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed node_redis error on TypeScript 0.9.5
This commit is contained in:
Vendored
+2
-2
@@ -333,8 +333,8 @@ declare module 'redis' {
|
||||
retry_delay : number;
|
||||
retry_backoff: number;
|
||||
|
||||
auth(password: string, callback: Function): void;
|
||||
AUTH(password: string, callback: Function): void;
|
||||
auth(password?: string, callback?: Function): void;
|
||||
AUTH(password?: string, callback?: Function): void;
|
||||
|
||||
end(): RedisClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user