Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denpeshkov/throttle

Distributed rate limiter on top of Redis
https://github.com/denpeshkov/throttle

limiter redis

Last synced: 4 days ago
JSON representation

Distributed rate limiter on top of Redis

Awesome Lists containing this project

README

        

# Throttle

[![CI](https://github.com/denpeshkov/throttle/actions/workflows/ci.yml/badge.svg)](https://github.com/denpeshkov/throttle/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/denpeshkov/throttle)](https://goreportcard.com/report/github.com/denpeshkov/throttle)
[![Go Reference](https://pkg.go.dev/badge/github.com/denpeshkov/throttle.svg)](https://pkg.go.dev/github.com/denpeshkov/throttle)

A Go library that implements a rate limiter backed by [Redis](https://redis.io).