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