Skip to content

Commit 2f694e1

Browse files
lucascourotmichael-grunder
authored andcommitted
Fix typo
1 parent d4a0869 commit 2f694e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $obj_cluster->setOption(
7575
## Main command loop
7676
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:
7777

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.
7979
2. We have been bounced around longer than the timeout which was set on construction.
8080
3. Redis cluster returns us a ```CLUSTERDOWN``` error, in which case a ```RedisClusterException``` is raised.
8181
4. We receive a valid response, in which case the data is returned to the caller.

0 commit comments

Comments
 (0)