Predis\Command\Processor\ProcessorInterface::process PHP Метод

process() публичный Метод

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