quit.3valkey - Man Page
Closes the connection.
Synopsis
QUIT
Description
Ask the server to close the connection. The connection is closed as soon as all pending replies have been written to the client.
Note: 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.
Reply
Resp2
valkey-protocol(7) Simple string reply: OK.
Resp3
valkey-protocol(7) Simple string reply: OK
.
Complexity
O(1)
Acl Categories
@connection @fast
History
- Available since: 1.0.0
Notes
This command is deprecated (since 7.2.0) and replaced by just closing the connection.
See Also
auth(3valkey), client(3valkey), client-caching(3valkey), client-capa(3valkey), client-getname(3valkey), client-getredir(3valkey), client-help(3valkey), client-id(3valkey), client-info(3valkey), client-kill(3valkey), client-list(3valkey), client-no-evict(3valkey), client-no-touch(3valkey), client-pause(3valkey), client-reply(3valkey), client-setinfo(3valkey), client-setname(3valkey), client-tracking(3valkey), client-trackinginfo(3valkey), client-unblock(3valkey), client-unpause(3valkey), echo(3valkey), hello(3valkey), ping(3valkey), reset(3valkey), select(3valkey)