lushuncheng 6 лет назад
Родитель
Сommit
af1dd27692
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      command/Start.php

+ 1 - 1
command/Start.php

@@ -209,7 +209,7 @@ class Start
     {
     {
         if (static::$redis === null) {
         if (static::$redis === null) {
             static::$redis = new Redis();
             static::$redis = new Redis();
-            static::$redis->connect(Config::REDIS_HOST, Config::REDIS_PASS, 3);
+            static::$redis->connect(Config::REDIS_HOST, Config::REDIS_PORT, 3);
             static::$redis->auth(Config::REDIS_PASS);
             static::$redis->auth(Config::REDIS_PASS);
         }
         }
         return static::$redis;
         return static::$redis;