[8.6] Xinfostream - new idempotency fields#3162
Merged
nkaradzhov merged 1 commit intoredis:masterfrom Jan 27, 2026
Merged
Conversation
PavelPashov
approved these changes
Jan 22, 2026
package-lock.json
Outdated
| "tslib": "^2.4.0" | ||
| } | ||
| }, | ||
| "node_modules/@esbuild/aix-ppc64": { |
Contributor
There was a problem hiding this comment.
Seems like this file is committed by mistake?
Collaborator
Author
There was a problem hiding this comment.
yes, will remove
Comment on lines
+15
to
+20
| * @property idmp-duration - The duration value configured for the stream's IDMP map | ||
| * @property idmp-maxsize - The maxsize value configured for the stream's IDMP map | ||
| * @property pids-tracked - The number of idempotent pids currently tracked in the stream | ||
| * @property iids-tracked - The number of idempotent ids currently tracked in the stream | ||
| * @property iids-added - The count of all entries with an idempotent iid added to the stream | ||
| * @property iids-duplicates - The count of all duplicate iids detected during the stream's lifetime |
Contributor
There was a problem hiding this comment.
Should we mention these are added in 8.6?
194f39e to
8fdc1b5
Compare
8fdc1b5 to
b687d98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
New fields in response:
https://docs.google.com/document/d/1vUj47wK8lIvE294IOG8BA5FlU5Jj9j3KHOD4lFERnEk
Checklist
npm testpass with this change (including linting)?