Skip to content
New issue

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

Extend Streams API #1000

Open
10 tasks
drmarjanovic opened this issue Sep 26, 2024 · 0 comments
Open
10 tasks

Extend Streams API #1000

drmarjanovic opened this issue Sep 26, 2024 · 0 comments
Milestone

Comments

@drmarjanovic
Copy link
Collaborator

The following commands are missing in Streams API:

  • XAUTOCLAIM: The command is available since 6.2.0
  • XSETID: The command is available since 5.0.0

The following commands should be adjusted or extended:

  • XADD: docs
    • 6.2.0: Added NOMKSTREAM, MINID, and LIMIT options
    • 7.0.0: Added support for the <ms>-* explicit ID form
  • XCLAIM: The command is missing the LASTID option
  • XGROUP CREATE: docs
    • Redis 7.0.0: Added ENTRIESREAD entries-read option
    • Currently supported id but should be extended with <id | $>
  • XGROUP SETID: docs
    • 7.0.0 Added ENTRIESREAD entries-read option
    • Currently supported id but should be extended with <id | $>
  • XINFO CONSUMERS: docs
    • 7.2.0: Added inactive field in the output
  • XINFO GROUPS: docs
    • 7.0.0: Added entries-read and lag fields in the output
  • XINFO STREAM: docs
    • 7.0.0: Added max-deleted-entry-id, entries-added, recorded-first-entry-id, entries-read and lag fields
    • 7.2.0: Added active-time field, and changed the meaning of seen-time
  • XTRIM: The command is missing MAXLEN | MINID and threshold options
@drmarjanovic drmarjanovic added this to the 2.0.0 milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant