PHP 클래스 Predis\Protocol\Text\Handler\StreamableMultiBulkResponse
It returns multibulk responses as iterators that can stream bulk elements.
Streamable multibulk responses are not globally supported by the abstractions
built-in into Predis, such as transactions or pipelines. Use them with care!
파일 보기
프로젝트 열기: nrk/predis
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
handle ( Predis\Connection\CompositeConnectionInterface $connection, $payload ) |
|
|
메소드 상세
public handle ( Predis\Connection\CompositeConnectionInterface $connection, $payload ) |
$connection |
Predis\Connection\CompositeConnectionInterface |
|