mirror of
https://github.com/predis/predis.git
synced 2026-09-05 15:42:31 +00:00
Get the current ResponseReader associated to a Client instance.
This commit is contained in:
@@ -86,6 +86,10 @@ class Client {
|
||||
return $this->_serverProfile;
|
||||
}
|
||||
|
||||
public function getResponseReader() {
|
||||
return $this->_responseReader;
|
||||
}
|
||||
|
||||
public function connect() {
|
||||
$this->_connection->connect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user