• antirez's avatar
    PSYNC2: just store script bodies into RDB. · 452ad2e9
    antirez authored
    Related to #4483. As suggested by @soloestoy, we can retrieve the SHA1
    from the body. Given that in the new implementation using AUX fields we
    ended copying around a lot to create new objects and strings, extremize
    such concept and trade CPU for space inside the RDB file.
    452ad2e9
rdb.c 76.7 KB