XADD
Works with stream data structures and consumer groups.
Syntax
Parameters
key: Primary key to read or mutate.threshold: Trimming threshold, score bound, or command-specific numeric limit.count: Requested number of items.id: Stream entry id.*: Command-specific*argument.field: Hash field name.value: Value written to BetterKV.
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.