Publish a message to a Redis channel.
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. Note that in a cluster this returns the total number of clients in the same node.