redis-gcra icon indicating copy to clipboard operation
redis-gcra copied to clipboard

Redis-backed rate limiting based on generic cell rate algorithm

Results 2 redis-gcra issues
Sort by recently updated
recently updated
newest added

The gemspec currently allows redis 3 or 4, however the latest version is now 5. Additionally there is a new gem redis-client that is used by the new version of...

If the Redis server gets restarted, while the `redis` object persists in Ruby, it will raise a `Redis::CommandError` with `"NOSCRIPT No matching script. Please use EVAL"`. I "fixed" it with:...