diff --git a/content/develop/use-cases/rate-limiter/_index.md b/content/develop/use-cases/rate-limiter/_index.md index ab11eadd99..a140a1c1a9 100644 --- a/content/develop/use-cases/rate-limiter/_index.md +++ b/content/develop/use-cases/rate-limiter/_index.md @@ -66,7 +66,9 @@ The following libraries and frameworks provide Redis-backed rate limiting: - **Python**: [limits](https://limits.readthedocs.io/), plus custom implementations on top of [redis-py](https://redis.readthedocs.io/) - **Go**: [go-redis/redis_rate](https://github.com/go-redis/redis_rate) -- **API gateways**: [Kong](https://docs.konghq.com/hub/kong-inc/rate-limiting/) and +- **API gateways**: + [Apache APISIX](https://apisix.apache.org/docs/apisix/plugins/limit-count/), + [Kong](https://docs.konghq.com/hub/kong-inc/rate-limiting/), and [Envoy](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/rate_limit_filter) use Redis for distributed rate limiting