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
_addedScriptHashesCleanInterval is not cleared If connection to redis is lost and retryStrategy is not a function or retryStrategy returns something else than a number.
This active timeout/interval causes node process unable to terminate when it should.
#1219 fixed that _addedScriptHashesCleanInterval is cleared when connection is manually closed with redis.disconnect() or redis.quit() but I feel it should also be cleared if the connection is closed by other means.
The text was updated successfully, but these errors were encountered:
_addedScriptHashesCleanInterval is not cleared If connection to redis is lost and retryStrategy is not a function or retryStrategy returns something else than a number.
This active timeout/interval causes node process unable to terminate when it should.
#1219 fixed that _addedScriptHashesCleanInterval is cleared when connection is manually closed with redis.disconnect() or redis.quit() but I feel it should also be cleared if the connection is closed by other means.
The text was updated successfully, but these errors were encountered: