Redis connection pooling, client configuration, and reconnection strategies. Use when setting up Redis clients, managing connection pools, handling reconnection logic, or configuring sentinel/cluster modes.
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 connection pooling, client configuration, and reconnection strategies.
Activation Triggers:
This skill provides templates, scripts, and examples for Redis connection management.
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 Redis connection configtemplates/basic-config.py.template - Python Redis connection configtemplates/redis-config.env.template - Environment variables templatetemplates/docker-compose.yml.template - Docker Compose setupexamples/basic-usage.md - Basic connection patternsexamples/fastapi-example.md - FastAPI integration exampleexamples/nextjs-example.md - Next.js integration exampleThis skill follows strict security rules:
.gitignore protection documented