Skip to content

Instantly share code, notes, and snippets.

@cyppe
cyppe / gist:3a099fb97273f5ac08c6bb215792b538
Last active February 18, 2024 08:27
RedisBatchRepository for using Redis as the batch jobs driver in Laravel
<?php
namespace App\Repositories;
use Carbon\CarbonImmutable;
use Closure;
use DateTimeInterface;
use Illuminate\Bus\BatchFactory;
use Illuminate\Bus\BatchRepository;
use Illuminate\Bus\PendingBatch;