PUBLISH

Synopsis

PUBLISH channel messageThis command publishes the given message to the specified channel. All subscribers that are subscribed to the specified channelacross 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

  1. $ PUBLISH channel message
  1. 2

See also

pubsub,subscribe,unsubscribe,psubscribe,punsubscribe