mirror of
https://github.com/predis/predis.git
synced 2026-09-14 04:17:14 +00:00
Fixed a small oversight.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class Client {
|
||||
public function __construct($parameters = null, RedisServerProfile $serverProfile = null) {
|
||||
$this->_responseReader = new ResponseReader();
|
||||
$this->setProfile($serverProfile ?: RedisServerProfile::getDefault());
|
||||
$this->setupConnection($parameters, $this->_responseReader);
|
||||
$this->setupConnection($parameters);
|
||||
}
|
||||
|
||||
public function __destruct() {
|
||||
|
||||
Reference in New Issue
Block a user