From 42e5d2fb6e0210527e8b512ca60b70dd2dcaf7df Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 8 Jul 2019 11:17:08 +0100 Subject: [PATCH] Update app.coffee --- services/real-time/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/real-time/app.coffee b/services/real-time/app.coffee index 9a74f57803..0ddfe406e9 100644 --- a/services/real-time/app.coffee +++ b/services/real-time/app.coffee @@ -61,7 +61,7 @@ app.get "/debug/events", (req, res, next) -> res.send "debug mode will log next #{Settings.debugEvents} events" rclient = require("redis-sharelatex").createClient(Settings.redis.realtime) -rclient.set "hello", "world" + app.get "/health_check/redis", (req, res, next) -> rclient.healthCheck (error) -> if error?