Skip to content

Instantly share code, notes, and snippets.

@glennblock
Created November 3, 2012 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennblock/4008244 to your computer and use it in GitHub Desktop.
Save glennblock/4008244 to your computer and use it in GitHub Desktop.
var mc = require("mc");
var mcclient = new mc.Client('localhost_WebRole1');
mcclient.connect(function() {
console.log("Connected to the localhost memcache on port 11211!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment