display redis hostname

This commit is contained in:
SrGooglo 2023-07-15 17:03:28 +00:00
parent 81fac75765
commit 0d9df3c9d8

View File

@ -53,7 +53,7 @@ export default ({
// handle when client connects
client.on("connect", () => {
console.log("✅ Redis client connected.")
console.log("✅ Redis client connected.", process.env.REDIS_HOST)
})
return client