, BRPOP: function () {
    var a = this.bArgs(arguments);
    if (a instanceof ERROR) return a;
    return this.lPopMany(false, a);
  }