PHP 인터페이스 Predis\Protocol\ProtocolProcessorInterface

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

공개 메소드들

메소드 설명
read ( Predis\Connection\CompositeConnectionInterface $connection ) : mixed Reads a response from a connection to Redis.
write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command ) Writes a request over a connection to Redis.

메소드 상세

read() 공개 메소드

Reads a response from a connection to Redis.
public read ( Predis\Connection\CompositeConnectionInterface $connection ) : mixed
$connection Predis\Connection\CompositeConnectionInterface Redis connection.
리턴 mixed

write() 공개 메소드

Writes a request over a connection to Redis.
public write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command )
$connection Predis\Connection\CompositeConnectionInterface Redis connection.
$command Predis\Command\CommandInterface Command instance.