Jamm\Memory\IRedisServer::Publish PHP 메소드

Publish() 공개 메소드

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
리턴 integer
    public function Publish($channel, $message);