随笔分类 -  php

php在Windows下模拟命令行队列
摘要:之前看了laravel的Queue,功能确实很强大,就结合redis的功能模拟写了个简单的消费端,就是处理队列的数据。 public function fireCli() { while (true) { $data = Queue::pop('member:send-mail'); if ($data) { echo '--te... 阅读全文

posted @ 2016-11-24 16:37 李若非 阅读(506) 评论(0) 推荐(0)

导航