• A
    PSYNC2: Save Lua scripts state into RDB file. · f11a7585
    antirez 提交于
    This is currently needed in order to fix #4483, but this can be
    useful in other contexts, so maybe later we may want to remove the
    conditionals and always save/load scripts.
    
    Note that we are using the "lua" AUX field here, in order to guarantee
    backward compatibility of the RDB file. The unknown AUX fields must be
    discarded by past versions of Redis.
    f11a7585
server.h 88.9 KB