XCLAIM
Works with stream data structures and consumer groups.
Syntax
Parameters
key: Primary key to read or mutate.group: Consumer group name.consumer: Consumer name inside a stream group.min: Minimum score or lower lex/range bound.id: Stream entry id.ms: Command-specificmsargument.unix: Command-specificunixargument.count: Requested number of items.
Returns
Returns a stream-specific reply such as an entry id, entry list, pending summary, or consumer-group result.
Examples
BetterKV Notes
- Group: Stream.
- Access: Write.
- Status: Implemented in BetterKV and mutates server state or stored data.