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!
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
handle ( Predis\Connection\CompositeConnectionInterface $connection, $payload ) |
|
|
Описание методов
public handle ( Predis\Connection\CompositeConnectionInterface $connection, $payload ) |
$connection |
Predis\Connection\CompositeConnectionInterface |
|