Redis pub/sub messaging patterns and implementations. Use when implementing real-time messaging, event-driven architectures, notification systems, or message broadcasting with Redis pub/sub.
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 pub/sub messaging patterns and implementations.
Activation Triggers:
This skill provides templates, scripts, and examples for Redis pub/sub patterns.
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 pub/sub configtemplates/basic-config.py.template - Python Redis pub/sub configtemplates/redis-config.env.template - Environment variables templatetemplates/docker-compose.yml.template - Docker Compose setupexamples/basic-usage.md - Basic pub/sub patternsexamples/fastapi-example.md - FastAPI integration exampleexamples/nextjs-example.md - Next.js integration exampleThis skill follows strict security rules:
.gitignore protection documented