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.
Response
Returns a tuple containing:
- Next start ID for pagination
- Array of claimed messages (ID and field-value pairs)
- Array of deleted message IDs