From b08912ed5296f8ba08201f8e94dc7dbf5857184a Mon Sep 17 00:00:00 2001 From: Yilia Lin Date: Tue, 11 Aug 2026 09:12:13 +0800 Subject: [PATCH] docs: add Apache APISIX to rate limiter ecosystem --- content/develop/use-cases/rate-limiter/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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