OptimalBits / node_acl

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

Can redis and mongodb dependencies be made optional ? #221

Open xcapt opened 7 years ago

xcapt commented 7 years ago

When using the memory backend, (or redis or mongod), we have to pull a lot of dependencies on unneeded stuff in particular for redis and mongodb.

Any thoughts on this ?

kennu commented 7 years ago

I was going to ask about the same thing, because I'd like to run node_acl in AWS Lambda and getting rid of unnecessary dependencies makes it faster to load.