node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

fix(ts): xtrim threshold accepts string

Open Eomm opened this issue 1 year ago • 1 comments

Description

The XTRIM command accepts a streamId that is a string:

XTRIM foo MINID "1725522294258-0"

Checklist

  • [ ] Does npm test pass 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)?

Eomm avatar Sep 05 '24 14:09 Eomm