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