An open API service indexing awesome lists of open source software.

https://github.com/ledccn/redis-queue

Webman plugin ledc/redis-queue
https://github.com/ledccn/redis-queue

Last synced: 2 days ago
JSON representation

Webman plugin ledc/redis-queue

Awesome Lists containing this project

README

          

## 安装 Install

```
composer require ledc/redis-queue
```

## 创建队列消费者

```shell
php webman make:queue-consumer SendEmail
```