mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
12 lines
424 B
Markdown
12 lines
424 B
Markdown
## 1.1 (????-??-??) ##
|
|
* Change arguments for jobs to be an array as they're easier to work with in
|
|
PHP.
|
|
* Implement ability to have setUp and tearDown methods for jobs, called before
|
|
and after every single run.
|
|
* Ability to specify a cluster/multiple redis servers and consistent hash
|
|
between them (Thanks dceballos)
|
|
* Fix `APP_INCLUDE` environment variable not loading correctly.
|
|
|
|
## 1.0 (2010-04-18) ##
|
|
|
|
* Initial release |