XRANGE
Returns stream entries matching a given range of IDs.
Arguments
key
str
requiredThe key to of the stream.
start
str
requiredThe stream entry ID to start from.
end
str
requiredThe stream entry ID to end at.
count
int
The maximum number of entries to return.
Response
An object of stream entries, keyed by their stream ID
Was this page helpful?