dever 6 years ago
parent
commit
ad10b6220b
1 changed files with 2 additions and 2 deletions
  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);
         }
 
-        print_r($data);die;
+        echo 'ok';die;
     }
 
     public function test_memcache()
@@ -178,7 +178,7 @@ class Content extends Core
             $data[] = $cache->get($key . $i);
         }
 
-        print_r($data);die;
+        echo 'ok';die;
     }
 
     public function test()