The GitHub Actions job "CI" on kvrocks.git/unstable has failed.
Run started by GitHub user i18nsite (triggered by aleksraiden).

Head commit for run:
89c1bdc76b10af879be9eaeef1b443e9cad66aba / js0.site <[email protected]>
feat(stream): add XACKDEL command with multiple acknowledgment strategies

This commit introduces the XACKDEL command for Redis streams with support
for different acknowledgment strategies:
- KEEEREF: acknowledge entries in the specified group
- DELREF: acknowledge entries and remove from all other groups' PELs
- ACKED: acknowledge entries only if they are acknowledged by all groups

The command follows the syntax: XACKDEL key groupname strategy IDS numids id 
[id ...]

It returns an array of integers indicating the acknowledgment status for
each entry ID.

Report URL: https://github.com/apache/kvrocks/actions/runs/19777056893

With regards,
GitHub Actions via GitBox

Reply via email to