Skip to content

Commit

Permalink
Update overview.md (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Tal Zaccai <[email protected]>
  • Loading branch information
mgattuso-gdot and TalZaccai authored Mar 19, 2024
1 parent eaa8c25 commit dbd77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cluster/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and responds in one of the following ways:
- If the receiving node is a replica, it will serve only read requests to the slots owned by its primaruy and redirect any write requests to the primary using -MOVED message.
- If the slot is owned by the receiving node and that slot is migrating then:
- If the key exists, then read requests are served as normal while write requests return -MIGRATING.
- If the key does not exits, then read and write requests return -ASK \<slot\> \<address\> \<port\>.
- If the key does not exist, then read and write requests return -ASK \<slot\> \<address\> \<port\>.
- If the slot is owned by the another node and the receiving node is the target of the migration operation then:
- Read and write requests are served only if ASKING issued before hand. Note that write safety is not ensured if ASKING is used, so clients should take extra care when using it.

Expand Down

0 comments on commit dbd77de

Please sign in to comment.