From 53c37b66d764daa91380ff4ba046ca08af5dee57 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 25 Jan 2016 13:08:34 -0600 Subject: [PATCH] Add ClientOps.password to redis typings password is an alias for auth_pass. --- redis/redis.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/redis/redis.d.ts b/redis/redis.d.ts index 79caa6aa3..723cb2701 100644 --- a/redis/redis.d.ts +++ b/redis/redis.d.ts @@ -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;