You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When redis graph/redis client shuts down, the node process which has a handle to redisgraph.js crashes. My understanding is, we need to listen to this._client.on('error') event and handle it inside graph.js.
Is there a workaround meanwhile to avoid this crash ?
The text was updated successfully, but these errors were encountered:
When redis graph/redis client shuts down, the node process which has a handle to redisgraph.js crashes. My understanding is, we need to listen to this._client.on('error') event and handle it inside graph.js.
Is there a workaround meanwhile to avoid this crash ?
The text was updated successfully, but these errors were encountered: