rnix/laravel-redis-batch-repository
最新稳定版本:v1.2.0
Composer 安装命令:
composer require rnix/laravel-redis-batch-repository
包简介
Provides redis repository implementation for Laravel Queue Batch
README 文档
README
Replaces default Illuminate\Bus\DatabaseBatchRepository with implementation based on Redis.
Requirements:
- php 8
- laravel 8
- phpredis or predis
Installation
composer require "rnix/laravel-redis-batch-repository"
Pruning
This package provides console command to prune stale batches from redis store:
php artisan queue:prune-redis-batches --hours=24 --unfinished=72
Run tests
make tests
License
The MIT Licence
统计信息
- 总下载量: 39.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-17