psubscribe
Subscribe to Redis channels that match a given pattern, enabling real-time message reception without naming each channel individually.
Instructions
Subscribe to Redis channels using a pattern.
Args: pattern: The Redis channel pattern to subscribe to.
Returns: A dictionary containing the subscription ID or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |