From bd06296bff363cc364277913d8a7cf8689907728 Mon Sep 17 00:00:00 2001 From: qishibo Date: Sat, 30 Mar 2019 12:31:43 +0800 Subject: [PATCH] fix #1 ,auth failed --- src/redisClient.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redisClient.js b/src/redisClient.js index 8d03e8c45..a7566854d 100644 --- a/src/redisClient.js +++ b/src/redisClient.js @@ -11,6 +11,7 @@ export default { alert(options.error); }, menu_index: menuIndex, + password: auth, }; const client = redis.createClient(port, host, options);