PHP Class 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!
Author: Daniele Alessandri ([email protected])
Inheritance: implements Predis\Protocol\Text\Handler\ResponseHandlerInterface
Datei anzeigen Open project: nrk/predis Class Usage Examples

Public Methods

Method Description
handle ( Predis\Connection\CompositeConnectionInterface $connection, $payload )

Method Details

handle() public method

public handle ( Predis\Connection\CompositeConnectionInterface $connection, $payload )
$connection Predis\Connection\CompositeConnectionInterface