speedbump icon indicating copy to clipboard operation
speedbump copied to clipboard

A Redis-backed rate limiter in Go

Results 3 speedbump issues
Sort by recently updated
recently updated
newest added

Removes dependency on `redis.v5` from the core speedbump logic. Clients can use `contrib` constructors to construct rate limiters using different redis implementations. Since the need for pipelining and simultaneous increment/expiration,...