@@ -76,7 +76,7 @@ |
||
76 | 76 | { |
77 | 77 | if (is_null($this->instance)) { |
78 | 78 | try { |
79 | - $this->instance = new Redis(); |
|
79 | + $this->instance = new Redis(); |
|
80 | 80 | $con = @$this->instance->connect($this->host, $this->port); |
81 | 81 | if (false === $con) { |
82 | 82 | throw new \RedisException('Connection refused', 2); |