Files
RediStack/Sources/RediStackTestUtils
Fabian Fett 2d626c89d0 Cherry pick GitLab 187: Graceful connection close without sending QUIT command (#85)
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/
2023-08-04 11:54:52 +02:00
..