rate-limit icon indicating copy to clipboard operation
rate-limit copied to clipboard

🚔 General purpose rate limiter implementation.

Results 6 rate-limit issues
Sort by recently updated
recently updated
newest added

As mentioned in https://github.com/nikolaposa/rate-limit/issues/45#issuecomment-810753421 There's a failing test that doesn't fail when I step through the code. I'll have to come back to it, but maybe you've suggestions for why...

Hi, Currently you can't get the actual rate limit status. Indeed, you only have the status after call to `limit` or `limitSilently`. I think it could be great to have...

Hi, First of all a very nice and compact library. I would like to know if there's any option/method where I can rate limit for custom time. For example every...

Hi, By default `\Redis` will serialise initial value as `i:1;` and increment will silently fail afterwards. I think it would be a good improvement if documentation mention that Redis serialisation...

**Please guide me how to fix this error** Fatal error: Uncaught Error: Class 'RateLimit\Rate' not found `