老哥,官方文檔上說(shuō)Timer怎么放在Oxx方法里,但是我現(xiàn)在只會(huì)使用web-msg-sender里的這個(gè)發(fā)送方法? public function push() { $data = [ 'type' => 'publish', 'content' => json_encode($this->content), 'to' => $this->to_user ]; $ch = curl_in...
環(huán)境:Windows php7.1 thinkphp5.1 apache2.4 新數(shù)據(jù)進(jìn)入后臺(tái)存入redis 保存5分鐘 怎么去實(shí)時(shí)監(jiān)聽(tīng)redis里面的數(shù)據(jù),將5分鐘內(nèi)的數(shù)據(jù)推送到前臺(tái)? 我現(xiàn)在已經(jīng)使用web-msg-sender實(shí)現(xiàn)手動(dòng)推送,怎么實(shí)現(xiàn)監(jiān)聽(tīng),不需要我去手動(dòng)觸發(fā)...