Implemented Predis\Client::getProfile.

This commit is contained in:
Daniele Alessandri
2010-01-01 17:37:26 +01:00
parent 2e5549b316
commit 99ad5aa4a5
+4
View File
@@ -88,6 +88,10 @@ class Client {
$this->_serverProfile = $serverProfile;
}
public function getProfile() {
return $this->_serverProfile;
}
public function connect() {
$this->_connection->connect();
}