redis_rate
redis_rate copied to clipboard
Rate limiting for go-redis
…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` | [](https://docs.renovatebot.com/merge-confidence/) | [](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
I got the error, when using on redis cluster.
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...
What is it?
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...