Przeglądaj źródła

Merge branch 'dev' of http://ylsjtt.game7000.com:3000/YLSJ/jzhj2024server into dev

cyzhao 1 rok temu
rodzic
commit
6e83fd029b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Gameserver/App/util/CRedisUtil.php

+ 1 - 1
Gameserver/App/util/CRedisUtil.php

@@ -2,7 +2,7 @@
 
 namespace loyalsoft;
 
-define('Redis_Debug', true); // 调试redis操作
+//define('Redis_Debug', true); // 调试redis操作
 //require __DIR__ . '/Predis/Autoloader.php';
 require __DIR__ . '/predis-2.0.0/src/Autoloader.php';                           # 2022.8.16 更新Predis代码到2.0