PHP Interface Predis\Protocol\RequestSerializerInterface

Author: Daniele Alessandri ([email protected])
Afficher le fichier Open project: tillkruss/redis-object-cache

Méthodes publiques

Méthode Description
serialize ( Predis\Command\CommandInterface $command ) : string Serializes a Redis command.

Method Details

serialize() public méthode

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