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
{{ message }}
This repository was archived by the owner on Jan 4, 2026. It is now read-only.
Hi, I was checking the implementation and there is something which looks kind of strange. What is the reason that makes you to override the emit method, isn't it just fine to subscribe on the 'error' event and then do the same thing?
Currently this stops the events so in case that I have some application logic like "redis is unavailable so do x.y.z" can't be implemented.
Hi, I was checking the implementation and there is something which looks kind of strange. What is the reason that makes you to override the emit method, isn't it just fine to subscribe on the 'error' event and then do the same thing?
Currently this stops the events so in case that I have some application logic like "redis is unavailable so do x.y.z" can't be implemented.
Thanks