|
@@ -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()
|