koajs / ratelimit

Rate limiter middleware
MIT License
485 stars 57 forks source link

Use rate-limiter-flexible package as a base #49

Closed animir closed 11 months ago

animir commented 5 years ago

ratelimiter package use only Redis, it is used as base package now. if koa ratelimit middleware uses rate-limiter-flexible, it would get access to Memory, Cluster, MongoDB, PostgreSQL, MySQL limiters as well + plus a lot of bonuses.

titanism commented 11 months ago

PR welcome