• Wen Hui's avatar
    Update group and consumer description in json file for Unifying Stream command format (#11190) · 5389fa62
    Wen Hui authored
    For the stream data type, some commands, such as **XGROUP CREATE, XGROUP DESTROY, XGROUP CREATECONSUMER, 
    XGROUP DELCONSUMER and XINFO CONSUMERS** use groupname and consumername in the command description;
    
    However, for the commands **XREADGROUP GROUP, XPENDING, XACK , XCLAIM  and XAUTOCLAIM**  use term "group and consumer", clients could be confused.
    
    This PR goal is to unify all the commands to groupname and consumername.
    5389fa62
commands.c 312 KB