Future<RespType> brpop(List<String> keys, int timeout) async { return tier0.execute([ 'BRPOP', ...keys, timeout, ]); }