~axino/redis/+git/trunk:4.0

Last commit made on 2019-07-31
Get this branch:
git clone -b 4.0 https://git.launchpad.net/~axino/redis/+git/trunk

Branch merges

Branch information

Name:
4.0
Repository:
lp:~axino/redis/+git/trunk

Recent commits

ff6db5f... by antirez <email address hidden>

HyperLogLog: fix the fix of a corruption bug.

dce11e6... by John Sully

Fix HLL corruption bug

18572a9... by antirez <email address hidden>

Redis 4.0.14.

3c62ad1... by antirez <email address hidden>

HyperLogLog: handle wrong offset in the base case.

cc2b3a6... by John Sully

Fix hyperloglog corruption

e10c79d... by antirez <email address hidden>

redis-check-aof: fix potential overflow.

Bug signaled by @vattezhang in PR #5940 but fixed differently.

6fa16f5... by Guy Benoish <email address hidden>

Fix mismatching keyspace notification classes

6431105... by Guy Benoish <email address hidden>

Fix zlexrangespec mem-leak in genericZrangebylexCommand

b0e8631... by antirez <email address hidden>

Make comment in #5911 stay inside 80 cols.

39ccce0... by John Sully

Replicas aren't allowed to run the replicaof command