diff --git a/config/redis.ts b/config/redis.ts index dc30e58..2d54514 100644 --- a/config/redis.ts +++ b/config/redis.ts @@ -3,6 +3,7 @@ import configs from './default'; import { logger } from '../server/util/logger'; const client = createClient({ + password: configs.redis.password, socket: { host: configs.redis.url, port: Number(configs.redis.port),