LaravelPackages.net
Acme Inc.
Toggle sidebar
trilote/laravel-redis-batch-repository

Provides redis repository implementation for Laravel Queue Batch

5.822
0
v1.2.5
About trilote/laravel-redis-batch-repository

trilote/laravel-redis-batch-repository is a Laravel package for provides redis repository implementation for laravel queue batch. It currently has 0 GitHub stars and 5.822 downloads on Packagist (latest version v1.2.5). Install it with composer require trilote/laravel-redis-batch-repository. Discover more Laravel packages by trilote or browse all Laravel packages to compare alternatives.

Last updated

Laravel RedisBatchRepository

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

Star History Chart