ResponseReaderInterface
in
Defines a pluggable reader capable of parsing responses returned by Redis and deserializing them to PHP objects.
Tags
Table of Contents
- read() : mixed
- Reads a response from a connection to Redis.
Methods
read()
Reads a response from a connection to Redis.
public
read(CompositeConnectionInterface $connection) : mixed
Parameters
- $connection : CompositeConnectionInterface
-
Redis connection.