Skip to content

Instantly share code, notes, and snippets.

@siculars
Created October 4, 2010 20:35
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 siculars/610384 to your computer and use it in GitHub Desktop.
Save siculars/610384 to your computer and use it in GitHub Desktop.
db.head('bucket', key, function (err, data, meta){
if (err) sys.puts(JSON.stringify(err));
sys.puts(JSON.stringify(data));
sys.puts(JSON.stringify(meta));
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment