欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

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

程序员文章站 2024-04-06 18:00:19
...

这是文档里的话,不太懂
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

相关标签: laravel php