Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcosentino11/rate-limiter
A redis-based rate limiter
https://github.com/jcosentino11/rate-limiter
go rate-limiting redis
Last synced: about 6 hours ago
JSON representation
A redis-based rate limiter
- Host: GitHub
- URL: https://github.com/jcosentino11/rate-limiter
- Owner: jcosentino11
- Created: 2021-05-12T16:31:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T02:00:39.000Z (5 months ago)
- Last Synced: 2024-05-31T04:23:10.884Z (5 months ago)
- Topics: go, rate-limiting, redis
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rate Limiter
A redis-based toy rate-limiter
# References
* https://brandur.org/rate-limiting
* https://redislabs.com/redis-best-practices/basic-rate-limiting/