php-resque/CHANGELOG.markdown
2010-08-01 15:03:28 +10:00

11 lines
360 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)
## 1.0 (2010-04-18) ##
* Initial release