~axino/redis/+git/trunk:o1-bpop

Last commit made on 2020-04-08
Get this branch:
git clone -b o1-bpop https://git.launchpad.net/~axino/redis/+git/trunk

Branch merges

Branch information

Name:
o1-bpop
Repository:
lp:~axino/redis/+git/trunk

Recent commits

96a5486... by antirez <email address hidden>

Speedup: unblock clients on keys in O(1).

See #7071.

96688aa... by antirez <email address hidden>

Fix ACL HELP table missing comma.

a6350f7... by antirez <email address hidden>

Merge branch 'unstable' of github.com:/antirez/redis into unstable

f698762... by antirez <email address hidden>

Speedup INFO by counting client memory incrementally.

Related to #5145.

Design note: clients may change type when they turn into replicas or are
moved into the Pub/Sub category and so forth. Moreover the recomputation
of the bytes used is problematic for obvious reasons: it changes
continuously, so as a conservative way to avoid accumulating errors,
each client remembers the contribution it gave to the sum, and removes
it when it is freed or before updating it with the new memory usage.

e93dcba... by Salvatore Sanfilippo <email address hidden>

Merge pull request #7064 from mymilkbottles/unstable

Optimize lua log level judgment

9a91094... by Salvatore Sanfilippo <email address hidden>

Merge pull request #7065 from qetu3790/unstable

fix comments about RESIZE DB opcode in rdb.c

bb30b9f... by antirez <email address hidden>

Clarify redis.conf comment about lazyfree-lazy-user-del.

094b473... by Salvatore Sanfilippo <email address hidden>

Merge pull request #6243 from soloestoy/expand-lazy-free-server-del

lazyfree: add a new configuration lazyfree-lazy-user-del

2c42f6a... by qetu3790 <qetu3790@163.com>

fix comments about RESIZE DB opcode in rdb.c

fix comments about RESIZE DB opcode in rdb.c

121c51f... by antirez <email address hidden>

Merge branch 'lcs' into unstable