rate_add_redis
Add distributed rate limiting backed by Redis, including cluster support and fallback behavior for uninterrupted API protection.
Instructions
Add Redis-backed distributed rate limiting with cluster support (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| cluster | No | Enable Redis cluster support | |
| fallback | No | Fallback behavior when Redis is unavailable | |
| redis_url | No | Redis connection URL |