We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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
optionsThe text was updated successfully, but these errors were encountered: