@@ -115,7 +115,7 @@ |
||
115 | 115 | $this->blTo = (int) $config['blTo']; |
116 | 116 | } |
117 | 117 | |
118 | - $this->redis = new \Redis(); |
|
118 | + $this->redis = new \Redis(); |
|
119 | 119 | $this->redis->connect($config['host'], $port); |
120 | 120 | if (\array_key_exists('auth', $config)) { |
121 | 121 | $this->redis->auth($config['auth']); |