diff --git a/src/db/postgre.ts b/src/db/postgre.ts index 8e2d585e9..f0f1e7eec 100644 --- a/src/db/postgre.ts +++ b/src/db/postgre.ts @@ -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 }