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 ID(s) of the message(s) to claim. Can be multiple IDs as separate arguments.
Return only the message IDs instead of the full message data.
Response
Returns a list of claimed messages. If
justid
option is used, returns only message IDs.