Hiredis v0.13.3 Release Notes

Release Date: 2015-09-16 // over 8 years ago
    • ⏪ Revert "Clear REDIS_CONNECTED flag when connection is closed".
    • ✅ Make tests pass on FreeBSD (Thanks, Giacomo Olgeni)

    If the REDIS_CONNECTED flag is cleared, the async onDisconnect callback function will never be called. This causes problems as the disconnect is never reported back to the user.