Arguments
The key of the stream.
The consumer group name.
The consumer name that will claim the messages.
The minimum idle time in milliseconds for messages to be claimed.
The stream entry ID to start claiming from.
The maximum number of messages to claim.
Return only the message IDs instead of the full message data.
Response
Returns a list containing:
- Next start ID for pagination
- List of claimed messages. If
justid
option is used, returns only message IDs. - List of deleted message IDs