首页 > laravel 5.1 php artisan queue:listen connection中connection是什么?

laravel 5.1 php artisan queue:listen connection中connection是什么?

这是文档里的话,不太懂


php artisan help queue:listen

Arguments:
  connection               The name of connection

其实就是队列的名字
在哪里配置呢
config\queue.php 列出了一些队列 syncbeanstalkdredis 名字

用这些名字 替换 connection ,不替换也没关系,配置文件了设置了 default

【热门文章】
【热门文章】