A Redis persistence cycle can leave two receipts. The first is a short parent-process pause while Redis calls fork(). The second covers the child process writing an RDB snapshot or rewriting AOF while live writes can create copy-on-write memory and compete for host resources. A client graph ...