队列使用的是文档上的webman/redis-queue,我看源码上有个command,redis-queue:consumer,好像是创建消费类的,请问这个是如何使用的啊
首先项目要装composer require webman/console。
composer require webman/console
比如要创建一个名字为 send-mail 的消费者,执行命令php webman redis-queue:consumer send-mail将在app/queue/redis下生成一个SendMail.php的消费者文件
send-mail
php webman redis-queue:consumer send-mail
哇,感谢老大,可以了
你看看我的 https://my.oschina.net/owenzhang24/blog/5524704
好嘞
首先项目要装
composer require webman/console
。比如要创建一个名字为
send-mail
的消费者,执行命令php webman redis-queue:consumer send-mail
将在app/queue/redis下生成一个SendMail.php的消费者文件哇,感谢老大,可以了
你看看我的
https://my.oschina.net/owenzhang24/blog/5524704
好嘞