You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ $obj_cluster->setOption(
75
75
## Main command loop
76
76
With the exception of commands that are directed to a specific node, each command executed via RedisCluster is processed through a command loop, where we make the request, handle any MOVED or ASK redirection, and repeat if necessary. This continues until one of the following conditions is met:
77
77
78
-
1. We fail to communicate with *any* node that we are aware of, in which case a ```RedisClusterExecption``` is raised.
78
+
1. We fail to communicate with *any* node that we are aware of, in which case a ```RedisClusterException``` is raised.
79
79
2. We have been bounced around longer than the timeout which was set on construction.
80
80
3. Redis cluster returns us a ```CLUSTERDOWN``` error, in which case a ```RedisClusterException``` is raised.
81
81
4. We receive a valid response, in which case the data is returned to the caller.
0 commit comments