• antirez's avatar
    HLLADD: propagate write when only variable name is given. · 6672e101
    antirez authored
    The following form is given:
    
        HLLADD myhll
    
    No element is provided in the above case so if 'myhll' var does not
    exist the result is to just create an empty HLL structure, and no update
    will be performed on the registers.
    
    In this case, the DB should still be set dirty and the command
    propagated.
    6672e101
hyperloglog.c 22 KB