Predis\Protocol\RequestSerializerInterface::serialize PHP Méthode

serialize() public méthode

Serializes a Redis command.
public serialize ( Predis\Command\CommandInterface $command ) : string
$command Predis\Command\CommandInterface Redis command.
Résultat string
    public function serialize(CommandInterface $command);
RequestSerializerInterface