• YaacovHazan's avatar
    Misuse of bool in redis (#12077) · 74959a0f
    YaacovHazan authored
    We currently do not allow the use of bool type in redis project.
    
    We didn't catch it in script.c because we included hdr_histogram.h in server.h
    
    Removing it (but still having it in some c files) reducing
    the chance to miss the usage of bool type in the future and catch it
    in compiling stage.
    
    It also removes the dependency on hdr_histogram for every unit
    that includes server.h
    74959a0f
latency.c 30.2 KB