Arguments#
The array key.
The first index of the inclusive range.
The last index of the inclusive range.
Maximum number of occupied slots to return. If provided, it must be greater than zero.
Response#
List[Tuple[int, str]]required
Index-value pairs for occupied slots. Empty slots are skipped; a missing key returns an empty list. TypeScript returns indexes as strings; Python returns integers.
See the server command reference for protocol details.