Skip to content

Commit

Permalink
Add license and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cyppe committed Jan 20, 2024
1 parent 5a448ab commit b7bb9d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

The Laravel Batch Jobs Redis Driver offers a performance-optimized alternative for handling batch jobs in Laravel. This package replaces the default MySQL `job_batches` table with a Redis driver, significantly improving processing efficiency, especially under heavy workloads.

Fully compatible with Laravel Horizon.
## Fully compatible with Laravel Horizon Batch overview:

![Alt text](https://private-user-images.githubusercontent.com/591720/297328799-98793411-f79f-4a0e-9fa3-e5e463d25f12.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDU3NTk2NzUsIm5iZiI6MTcwNTc1OTM3NSwicGF0aCI6Ii81OTE3MjAvMjk3MzI4Nzk5LTk4NzkzNDExLWY3OWYtNGEwZS05ZmEzLWU1ZTQ2M2QyNWYxMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTIwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEyMFQxNDAyNTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNTQ5NzkwY2M4ZTkyMmRjZTY0MTIxNDc4ZTI0NjM0ZDU0YjA2ODQwNGE3ZjUzYjI5NTgyZWY3NDE3Mzk2MjdiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.pU9hiGWQ9RquRpaC9kKe2s3grOb7pBjIAX5bb1wuYis "Laravel Horizon with this redis driver")


Expand Down

0 comments on commit b7bb9d4

Please sign in to comment.