We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27e2e commit 3f64690Copy full SHA for 3f64690
cluster.markdown
@@ -67,7 +67,7 @@ $obj_cluster->setOption(RedisCluster::OPT_FAILOVER, RedisCluster::FAILOVER_ERROR
67
68
// Always distribute readonly commands between masters and slaves, at random
69
$obj_cluster->setOption(
70
- RedisCluster::OPT_FAILOVER, RedsiCluster::FAILOVER_DISTRIBUTE
+ RedisCluster::OPT_FAILOVER, RedisCluster::FAILOVER_DISTRIBUTE
71
);
72
</pre>
73
0 commit comments