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);