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
create a script having a redis client object and a "noconnection" listener
kill redis
run the script - noconnection event fires as expected
start redis
run the script
kill redis
script bombs out with an exception thrown and no "noconnection" event
If you remove the "throw e" under the client.maybeReconnect() call in the stream "error" listener, that behaves as expected - a stream of "reconnecting" events followed by a "noconnection" after the maximum reconnect count is reached.
The text was updated successfully, but these errors were encountered:
To reproduce,
If you remove the "throw e" under the client.maybeReconnect() call in the stream "error" listener, that behaves as expected - a stream of "reconnecting" events followed by a "noconnection" after the maximum reconnect count is reached.
The text was updated successfully, but these errors were encountered: