Add logging

This commit is contained in:
Jackson Harper 2024-01-16 22:43:06 +08:00
parent 7c8304ac15
commit 49734efec7

View file

@ -78,6 +78,7 @@ const createIORedisClient = (
return Math.min(times * 50, 2000)
},
}
console.log('connecting to redis: ', { redisURL, redisOptions })
return new Redis(redisURL, redisOptions)
}