mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 17:25:13 +00:00
update changelog
This commit is contained in:
parent
a95c24b32e
commit
e815c687f1
@ -33,6 +33,7 @@ Changes by iskandar introduce improved support for using DSNs to connect to Redi
|
||||
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
|
||||
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
|
||||
* Call beforePerform hook before retrieivng an instance of the job class (allows beforePerform to cancel a job with DontPerform before initialising your application)
|
||||
* Add `beforeEnqueue` hook, called before a job is placed on a queue
|
||||
|
||||
## 1.2 (2012-10-13) ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user