• A
    Define different types of RDB childs. · 052da718
    antirez 提交于
    We need to remember what is the saving strategy of the current RDB child
    process, since the configuration may be modified at runtime via CONFIG
    SET and still we'll need to understand, when the child exists, what to
    do and for what goal the process was initiated: to create an RDB file
    on disk or to write stuff directly to slave's sockets.
    052da718
redis.c 140.7 KB