• A
    COMMAND: fix argument parsing. · 0a6649a7
    antirez 提交于
    This fixes detection of wrong subcommand (that resulted in the default
    all-commands output instead) and allows COMMAND INFO to be called
    without arguments (resulting into an empty array) which is useful in
    programmtically generated calls like the following (in Ruby):
    
        redis.commands("command","info",*mycommands)
    
    Note: mycommands may be empty.
    0a6649a7
redis.c 124.5 KB