cornyk / webman-beanstalk-queue
Beanstalk work queue plugin for webman
0.1.1
2024-08-01 04:06 UTC
Requires
- php: >=7.2
- pda/pheanstalk: ^4.0
- workerman/webman-framework: ^1.3.0
This package is auto-updated.
Last update: 2025-03-01 00:41:22 UTC
README
beanstalk-queue is a work-queue plugin for webman, it uses beanstalkd as the backend.
The way it works quite the same as redis-queue.
Install
composer require cornyk/webman-beanstalk-queue
Usage
Have a look at redis-queue 's document.