老哥,官方文檔上說Timer怎么放在Oxx方法里,但是我現(xiàn)在只會使用web-msg-sender里的這個發(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ù)進入后臺存入redis 保存5分鐘 怎么去實時監(jiān)聽redis里面的數(shù)據(jù),將5分鐘內(nèi)的數(shù)據(jù)推送到前臺? 我現(xiàn)在已經(jīng)使用web-msg-sender實現(xiàn)手動推送,怎么實現(xiàn)監(jiān)聽,不需要我去手動觸發(fā)...