Skip to content

Commit a8e2599

Browse files
committed
corrected redis option error
1 parent a4cc5e4 commit a8e2599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const options = {
4545
host: redisURL.hostname,
4646
port: redisURL.port,
4747
options: {
48-
auth: redisURL.auth.split(':')[1],
48+
password: redisURL.auth.split(':')[1],
4949
},
5050
},
5151
};

0 commit comments

Comments
 (0)