• E
    [Fix] FreeHeapBlock should check if the addr is in the redis heap. · b186c277
    Enrico Giordani 提交于
    Since the forked process allocates the memory from the system heap,
    it must verify if the address is in the system heap or in the
    redis heap before freeing it.
    Changed dictRehash to NOOP when called by the forked process to avoid
    extra processing that is not required when the forked process is
    saving the dataset.
    b186c277
dict.c 37.5 KB