RedisClient.prototype.userExists = function(userId) {
  return PromiseHelper.expect(1, done => this.impl.exists(userId, done))
}