When following the README file example I get the following error:
(I'm using Node v0.10.24)
/usr/src/bar/node_modules/redis-shard/index.js:77
var node = self.ring.get(arguments[0]);
^
TypeError: Cannot call method 'get' of undefined
at Object.self.(anonymous function) [as set] (/usr/src/bar/node_modules/redis-shard/index.js:77:30)
at Object.<anonymous> (/usr/src/bar/shard.js:9:7)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
When following the README file example I get the following error:
(I'm using Node v0.10.24)