nikolaposa / rate-limit

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

new limiters #24

Closed juliangut closed 4 years ago

juliangut commented 4 years ago

Added new rate limiters

Memcached APCu Predis

Added abstract to cover adapters supporting ttl vs those that need a second "time" parameter

Should cover limitations on #18

juliangut commented 4 years ago

Travis build passed but it isn't reflected here, do not know why

juliangut commented 4 years ago

Hi, is there interest in the limiters?

nikolaposa commented 4 years ago

There is interest, this looks very good at first glance, I just don't have enough time to properly review and process PRs, sorry.

juliangut commented 4 years ago

@nikolaposa thanks for the reply, if there is any more information I can give, changes or help in any way please just ask

juliangut commented 4 years ago

It's not possible to continue with this PR due to the number and nature of changes requested