Open moyarich opened 3 years ago
Hey, could you make a repro on RunKit?
Here is the repo on runkit
Thanks @moyarich! I see now that the error comes from bull queue trying to call CLIENT SETNAME, while we don't support the CLIENT suite of redis commands yet. PRs welcome 😄 Meanwhile I'll make a PR that makes these errors more useful 🙂
@stipsan thank you
I was trying to use iosredis-mock with the bull queue library when it screamed at me saying that "client is not a function" It looks like iosredis has a client function.
this is the code that I was trying to make work