mirror of
https://github.com/predis/predis.git
synced 2026-09-03 22:36:44 +00:00
Implemented Predis\Client::getProfile.
This commit is contained in:
@@ -88,6 +88,10 @@ class Client {
|
||||
$this->_serverProfile = $serverProfile;
|
||||
}
|
||||
|
||||
public function getProfile() {
|
||||
return $this->_serverProfile;
|
||||
}
|
||||
|
||||
public function connect() {
|
||||
$this->_connection->connect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user