List
LRANGE
Returns the specified elements of the list stored at key.
Arguments
key
string
requiredThe key of the list.
start
integer
requiredThe starting index of the range to return.
Use negative numbers to specify offsets starting at the end of the list.
end
integer
requiredThe ending index of the range to return.
Use negative numbers to specify offsets starting at the end of the list.
Response
The list of elements in the specified range.