bsm / redeo

High-performance framework for building redis-protocol compatible TCP servers/services
Apache License 2.0
438 stars 39 forks source link

Added Client.Close() method #4

Closed alicebob closed 10 years ago

alicebob commented 10 years ago

In order to implement a 'QUIT' method the client now has a Close() method. It's more of a graceful close, where the socket is only closed once the buffer has been send.

dim commented 10 years ago

Thanks for contributing, much appreciated