nikolaposa / rate-limit

🚔 General purpose rate limiter implementation.
MIT License
271 stars 47 forks source link

In-memory Rate Limiter implementation #32

Closed nikolaposa closed 4 years ago

nikolaposa commented 4 years ago

As explained in: https://github.com/nikolaposa/rate-limit/pull/22, there are valid scenarios for having in-memory rate limiter not only for unit tests. This also replaces mentioned PR due to inaction on the requested changes.