php redis连接、读超时(单位:秒)
作者:
k1ic | 来源:发表于
2018-05-10 11:19 被阅读46次
retry_interval
![](https://img.haomeiwen.com/i35360/db1637f6e29aeeda.png)
The retry_interval is used to specify a delay in milliseconds between reconnection attempts in case the client loses connection with a server
connect_timeout
![](https://img.haomeiwen.com/i35360/3cbe13347f77d774.png)
The connect_timeout value is a double and is used to specify a timeout in number of seconds when creating redis socket connections used in the RedisArray.
read_timeout
![](https://img.haomeiwen.com/i35360/f4ecf741b0e49d22.png)
The read_timeout value is a double and is used to specify a timeout in number of seconds when waiting response from the server.
本文标题:php redis连接、读超时(单位:秒)
本文链接:https://www.haomeiwen.com/subject/pzahwxtx.html
网友评论