Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denpeshkov/throttle
- Owner: denpeshkov
- License: mit
- Created: 2024-08-25T15:17:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:56:58.000Z (about 2 months ago)
- Last Synced: 2024-09-18T10:24:35.903Z (about 2 months ago)
- Topics: limiter, redis
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).