pub fn pop_range(bin: &str, index: i64, count: i64) -> Operation<'_>
Expand description

Create list pop range operation. Server returns count items starting at the specified index and removes the items from the list bin.