Predis\Connection\NodeConnectionInterface::read PHP Method

read() public method

Reads a response from the server.
public read ( ) : mixed
return mixed
    public function read();

Usage Example

 /**
  * {@inheritdoc}
  */
 public function read()
 {
     return $this->connection->read();
 }