Created by: bradvogel
Fix the constructor so passing the redis connection works: (e.g. var queue = new Queue('connstring', 'redis://localhost:6379');
). This wasn't caught by the unit tests because they happened to be using the same host and port number as the defaults.