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
Copy file name to clipboardExpand all lines: README.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ You can install install it using Homebrew:
82
82
phpredis can be used to store PHP sessions. To do this, configure `session.save_handler` and `session.save_path` in your php.ini to tell phpredis where to store the sessions:
`session.save_path` can have a simple `host:port` format too, but you need to provide the `tcp://` scheme if you want to use the parameters. The following parameters are available:
@@ -202,6 +202,7 @@ _**Description**_: Connects to a Redis instance.
202
202
*timeout*: float, value in seconds (optional, default is 0 meaning unlimited)
203
203
*reserved*: should be NULL if retry_interval is specified
204
204
*retry_interval*: int, value in milliseconds (optional)
205
+
*read_timeout*: float, value in seconds (optional, default is 0 meaning unlimited)
205
206
206
207
##### *Return value*
207
208
@@ -238,6 +239,7 @@ persistent equivalents.
238
239
*timeout*: float, value in seconds (optional, default is 0 meaning unlimited)
239
240
*persistent_id*: string. identity for the requested persistent connection
240
241
*retry_interval*: int, value in milliseconds (optional)
242
+
*read_timeout*: float, value in seconds (optional, default is 0 meaning unlimited)
0 commit comments