wanggangzero 10 ヶ月 前
コミット
be8a1c5751
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Gameserver/App/main.php

+ 1 - 0
Gameserver/App/main.php

@@ -58,6 +58,7 @@ function gMem() {
     static $cmem = null;
     if ($cmem == null) {
         $nosql = config::Inst()->nosql;
+        var_dump($nosql);
 //        $use_ext = true;                # 使用扩展,测试用(暂时仅支持php7)
 //        if ($use_ext) {
 //            $cmem = new \Redis();       # 还是需要重写下, 之前的CRedisUtil已经增加了json_encode/decode.