We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9dd5 commit 10e6dfaCopy full SHA for 10e6dfa
1 file changed
config/config.sample.php
@@ -1189,6 +1189,7 @@
1189
* Redis Cluster support requires the php module phpredis in version 3.0.0 or higher.
1190
*
1191
* Available failover modes:
1192
+ *
1193
* - \RedisCluster::FAILOVER_NONE - only send commands to primary nodes (default)
1194
* - \RedisCluster::FAILOVER_ERROR - failover to replicas for read commands if primary is unavailable
1195
* - \RedisCluster::FAILOVER_DISTRIBUTE - randomly distribute read commands across primary and replica nodes
0 commit comments