events.js:137
throw er; // Unhandled 'error' event
^
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
at Object._errnoException (util.js:1003:13)
at _exceptionWithHostPort (util.js:1024:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1194:14)
npm ERR! Test failed. See above for more details.
@taoqf you always have to add the error
listener as described in the README.md
to handle errors properly.
Most helpful comment
@taoqf you always have to add the
error
listener as described in theREADME.md
to handle errors properly.