Skip to content

Add new stream commands #3711

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ofekshenawa
Copy link
Contributor

New Redis stream commands (XDELEX, XACKDEL) and extends existing commands (XTRIM, XADD) with enhanced consumer group reference control functionality.

XDELEX

Extended version of XDEL that provides more control over how message entries are deleted concerning consumer groups.

Syntax: XDELEX key [KEEPREF | DELREF | ACKED] IDS numids id [id ...]

XACKDEL

Combines the functionality of XACK and XDEL. Acknowledges messages in a consumer group and simultaneously attempts to delete the corresponding entries from the stream.

Syntax: XACKDEL key group [KEEPREF | DELREF | ACKED] IDS numids id [id ...]

@ofekshenawa ofekshenawa marked this pull request as ready for review July 16, 2025 16:32
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