mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
basic redis tests passing
This commit is contained in:
parent
c862009505
commit
44413588f4
4 changed files with 16 additions and 24 deletions
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
declare(ticks=1);
|
||||
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Resque worker that handles checking queues for jobs, fetching them
|
||||
* off the queues, running them and handling the result.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue