node-redis
node-redis copied to clipboard
fix(ts): xtrim threshold accepts string
Description
The XTRIM command accepts a streamId that is a string:
XTRIM foo MINID "1725522294258-0"
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)?