test log
This commit is contained in:
parent
1478349d42
commit
719b828751
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class CheckAuth {
|
||||||
console.log(`[REDIS] Connecting to Redis at ${REDIS_HOST}:${REDIS_PORT}`);
|
console.log(`[REDIS] Connecting to Redis at ${REDIS_HOST}:${REDIS_PORT}`);
|
||||||
|
|
||||||
// Create Redis client
|
// Create Redis client
|
||||||
const redisClient = this.redis.createClient({
|
const redisClient = await this.redis.createClient({
|
||||||
socket: {
|
socket: {
|
||||||
host: REDIS_HOST,
|
host: REDIS_HOST,
|
||||||
port: REDIS_PORT,
|
port: REDIS_PORT,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue