method
RedisClient.publish
@param channel
The channel to publish to.
@param message
The message to publish.
@returns
The number of clients that received the message. In a cluster, this is the total number of clients in the same node.