Fixed node_redis error on TypeScript 0.9.5

This commit is contained in:
vvakame
2013-12-08 23:42:09 +09:00
parent 456a3f06f3
commit 356b915418
+2 -2
View File
@@ -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;