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

Create map get by rank range operation. Server selects the map items starting at the specified rank to the last ranked item and returns the selected data specified by return_type.