, ZREMRANGEBYRANK: function (key, start, stop) {
    var members = this.ZRANGE(key, start, stop), n = members.length;
    if (n)
      n = this.ZREM.apply(this, [key].concat(members));