Hangar.prototype.del = function(key, callback) {
  callback = callback || _noop;
  this.db.del(key, callback);
};