redis_setup_pubsub
Set up Redis Pub/Sub channels to broadcast events across microservices in real time. Configure pattern subscriptions and optional durable streams for reliable event delivery.
Instructions
Pro: Set up Redis Pub/Sub for real-time event broadcasting and microservice communication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| channels | Yes | Pub/Sub channel names (e.g. 'notifications', 'order-updates') | |
| include_streams | No | Whether to also set up Redis Streams for durable messaging | |
| pattern_subscribe | No | Whether to use pattern-based subscriptions |