[8.6] Xinfostream - new idempotency fields by nkaradzhov · Pull Request #3162 · redis/node-redis
| "tslib": "^2.4.0" | ||
| } | ||
| }, | ||
| "node_modules/@esbuild/aix-ppc64": { |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this file is committed by mistake?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mention these are added in 8.6?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes