PHP Interface Predis\Protocol\ResponseReaderInterface

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

Public Methods

Method Description
read ( Predis\Connection\CompositeConnectionInterface $connection ) : mixed Reads a response from a connection to Redis.

Method Details

read() public method

Reads a response from a connection to Redis.
public read ( Predis\Connection\CompositeConnectionInterface $connection ) : mixed
$connection Predis\Connection\CompositeConnectionInterface Redis connection.
return mixed