Skip to content

Instantly share code, notes, and snippets.

@shukyoo
shukyoo / !Laravel5.5 Queue+Redis Standalone
Last active November 27, 2017 15:16
Laravel5.5 Queue+Redis Standalone
从Laravel5.5中分离出Queue+Redis组件单独使用。
使用方法:
Console1运行:php worker.php
Console2运行:php push.php
高级使用:
把php worker.php加入supervisor进程守护
注意: