rsmq icon indicating copy to clipboard operation
rsmq copied to clipboard

Fix redis client opts pass-thru

Open GuillaumeDerivery opened this issue 4 years ago • 0 comments

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.

GuillaumeDerivery avatar Sep 15 '20 15:09 GuillaumeDerivery