• guybe7's avatar
    QUIT is a command, HOST: and POST are not (#9798) · b161cff5
    guybe7 authored
    Some people complain that QUIT is missing from help/command table.
    Not appearing in COMMAND command, command stats, ACL, etc.
    and instead, there's a hack in processCommand with a comment that looks outdated.
    Note that it is [documented](https://redis.io/commands/quit)
    
    At the same time, HOST: and POST are there in the command table although these are not real commands.
    They would appear in the COMMAND command, and even in commandstats.
    
    Other changes:
    1. Initialize the static logged_time static var in securityWarningCommand
    2. add `no-auth` flag to RESET so it can always be executed.
    b161cff5
networking.c 154 KB