var mc = require("mc"); var mcclient = new mc.Client('localhost_WebRole1'); mcclient.connect(function() { console.log("Connected to the localhost memcache on port 11211!"); });