Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Unassigned: redis connect error [772]

$
0
0
i install redis.io and connect-redis.

app.js

var redis = require("redis"),
client = redis.createClient();

error cannot fount modual hiredis.

Comments: It reports an exception that is indeed happening, but you can just press F5 to keep running from that point. In the beta, VS will not break on this exception type by default anymore.

Viewing all articles
Browse latest Browse all 4630

Trending Articles