This commit is contained in:
Martin McKeaveney 2023-05-04 13:43:53 +01:00
parent 167dfd39d7
commit 41c131050c
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ if (!env.isTest()) {
host: REDIS_OPTS.host,
port: REDIS_OPTS.port,
},
password: REDIS_OPTS.opts.password || REDIS_OPTS.opts.redisOptions.password,
password:
REDIS_OPTS.opts.password || REDIS_OPTS.opts.redisOptions.password,
}
if (!env.REDIS_CLUSTERED) {