ratelimiter icon indicating copy to clipboard operation
ratelimiter copied to clipboard

A distributed token-bucket rate limiter backed by Redis.

ratelimiter

A distributed token-bucket rate limiter backed by Redis.

Algorithm

See https://en.wikipedia.org/wiki/Token_bucket.

Usage

For usage and examples, see the Godoc.