rsmq
rsmq copied to clipboard
Fix redis client opts pass-thru
Without this fix, this just does not work.
this.rsmq = new RedisSMQ({ options: { url: connectionString } });
The documentation is stating:
options (Object): optional (Default: {}) The Redis options object.
But the options were not passed to the newly created redis client.