RedisClient.prototype.deleteLink = function(link) {
  return PromiseHelper.expect(1, done => this.impl.del(link, done))
}