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 some error helpers.
Also any connection in node is async, I don't see the reason to treat redis operations as something sync.
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 helpersthere can be someerror helpers.Also any connection in node is async, I don't see the reason to treat redis operations as something sync.