• antirez's avatar
    A way to disable time accounting in call(). · da58926a
    antirez authored
    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 #2552.
    da58926a
redis.h 62.8 KB