Hiredis v0.10.1 Release Notes

Release Date: 2011-06-19 // almost 13 years ago
    • 👉 Makefile overhaul. Important to check out if you override one or more variables using environment variables or via arguments to the "make" tool.

    • Issue #45: Fix potential memory leak for a multi bulk reply with 0 elements being created by the default reply object functions.

    • Issue #43: Don't crash in an asynchronous context when Redis returns an error reply after the connection has been made (this happens when the maximum number of connections is reached).