Commit 330715af authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Merge pull request #3039 from itamarhaber/patch-3

Fixes a typo in the comments
parents a4df1568 9e46bf22
...@@ -972,7 +972,7 @@ uint64_t clusterGetMaxEpoch(void) { ...@@ -972,7 +972,7 @@ uint64_t clusterGetMaxEpoch(void) {
* cases: * cases:
* *
* 1) When slots are closed after importing. Otherwise resharding would be * 1) When slots are closed after importing. Otherwise resharding would be
* too expansive. * too expensive.
* 2) When CLUSTER FAILOVER is called with options that force a slave to * 2) When CLUSTER FAILOVER is called with options that force a slave to
* failover its master even if there is not master majority able to * failover its master even if there is not master majority able to
* create a new configuration epoch. * create a new configuration epoch.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment