'webman']); } public function json(Request $request) { Redis::set('good', 'well'); // another way $r = Redis::connection('cache'); $r->set('good', 'cache'); return json(['code' => 0, 'msg' => 'ok']); } }