asyncCloseClientOnOutputBufferLimitReached() now ignores clients with...
asyncCloseClientOnOutputBufferLimitReached() now ignores clients with REDIS_CLOSE_ASAP flag already set. Return value of the function changed from int to void since it is not used. Fixed logging of the client scheduled to be closed.
Please register or sign in to comment