• Viktor Söderqvist's avatar
    Deprecate QUIT (#11439) · 07d18706
    Viktor Söderqvist authored
    Clients should not use this command.
    Instead, clients should simply close the connection when they're not used anymore.
    Terminating a connection on the client side is preferable, as it eliminates `TIME_WAIT`
    lingering sockets on the server side.
    07d18706
commands.c 314 KB