Open drmarjanovic opened 2 months ago
The following commands are missing in Streams API:
XAUTOCLAIM
XSETID
The following commands should be adjusted or extended:
XADD
NOMKSTREAM
MINID
LIMIT
<ms>-*
XCLAIM
LASTID
XGROUP CREATE
ENTRIESREAD entries-read
id
<id | $>
XGROUP SETID
XINFO CONSUMERS
inactive
XINFO GROUPS
entries-read
lag
XINFO STREAM
max-deleted-entry-id
entries-added
recorded-first-entry-id
active-time
seen-time
XTRIM
MAXLEN | MINID
threshold
The following commands are missing in Streams API:
XAUTOCLAIM
: The command is available since 6.2.0XSETID
: The command is available since 5.0.0The following commands should be adjusted or extended:
XADD
: docsNOMKSTREAM
,MINID
, andLIMIT
options<ms>-*
explicit ID formXCLAIM
: The command is missing theLASTID
optionXGROUP CREATE
: docsENTRIESREAD entries-read
optionid
but should be extended with<id | $>
XGROUP SETID
: docsENTRIESREAD entries-read
optionid
but should be extended with<id | $>
XINFO CONSUMERS
: docsinactive
field in the outputXINFO GROUPS
: docsentries-read
andlag
fields in the outputXINFO STREAM
: docsmax-deleted-entry-id
,entries-added
,recorded-first-entry-id
,entries-read
andlag
fieldsactive-time
field, and changed the meaning ofseen-time
XTRIM
: The command is missingMAXLEN | MINID
andthreshold
options