pub fn remove_by_rank_range(
    bin: &str,
    rank: i64,
    count: i64,
    return_type: MapReturnType
) -> Operation<'_>
Expand description

Create map remove operation. Server removes count map items starting at the specified rank and returns the removed data specified by return_type.