lint
This commit is contained in:
parent
167dfd39d7
commit
41c131050c
|
@ -42,7 +42,8 @@ if (!env.isTest()) {
|
||||||
host: REDIS_OPTS.host,
|
host: REDIS_OPTS.host,
|
||||||
port: REDIS_OPTS.port,
|
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) {
|
if (!env.REDIS_CLUSTERED) {
|
||||||
|
|
Loading…
Reference in New Issue