mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
auth_pass is a string (password), not a boolean.
This commit is contained in:
Vendored
+1
-1
@@ -42,7 +42,7 @@ declare module "redis" {
|
||||
retry_max_delay?: number;
|
||||
connect_timeout?: number;
|
||||
max_attempts?: number;
|
||||
auth_pass?: boolean;
|
||||
auth_pass?: string;
|
||||
}
|
||||
|
||||
interface RedisClient extends NodeJS.EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user