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
164
165
165
### 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:
166
+
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
167
168
168
*_timeout (double)_: The amount of time phpredis will wait when connecting or writing to the cluster.
169
169
*_read_timeout (double)_: The amount of time phpredis will wait for a result from the cluster.
0 commit comments