mirror of
https://github.com/predis/predis.git
synced 2026-09-13 03:47:03 +00:00
Added the new public method Client::setServerProfile.
This commit is contained in:
@@ -72,6 +72,10 @@ class Client {
|
||||
$this->_connection = $connection;
|
||||
}
|
||||
|
||||
public function setServerProfile(RedisServerProfile $serverProfile) {
|
||||
$this->_serverProfile = $serverProfile;
|
||||
}
|
||||
|
||||
public function connect() {
|
||||
$this->_connection->connect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user