mirror of
https://github.com/predis/predis.git
synced 2026-08-19 02:21:44 +00:00
Fixed a small oversight
This commit is contained in:
+1
-1
@@ -608,7 +608,7 @@ class Connection implements IConnection {
|
||||
const CONNECTION_TIMEOUT = 2;
|
||||
const READ_WRITE_TIMEOUT = 5;
|
||||
|
||||
private $_params, $_socket;
|
||||
private $_params, $_socket, $_initCmds;
|
||||
|
||||
public function __construct(ConnectionParameters $parameters) {
|
||||
$this->_params = $parameters;
|
||||
|
||||
Reference in New Issue
Block a user