Skip to content

Add Redis 8.2 New Stream Commands #3029

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

Merged
merged 7 commits into from
Jul 25, 2025

Conversation

PavelPashov
Copy link
Contributor

@PavelPashov PavelPashov commented Jul 24, 2025

Description

New Commands:

  • XDELEX: Deletes one or multiple entries from the stream
  • XACKDEL: Acknowledges and deletes one or multiple messages for a stream consumer group

Updated Commands:

  • XADD: Added support for Redis 8.2 deletion policies
  • XTRIM: Added support for Redis 8.2 deletion policies

Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

@PavelPashov PavelPashov marked this pull request as ready for review July 25, 2025 10:50
@PavelPashov PavelPashov force-pushed the new-stream-commands branch from 8acaad0 to decb40e Compare July 25, 2025 11:00
Copy link
Collaborator

@nkaradzhov nkaradzhov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CLGTM

@PavelPashov PavelPashov merged commit d941ec5 into redis:master Jul 25, 2025
11 checks passed
@PavelPashov PavelPashov deleted the new-stream-commands branch July 25, 2025 14:58
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

Successfully merging this pull request may close these issues.

2 participants