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
Set this variable to "rediscluster" to inform phpredis that this is a cluster instance.
164
169
165
170
### session.save_path
166
-
The save path for cluster based session storage takes the form of a PHP GET request, and requires that you specify at least on`seed` node. Other options you can specify are as follows:
171
+
The save path for cluster based session storage takes the form of a PHP GET request, and requires that you specify at least one`seed` node. Other options you can specify are as follows:
167
172
168
173
*_timeout (double)_: The amount of time phpredis will wait when connecting or writing to the cluster.
169
174
*_read_timeout (double)_: The amount of time phpredis will wait for a result from the cluster.
0 commit comments