Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit b891d68

Browse files
Merge pull request phpredis#1825 from wilsonwr/patch-1
Update cluster.markdown
2 parents 25b0adc + 0ac1d17 commit b891d68

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
@@ -181,9 +181,9 @@ The save path for cluster based session storage takes the form of a PHP GET requ
181181
* _timeout (double)_: The amount of time phpredis will wait when connecting or writing to the cluster.
182182
* _read_timeout (double)_: The amount of time phpredis will wait for a result from the cluster.
183183
* _persistent_: Tells phpredis whether persistent connections should be used.
184-
* _distribute_: phpredis will randomly distribute session reads between masters and any attached slaves (load balancing).
185184
* _failover (string)_: How phpredis should distribute session reads between master and slave nodes.
186185
* _none_ : phpredis will only communicate with master nodes
187186
* _error_: phpredis will communicate with master nodes unless one fails, in which case an attempt will be made to read session information from a slave.
187+
* _distribute_: phpredis will randomly distribute session reads between masters and any attached slaves (load balancing).
188188
* _auth (string, empty by default)_: The password used to authenticate with the server prior to sending commands.
189189
* _stream (array)_: ssl/tls stream context options.

0 commit comments

Comments
 (0)