mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Add contributors section, and note about requiring Redis 2.2
This commit is contained in:
parent
d39a5f57d6
commit
950ab06c1a
2 changed files with 11 additions and 0 deletions
0
README
0
README
|
@ -36,6 +36,8 @@ not exit with a status code as 0
|
||||||
* Has built in support for `setUp` and `tearDown` methods, called
|
* Has built in support for `setUp` and `tearDown` methods, called
|
||||||
pre and post jobs
|
pre and post jobs
|
||||||
|
|
||||||
|
Note: php-resque requires at least Redis 2.2.
|
||||||
|
|
||||||
## Jobs ##
|
## Jobs ##
|
||||||
|
|
||||||
### Queueing Jobs ###
|
### Queueing Jobs ###
|
||||||
|
@ -235,3 +237,12 @@ include E.
|
||||||
|
|
||||||
$ QUEUE=file_serve php -c ./ resque.php
|
$ QUEUE=file_serve php -c ./ resque.php
|
||||||
|
|
||||||
|
## Contributors ##
|
||||||
|
|
||||||
|
* chrisboulton
|
||||||
|
* thedotedge
|
||||||
|
* hobodave
|
||||||
|
* scraton
|
||||||
|
* KevBurnsJr
|
||||||
|
* jmathai
|
||||||
|
* dceballos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue