OptimalBits / node_acl

Access control lists for node applications
2.62k stars 369 forks source link

ACL allow not calling callback with error when Redis is down. #258

Open Fernando-Abreu opened 6 years ago

Fernando-Abreu commented 6 years ago

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.