[8.6] Xcfgset - new command by nkaradzhov · Pull Request #3163 · redis/node-redis
Description
NOTE: tests will fail for XINFO_STREAM command and that is expected and unrelated to this PR
Configures the idempotency parameters for a stream's IDMP map. Sets how long Redis remembers each iid and the maximum number of iids to track. This command clears the existing IDMP map (Redis forgets all previously stored iids), but only if the configuration value actually changes.
https://docs.google.com/document/d/1Bf9ElvtVmhTj9Q6AHj8Lf9-1dsK_I9FEh5v5vi56TBU
Describe your pull request here
Checklist
- Does
npm testpass 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)?