PUBLISH
Synopsis
PUBLISH channel message
This command publishes the given message to the specified channel. All subscribers that are subscribed to the specified channel
across all the Yugabyte YEDIS API server(s) in the cluster will receive the message.
Return value
Returns, as an integer value, the number of subscribers that the message was forwarded to.
Examples
$ PUBLISH channel message
2