PHP Interface Predis\Protocol\RequestSerializerInterface

Author: Daniele Alessandri ([email protected])
Exibir arquivo Open project: tillkruss/redis-object-cache

Public Methods

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

Method Details

serialize() public method

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