@@ -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 | @$this->instance->connect($this->host, $this->port); |
81 | 81 | } catch (\RedisException $e) { |
82 | 82 | $this->error = true; |