related #5020
This commit is contained in:
Satsuki Yanagi 2019-06-10 01:02:33 +09:00 committed by syuilo
parent f963bfd3b8
commit f4356640c6

View File

@ -102,7 +102,7 @@ export function initDb(justBorrow = false, sync = false, log = false) {
host: config.redis.host,
port: config.redis.port,
options:{
auth_pass: config.redis.pass,
password: config.redis.pass,
prefix: config.redis.prefix,
db: config.redis.db || 0
}