Skip to content

Commit

Permalink
fix #1 ,auth failed
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Mar 30, 2019
1 parent 4bd53d7 commit bd06296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redisClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
alert(options.error);
},
menu_index: menuIndex,
password: auth,
};

const client = redis.createClient(port, host, options);
Expand Down

0 comments on commit bd06296

Please sign in to comment.