mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add ClientOps.password to redis typings
password is an alias for auth_pass.
This commit is contained in:
Vendored
+1
@@ -46,6 +46,7 @@ declare module "redis" {
|
||||
connect_timeout?: number;
|
||||
max_attempts?: number;
|
||||
auth_pass?: string;
|
||||
password?: string;
|
||||
family?: string;
|
||||
command_queue_high_water?: number;
|
||||
command_queue_low_water?: number;
|
||||
|
||||
Reference in New Issue
Block a user