mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
add redis options inc host ip to error message
This commit is contained in:
@@ -49,6 +49,7 @@ module.exports = RedisSharelatex =
|
||||
console.error {
|
||||
err: error,
|
||||
key: client.options?.key # only present for cluster
|
||||
clientOptions: client.options
|
||||
}, "client timed out"
|
||||
callback(error)
|
||||
, RedisSharelatex.HEARTBEAT_TIMEOUT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redis-sharelatex",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
|
||||
"main": "index.js",
|
||||
"author": "ShareLaTeX",
|
||||
|
||||
Reference in New Issue
Block a user