• Rudi Floren's avatar
    Fix wrong commands json docs for CLIENT KILL (#10970) · 631eb383
    Rudi Floren authored
    The docs state that there is a new and an old argument format.
    The current state of the arguments allows mixing the old and new format,
    thus the need for two additional oneof blocks.
    One for differentiating the new from the old format and then one to
    allow setting multiple filters using the new format.
    
    (cherry picked from commit 4ce3fd51)
    631eb383
commands.c 314 KB