Predis\Protocol\RequestSerializerInterface::serialize PHP 메소드

serialize() 공개 메소드

Serializes a Redis command.
public serialize ( Predis\Command\CommandInterface $command ) : string
$command Predis\Command\CommandInterface Redis command.
리턴 string
    public function serialize(CommandInterface $command);
RequestSerializerInterface