You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows to avoid two mstime() calls inside the call()
function, when the following conditions are true:
1. slowlog is disabled.
2. latency monitoring is disabled.
3. command time acconuting is disabled.
Note that '3' was not configurable, this patch just disable it without
really allowing the user to turn it on, since this is currently an
experiment. If the commit will be merged into unstable, proper support
to configure this parameter will be added.
Related to issue redis#2552.
0 commit comments