Arguments#
The array key.
The first index of the inclusive range.
The last index of the inclusive range.
Response#
[string, TData][]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.
Values use the SDK's automatic deserialization. Use TData to describe stored JSON values; it defaults to string.
See the server command reference for protocol details.