publish
Send messages to Redis channels for efficient communication and data management. Specify the channel and message to enable real-time updates and interactions.
Instructions
Publish a message to a Redis channel.
Args: channel: The Redis channel to publish to. message: The message to send.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel | Yes | ||
message | Yes |