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;