nikolaposa / rate-limit

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

Fix marginal bug in HIT #11

Closed poursal closed 6 years ago

poursal commented 6 years ago

It will create a key that never expires if we increment an expired key.

poursal commented 6 years ago

I believe this also fixes #8

nikolaposa commented 6 years ago

@poursal Yes, thank you for your contribution.