This commit is contained in:
harid 2025-10-21 11:18:04 +07:00
parent 1478349d42
commit 719b828751

View file

@ -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,