mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
display redis hostname
This commit is contained in:
parent
6f6ba97317
commit
2749db02dd
@ -53,7 +53,7 @@ export default ({
|
|||||||
|
|
||||||
// handle when client connects
|
// handle when client connects
|
||||||
client.on("connect", () => {
|
client.on("connect", () => {
|
||||||
console.log("✅ Redis client connected.")
|
console.log("✅ Redis client connected.", process.env.REDIS_HOST)
|
||||||
})
|
})
|
||||||
|
|
||||||
return client
|
return client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user