You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: cluster.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,9 +181,9 @@ The save path for cluster based session storage takes the form of a PHP GET requ
181
181
*_timeout (double)_: The amount of time phpredis will wait when connecting or writing to the cluster.
182
182
*_read_timeout (double)_: The amount of time phpredis will wait for a result from the cluster.
183
183
*_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).
185
184
*_failover (string)_: How phpredis should distribute session reads between master and slave nodes.
186
185
*_none_ : phpredis will only communicate with master nodes
187
186
*_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).
188
188
*_auth (string, empty by default)_: The password used to authenticate with the server prior to sending commands.
0 commit comments