mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
2.0.3 (2022-09-12)
- Update composer packages - Added WoodpeckerCI tests - Updated links in composer package - Stricter typing
This commit is contained in:
parent
f9a22e7b8a
commit
05cae402b5
21 changed files with 215 additions and 524 deletions
|
@ -38,7 +38,9 @@ if (empty($QUEUE)) {
|
|||
*/
|
||||
$REDIS_BACKEND = getenv('REDIS_BACKEND');
|
||||
|
||||
// Override redis DB numbers
|
||||
/**
|
||||
* REDIS_BACKEND_DB overrides default Redis DB
|
||||
*/
|
||||
$REDIS_BACKEND_DB = getenv('REDIS_BACKEND_DB');
|
||||
if (!empty($REDIS_BACKEND)) {
|
||||
if (empty($REDIS_BACKEND_DB)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue