express-rate
express-rate copied to clipboard
Example with memory instead of redis?
I think it could be helpful!
Agree on that, I don't want to install redis just for rate limiting, and it's not something I want to persist across processes/apps. Is there an example how to use it somewhere?
+1
I agree and example would be good to have. From the code the default handler is the memory not redis.
https://github.com/ivolo/express-rate/blob/master/lib/rate.js#L15