RedisClient.prototype.deindexLink = function(link, linkInfo) {
  return PromiseHelper.map(this.indexers, i => i.removeLink(link, linkInfo))
}