subscribe
Listen to a Redis channel and obtain a reusable handle that delivers messages from that channel.
Instructions
Subscribe to a Redis channel and return a reusable subscription handle.
Args: channel: The Redis channel to subscribe to.
Returns: A dictionary containing the subscription ID or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |