• Pieter Noordhuis's avatar
    Change prototype of connect callback · 3313bcd1
    Pieter Noordhuis authored
    This commit adds a status argument to the connect callback. It will be
    called in the event of an unsuccessful connection as well, where the
    status argument is set to REDIS_ERR. It is set to REDIS_OK otherwise.
    3313bcd1
async.h 4.81 KB