Jamm\Memory\IRedisServer::Publish PHP Method

Publish() public method

Post a message to a channel Returns the number of clients that received the message.
public Publish ( string $channel, string $message ) : integer
$channel string
$message string
return integer
    public function Publish($channel, $message);