diff --git a/src/interfaces/permission.ts b/src/interfaces/permission.ts index cfe76e6..b7f3576 100644 --- a/src/interfaces/permission.ts +++ b/src/interfaces/permission.ts @@ -196,7 +196,7 @@ class CheckAuth { console.log(`[REDIS] Connecting to Redis at ${REDIS_HOST}:${REDIS_PORT}`); // Create Redis client - const redisClient = this.redis.createClient({ + const redisClient = await this.redis.createClient({ socket: { host: REDIS_HOST, port: REDIS_PORT,