• Huang Zhw's avatar
    XTRIM call streamParseAddOrTrimArgsOrReply use wrong arg xadd. (#9047) · 91f3689b
    Huang Zhw authored
    xtrimCommand call streamParseAddOrTrimArgsOrReply should use xadd==0.
    
    When the syntax is valid, it does not cause any bugs because the params of XADD is superset of XTRIM.
    Just XTRIM will not respond with error on invalid syntax. The syntax of XADD will also be accpeted by XTRIM.
    91f3689b
t_stream.c 140 KB