I'm using redis
with nodejs. Version: "redis": "^3.1.2"
When my server connects to redis, I get the following error:
ERR wrong number of arguments for 'auth' command
I'm guessing it has something to do with the URL, which looks like this:
redis://h:<password>@<url>:<port>
My redis is hosted by Heroku and I'm unable to change the URL. And have no idea how can I make it work. Any ideas/solutions much appreciated.