redis-node-client icon indicating copy to clipboard operation
redis-node-client copied to clipboard

when using npm and requires, main entry for package.json is incorrect

Open databyte opened this issue 14 years ago • 0 comments

So it should work without monkeying around with the paths:

% node Type '.help' for options. node> var sys = require("sys"); node> var client = require("redis-client").createClient(); node>

databyte avatar Sep 21 '10 21:09 databyte