PHP Interface Predis\Protocol\Text\Handler\ResponseHandlerInterface

Author: Daniele Alessandri ([email protected])
Show file Open project: tillkruss/redis-object-cache

Public Methods

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

Method Details

handle() public method

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.
return mixed