set("name","redis测试",3600); echo Cache::store('redis')->get("name"); } public function hello($name = 'ThinkPHP6') { return 'hello,' . $name; } }