dever 6 年之前
父節點
當前提交
ad10b6220b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main/src/Content.php

+ 2 - 2
main/src/Content.php

@@ -156,7 +156,7 @@ class Content extends Core
             $data[] = $redis->get($key . $i);
             $data[] = $redis->get($key . $i);
         }
         }
 
 
-        print_r($data);die;
+        echo 'ok';die;
     }
     }
 
 
     public function test_memcache()
     public function test_memcache()
@@ -178,7 +178,7 @@ class Content extends Core
             $data[] = $cache->get($key . $i);
             $data[] = $cache->get($key . $i);
         }
         }
 
 
-        print_r($data);die;
+        echo 'ok';die;
     }
     }
 
 
     public function test()
     public function test()