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