Added the new public method Client::setServerProfile.

This commit is contained in:
Daniele Alessandri
2009-12-18 21:29:44 +01:00
parent 876ac2ec7c
commit 88cda9e52c
+4
View File
@@ -72,6 +72,10 @@ class Client {
$this->_connection = $connection;
}
public function setServerProfile(RedisServerProfile $serverProfile) {
$this->_serverProfile = $serverProfile;
}
public function connect() {
$this->_connection->connect();
}