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

Provides redis repository implementation for Laravel Queue Batch

41.336
9
v1.2.0
About rnix/laravel-redis-batch-repository

rnix/laravel-redis-batch-repository is a Laravel package for provides redis repository implementation for laravel queue batch. It currently has 9 GitHub stars and 41.336 downloads on Packagist (latest version v1.2.0). Install it with composer require rnix/laravel-redis-batch-repository. Discover more Laravel packages by rnix 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

Comments