PHP Интерфейс Predis\Command\Processor\ProcessorInterface

Автор: Daniele Alessandri ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
process ( Predis\Command\CommandInterface $command ) Processes the given Redis command.

Описание методов

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

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