• Pieter Noordhuis's avatar
    Fix bug where the client is not present in server.clients when free'ing it · 00a90feb
    Pieter Noordhuis authored
    When creating the readable event results in an error (this happens when
    the server hits OS limits), the client was not added to the list of
    clients when freeClient was called. This results in an assertion error.
    It is better to check this condition first and free the client
    immediately when this condition occurs.
    00a90feb
redis.c 374 KB