PHP 인터페이스 Predis\Command\Processor\ProcessorInterface

저자: Daniele Alessandri ([email protected])
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
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.