PHP 인터페이스 Predis\Protocol\Text\Handler\ResponseHandlerInterface

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

공개 메소드들

메소드 설명
handle ( Predis\Connection\CompositeConnectionInterface $connection, string $payload ) : mixed Deserializes a response returned by Redis and reads more data from the connection if needed.

메소드 상세

handle() 공개 메소드

Deserializes a response returned by Redis and reads more data from the connection if needed.
public handle ( Predis\Connection\CompositeConnectionInterface $connection, string $payload ) : mixed
$connection Predis\Connection\CompositeConnectionInterface Redis connection.
$payload string String payload.
리턴 mixed