Skip to content

Instantly share code, notes, and snippets.

@hmpmarketing
Created January 5, 2018 17:23
Show Gist options
  • Save hmpmarketing/b3829fa34ae9fd43463645853ae2ff57 to your computer and use it in GitHub Desktop.
Save hmpmarketing/b3829fa34ae9fd43463645853ae2ff57 to your computer and use it in GitHub Desktop.
Cache.get = function (key) {
memcached.get(key, function (err, data) {
console.log(data);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment