Skip to content

Commit

Permalink
docs: fix typo in redis-master-slave.md
Browse files Browse the repository at this point in the history
msater -> master
  • Loading branch information
yanglbme committed Mar 15, 2019
1 parent 99eb26e commit e3d8a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/high-concurrency/redis-master-slave.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ client-output-buffer-limit slave 256MB 64MB 60
### 增量复制
- 如果全量复制过程中,master-slave 网络连接断掉,那么 slave 重新连接 master 时,会触发增量复制。
- master 直接从自己的 backlog 中获取部分丢失的数据,发送给 slave node,默认 backlog 就是 1MB。
- msater 就是根据 slave 发送的 psync 中的 offset 来从 backlog 中获取数据的。
- master 就是根据 slave 发送的 psync 中的 offset 来从 backlog 中获取数据的。

### heartbeat
主从节点互相都会发送 heartbeat 信息。
Expand Down

0 comments on commit e3d8a56

Please sign in to comment.