Skip to content

Commit f86c333

Browse files
authored
Fix XTRIM doc for MINID strategy (redis#1878)
1 parent 4337767 commit f86c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/xtrim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By default, or when provided with the optional `=` argument, the command perform
2222
Depending on the strategy, exact trimming means:
2323

2424
* `MAXLEN`: the trimmed stream's length will be exactly the minimum between its original length and the specified `threshold`.
25-
* `MINID`: the oldest ID in the stream will be exactly the minimum between its original oldest ID and the specified `threshold`.
25+
* `MINID`: the oldest ID in the stream will be exactly the maximum between its original oldest ID and the specified `threshold`.
2626

2727
Nearly exact trimming
2828
---

0 commit comments

Comments
 (0)