|
@@ -45,7 +45,7 @@ module.exports = RedisSharelatex =
|
|
|
_checkClient: (client, callback) ->
|
|
_checkClient: (client, callback) ->
|
|
|
callback = _.once(callback)
|
|
callback = _.once(callback)
|
|
|
timer = setTimeout () ->
|
|
timer = setTimeout () ->
|
|
|
- error = new Error("redis client ping check timed out")
|
|
|
|
|
|
|
+ error = new Error("redis client ping check timed out #{client?.options?.host}")
|
|
|
console.error {
|
|
console.error {
|
|
|
err: error,
|
|
err: error,
|
|
|
key: client.options?.key # only present for cluster
|
|
key: client.options?.key # only present for cluster
|