Skip to content

Commit 10e6dfa

Browse files
authored
fix: render fix in config.sample (#41632)
1 parent c8b9dd5 commit 10e6dfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/config.sample.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,7 @@
11891189
* Redis Cluster support requires the php module phpredis in version 3.0.0 or higher.
11901190
*
11911191
* Available failover modes:
1192+
*
11921193
* - \RedisCluster::FAILOVER_NONE - only send commands to primary nodes (default)
11931194
* - \RedisCluster::FAILOVER_ERROR - failover to replicas for read commands if primary is unavailable
11941195
* - \RedisCluster::FAILOVER_DISTRIBUTE - randomly distribute read commands across primary and replica nodes

0 commit comments

Comments
 (0)