PHP Interface Predis\Command\Processor\ProcessorInterface

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

Public Methods

Method Description
process ( Predis\Command\CommandInterface $command ) Processes the given Redis command.

Method Details

process() public method

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