Releases: actionhero/node-resque
Releases · actionhero/node-resque
Fix a disconnect bug
immutable params
when passing a redis connection to multiworker, allow for more eventEmitter attachments
Fix fakeredis connection event
v1.0.1 update connection logic to work with fakeredis not throwing a "connec…
v1.0.0 and ioredis
- move to the
ioredis
package fromredis
(this allows sentinel and cluster support in one package) - connection errors on
queue
,connection
,worker
andscheduler
are now all emitted rather than called-back. Be sure to check for this new event! - the creation of a new
queue
,worker
,scheduler
,connection
object no longer have callbacks. They all have a connect() method instead. - multiworker.start() will now wait for the first worker to start before returning