Jonahss / ioredisgraph

Node.js client for RedisGraph, by wrapping ioredis module
ISC License
24 stars 8 forks source link

destructure ioredis arguments array #1

Closed jgillich closed 5 years ago

jgillich commented 5 years ago

This was probably an oversight. Now, you're able to use constructors with URLs like new RedisGraph('foo', 'redis://127.0.0.1:1234/').

Jonahss commented 5 years ago

ah! Thank you.

Jonahss commented 5 years ago

published as v1.0.1