in redis.conf , client-output-buffer-limit vs repl-backlog-size ?
redis master allocate replication buffer for each slave , i can set client-output-buffer-limit 500M . repl-buff notes master commands and runid'offset.
i don't know backlog effect in redis master role . backlog notes globals offset, each slave running , each different task time cost ?
when a slave note send psync command with runid\last offset to master , master get data from backlog or rel-buffer ?