@ -155,7 +155,7 @@ export function initDb(justBorrow = false, sync = false, log = false) {
|
||||
host: config.redis.host,
|
||||
port: config.redis.port,
|
||||
password: config.redis.pass,
|
||||
prefix: config.redis.prefix,
|
||||
prefix: `${config.redis.prefix}:query:`,
|
||||
db: config.redis.db || 0
|
||||
}
|
||||
} : false,
|
||||
|
Reference in New Issue
Block a user