mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
2d626c89d0
Cherry pick: https://gitlab.com/swift-server-community/RediStack/-/merge_requests/187 > 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. https://redis.io/commands/quit/