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
Going around a bit further I noticed that there are no particular strategies for error handling. Just to be clear, we are not expecting much on that side, however putting some throughs on it is a good idea.
As with db helpers there can be some error helpers.
Also any connection in node is async, I don't see the reason to treat redis operations as something sync.
The text was updated successfully, but these errors were encountered:
Hi all!:)
Going around a bit further I noticed that there are no particular strategies for error handling. Just to be clear, we are not expecting much on that side, however putting some throughs on it is a good idea.
As with
db helpers
there can be someerror helpers
.Also any connection in node is async, I don't see the reason to treat redis operations as something sync.
The text was updated successfully, but these errors were encountered: