UpdateRatio($ratios); } public function testCache() { $ins = Cache::getInstance('cacheredis'); $val = $ins->get_org('channel_ratios'); Log::record("subscribe_message channel_ratios val={$val}",Log::DEBUG); if(empty($val)); $val = json_decode($val,true); if(empty($val)); $ratios = $val['ratios']; if(empty($ratios)); } }