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