Skip to content
Tony Wong edited this page Sep 13, 2023 · 2 revisions

Welcome to the redis_rate wiki!

Usage

Add module go get github.com/go-redis/redis_rate/v10

Append following into go.mod

replace github.com/go-redis/redis_rate/v10 v10.0.1 => github.com/tonytony2020/redis_rate/v10 v10.0.1-r1

See also https://redis.uptrace.dev/guide/go-redis-rate-limiting.html

Clone this wiki locally