thinkphpqueue专题

fastadmin/thinkPHPQueue消息队列详细教程

1、通过composer安装thinkPHP消息队列 composer require topthink/think-queue 2、在 application/extra/queue.php 文件中配置消息队列驱动   <?phpuse think\Env;return ['connector' => 'redis', //