Download the PHP package halaei/hredis without Composer
On this page you can find all versions of the php package halaei/hredis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download halaei/hredis
More information about halaei/hredis
Files in halaei/hredis
Download halaei/hredis
More information about halaei/hredis
Files in halaei/hredis
Please rate this library. Is it a good library?
Informations about the package hredis
A better Redis queue driver for Laravel
Changes (vs the current Laravel Redis queue driver)
- Implement
migrateExpiredJobs()
usingeval
instead of watch-multi-exec (check and set) transactions to prevent issue #12653 of laravel/framework. - Increment
attempts
counter when reserving job, instead of when releasing it, so that fatal errors be considered as tries. - Migrate expired delayed jobs but not expired release ones when expire is null. Issue #12595 laravel/framework.
- A few transaction guards for the times we moving jobs between main/reserved and delayed queues, so that the jobs are not lost in Redis server in the case of network/client failures.
All versions of hredis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
illuminate/queue Version 5.2.*
predis/predis Version ~1.0
illuminate/redis Version 5.2.*
illuminate/queue Version 5.2.*
predis/predis Version ~1.0
illuminate/redis Version 5.2.*
The package halaei/hredis contains the following files
Loading the files please wait ....