Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Sep 11, 2023
1 parent bd5b7fd commit 49b6ca3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,13 @@ Messages about the cluster as a whole:
non_neg_integer()`. See options above.

* `#{msg_type := slot_map_updated, slot_map := list(), map_version :=
non_neg_integer()}` is sent when the cluster slot-to-node mapping has been
updated.
non_neg_integer(), addr := addr()}` is sent when the cluster slot-to-node
mapping has been updated.

* `#{msg_type := cluster_slots_error_response, response := any()}` is sent when
there was an error updating the cluster slot-to-node mapping.
* `#{msg_type := cluster_slots_error_response, response := any(), addr :=
addr()}` is sent when there was an error updating the cluster slot-to-node
mapping. The `response` is either an error or the atom `empty` if the CLUSTER
SLOTS returned an empty list, which is treated like an error.

Messages about the connection to a specific node are in the following form:

Expand Down

0 comments on commit 49b6ca3

Please sign in to comment.