Commands
Range
The range method is used to retrieve documents in chunks with pagination. This method supports a variety of options to configure the query to your needs.
The range command is stateless, meaning you need to pass all of the parameters in each subsequent request.
Arguments
The cursor to the last retrieved document. Should be set to 0
in the initial range request.
A string prefix to match document IDs. All documents with IDs that start with this prefix will be retrieved.
The number of maximum documents wanted in the response of range. (page size)