Connect Redis Pub/Sub bus
connect_redis_pubsub_busCreate a Redis Pub/Sub or Streams scaffold with adapter ingest, channel maps, and a read-first operations policy to establish a real-time event bus.
Instructions
Create a Redis Pub/Sub/Streams scaffold with adapter ingest, channel maps, keyspace safety notes, and read-first operations policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Generated baseCOMP name. | redis_pubsub_bus |
| active | No | ||
| redis_host | No | 127.0.0.1 | |
| redis_port | No | ||
| server_url | No | ws://127.0.0.1:9051 | |
| parent_path | No | Parent COMP for the Redis scaffold. | /project1 |
| stream_mode | No | pubsub | |
| adapter_mode | No | websocket_json | |
| adapter_port | No | ||
| channel_root | No | tdmcp:show | |
| channel_count | No | ||
| database_index | No |