redis-node-client
redis-node-client copied to clipboard
when using npm and requires, main entry for package.json is incorrect
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>