Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Predis
Protocol
Text
Handler
ResponseHandlerInterface
PHP Interface Predis\Protocol\Text\Handler\ResponseHandlerInterface
Author:
Daniele Alessandri (
[email protected]
)
Mostra 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