mirror of https://mirror.osredm.com/root/redis.git
parent
95360c2e0c
commit
6da2bc96e2
|
@ -861,7 +861,7 @@ int64_t streamTrimByID(stream *s, streamID minid, int approx) {
|
|||
return streamTrim(s, &args);
|
||||
}
|
||||
|
||||
/* Parse the arguements of XADD/XTRIM.
|
||||
/* Parse the arguments of XADD/XTRIM.
|
||||
*
|
||||
* See streamAddTrimArgs for more details about the arguments handled.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue