There was an error while loading. Please reload this page.
1 parent f41a269 commit e7fe615Copy full SHA for e7fe615
1 file changed
config/config.js
@@ -103,6 +103,8 @@ config.development = {
103
default: {
104
host: process.env.REDIS_HOST || '127.0.0.1',
105
port: process.env.REDIS_PORT || 6379,
106
+ password: process.env.REDIS_PASSWORD,
107
+ db: process.env.REDIS_DB || 0,
108
retry_strategy: function (options) {
109
if (options.error.code === 'ECONNREFUSED') {
110
// End reconnecting on a specific error and flush all commands with a individual error
0 commit comments