PHP Interface Predis\Command\Processor\ProcessorInterface

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

Méthodes publiques

Méthode Description
process ( Predis\Command\CommandInterface $command ) Processes the given Redis command.

Method Details

process() public méthode

Processes the given Redis command.
public process ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface Command instance.