We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cc5e4 commit a8e2599Copy full SHA for a8e2599
src/app.js
@@ -45,7 +45,7 @@ const options = {
45
host: redisURL.hostname,
46
port: redisURL.port,
47
options: {
48
- auth: redisURL.auth.split(':')[1],
+ password: redisURL.auth.split(':')[1],
49
},
50
51
};
0 commit comments