Redis-based rate limiting implementations with token bucket, leaky bucket, and sliding window algorithms. Use when implementing API rate limiting, throttling, or request quota management.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
README.mdexamples/basic-usage.mdexamples/fastapi-example.mdexamples/nextjs-example.mdscripts/setup-redis.shscripts/test-connection.shscripts/validate-config.shtemplates/basic-config.py.templatetemplates/basic-config.ts.templatetemplates/docker-compose.yml.templatetemplates/redis-config.env.templatePurpose: Redis-based rate limiting implementations with various algorithms.
Activation Triggers:
This skill provides templates, scripts, and examples for Redis rate limiting.
scripts/setup-redis.sh - Initial Redis setup and configurationscripts/validate-config.sh - Validate Redis configurationscripts/test-connection.sh - Test Redis connectivitytemplates/basic-config.ts.template - TypeScript rate limiting configtemplates/basic-config.py.template - Python rate limiting configtemplates/redis-config.env.template - Environment variables templatetemplates/docker-compose.yml.template - Docker Compose setupexamples/basic-usage.md - Basic rate limiting patternsexamples/fastapi-example.md - FastAPI integration exampleexamples/nextjs-example.md - Next.js integration exampleThis skill follows strict security rules:
.gitignore protection documented