v5.3.1
Use .database on connect
- use
options.database
with ioredis to select the database number when connectiong - by @BayanBennett via #241
Bugs Fixed:
- Fix multiworker to wait for all children to stop before exiting
- Only have scheduler poll for stuck workers once a cycle