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