kevy

XADD

Append an entry to a stream, with optional trim.

SyntaxXADD key [NOMKSTREAM] [MAXLEN [=|~] threshold | MINID [=|~] id] id|* field value [field value ...]
Groupstream
Arity-5
Since1.0.0
Flagswrite
ComplexityO(log N) to insert; O(N*F) whenever a MAXLEN / MINID clause actually evicts, because the trim triggers a full weight recompute
Redis compatibilitydiffers: the approximate-trim '~' is accepted for wire compatibility but always trims exactly, and the LIMIT clause is not parsed

← All commands