node_acl
node_acl copied to clipboard
ACL allow not calling callback with error when Redis is down.
I notice that even after quitting redis or when itself is down calling the allow
function with permissionsArray it will give no error in the callback. Why is that so?
This way I cannot be sure if the operation succeeded or not.