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

Subscribe() 공개 메소드

Once the client enters the subscribed state it is not supposed to issue any other commands, except for additional SUBSCRIBE, PSUBSCRIBE, UNSUBSCRIBE and PUNSUBSCRIBE commands.
public Subscribe ( $channel )
$channel Parameters: $channel [channel ...]
    public function Subscribe($channel);