• antirez's avatar
    redis_check_rdb(): the rio structure must be global. · 51c1d40d
    antirez authored
    The rio structure is referenced in the global 'riostate' structure
    in order for the logging functions to be always able to access the state
    of the "pseudo-loading" of the RDB, needed for the check.
    
    Courtesy of Valgrind.
    51c1d40d
redis-check-rdb.c 12.8 KB