PHP Интерфейс Predis\Protocol\Text\Handler\ResponseHandlerInterface

Автор: Daniele Alessandri ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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