redis_rate icon indicating copy to clipboard operation
redis_rate copied to clipboard

Rate limiting for go-redis

Results 41 redis_rate issues
Sort by recently updated
recently updated
newest added

…cluster. Added curly braces around the key prefix name makes it a redis-tag. redis-tag ensures that all the keys starting with this prefix are mapped to the same keyslot when...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/redis/go-redis/v9](https://redirect.github.com/redis/go-redis) | `v9.0.2` -> `v9.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fredis%2fgo-redis%2fv9/v9.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Remove flush db command which is dangerous from the README.

…pt uses should be passed using the KEYS array, and KEYS should not be in expression

Hi, there. Thank you for providing such a simple and useful library. There are some configuration options confuse me. What do 'Rate' and 'Burst' mean? How can I modify them...

Hi, thank you for developing this really useful rate limiter!! I'm now about to use this library😃 And I thought what about supporting redis_rate.PerDay(). As you know, currently, we have...

see also https://github.com/go-redis/redis_rate/issues/81

I got error following: `ERR Protocol error: expected '$', got 'n'` when I used Allow function `res, err := limiter.Allow(client.Ctx, key, limit)`, It will be OK while I remove all...