vali пре 6 година
родитељ
комит
2f4ae530b6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -309,7 +309,7 @@ class UnSettmatchLogic
         $config = GlobConfigs::getKey('redis');
         $redis = new \Redis();
         $redis->connect($config['host'], $config['port']);
-        $redis->auth($config['auth']);
+        $redis->auth($config['passwd']);
         $redis->select($config['db']);
 
         $this->redis = $redis;