]> git.saurik.com Git - redis.git/blame - deps/hiredis/CHANGELOG.md
Sentinel: send SCRIPT KILL on -BUSY reply and SDOWN instance.
[redis.git] / deps / hiredis / CHANGELOG.md
CommitLineData
b66e5add 1### 0.10.1
2
3* Makefile overhaul. Important to check out if you override one or more
4 variables using environment variables or via arguments to the "make" tool.
5
6* Issue #45: Fix potential memory leak for a multi bulk reply with 0 elements
7 being created by the default reply object functions.
8
9* Issue #43: Don't crash in an asynchronous context when Redis returns an error
10 reply after the connection has been made (this happens when the maximum
11 number of connections is reached).
12
13### 0.10.0
14
15* See commit log.
16