An open API service indexing awesome lists of open source software.

https://github.com/russellluo/ratelimiter

A distributed token-bucket rate limiter backed by Redis.
https://github.com/russellluo/ratelimiter

Last synced: about 1 year ago
JSON representation

A distributed token-bucket rate limiter backed by Redis.

Awesome Lists containing this project

README

          

# 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][1].

[1]: https://godoc.org/github.com/RussellLuo/ratelimiter