@@ -68,7 +68,7 @@ |
||
| 68 | 68 | { |
| 69 | 69 | if (is_null($this->instance)) { |
| 70 | 70 | try { |
| 71 | - $this->instance = new Redis(); |
|
| 71 | + $this->instance = new Redis(); |
|
| 72 | 72 | @$this->instance->connect( |
| 73 | 73 | $this->config[self::_HOST], |
| 74 | 74 | $this->config[self::_PORT] |