Future<RespType> rpush(String key, List<Object> values) async { return tier0.execute([ 'RPUSH', key, ...values, ]); }