8000 Fix typo · jrtkcoder/phpredis@3c048f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c048f1

Browse files
Fix typo
1 parent bfbdaa9 commit 3c048f1

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
@@ -67,7 +67,7 @@ $obj_cluster->setOption(RedisCluster::OPT_FAILOVER, RedisCluster::FAILOVER_ERROR
6767

6868
// Always distribute readonly commands between masters and slaves, at random
6969
$obj_cluster->setOption(
70-
RedisCluster::OPT_FAILOVER, RedsiCluster::FAILOVER_DISTRIBUTE
70+
RedisCluster::OPT_FAILOVER, RedisCluster::FAILOVER_DISTRIBUTE
7171
);
7272
</pre>
7373

0 commit comments

Comments
 (0)
0