~axino/redis/+git/trunk:dynamic-hz

Last commit made on 2018-07-23
Get this branch:
git clone -b dynamic-hz https://git.launchpad.net/~axino/redis/+git/trunk

Branch merges

Branch information

Name:
dynamic-hz
Repository:
lp:~axino/redis/+git/trunk

Recent commits

b65ddfb... by antirez <email address hidden>

Dynamic HZ: adapt cron frequency to number of clients.

e6ea603... by antirez <email address hidden>

Dynamic HZ: separate hz from the configured hz.

This way we can remember what the user configured HZ is, but change the
actual HZ dynamically if needed in the dynamic HZ feature
implementation.

4ff47a0... by antirez <email address hidden>

Top comment clientsCron().

aba6855... by antirez <email address hidden>

Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead.

be88c0b... by antirez <email address hidden>

Rename INFO CLIENT max buffers field names for correctness.

They are actually delayed a few seconds, so let's call them "recent".

0cf3794... by antirez <email address hidden>

Fix wrong array index variable in getExpansiveClientsInfo().

ea3a20c... by antirez <email address hidden>

Change INFO CLIENTS sections to report pre-computed max/min client buffers.

8f7e496... by antirez <email address hidden>

Rename var in clientsCronTrackExpansiveClients() for clarity.

8d61759... by antirez <email address hidden>

Implement a function to retrieve the expansive clients mem usage.

85a1b4f... by antirez <email address hidden>

clientsCronTrackExpansiveClients() actual implementation.