MCPcopy Create free account
hub / github.com/F-Stack/f-stack / streamRewriteApproxSpecifier

Function streamRewriteApproxSpecifier

app/redis-6.2.6/src/t_stream.c:1764–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1762}
1763
1764void streamRewriteApproxSpecifier(client *c, int idx) {
1765 rewriteClientCommandArgument(c,idx,shared.special_equals);
1766}
1767
1768/* We propagate MAXLEN/MINID ~ <count> as MAXLEN/MINID = <resulting-len-of-stream>
1769 * otherwise trimming is no longer deterministic on replicas / AOF. */

Callers 2

xaddCommandFunction · 0.85
xtrimCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected