Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8ff72 commit 142c1f4Copy full SHA for 142c1f4
arrays.md
@@ -40,7 +40,7 @@ $ra = new RedisArray(array("host1", "host2", "host3"), array("previous" => array
40
#### Specifying the "retry_interval" parameter
41
The retry_interval is used to specify a delay in milliseconds between reconnection attempts in case the client loses connection with a server
42
<pre>
43
-$ra = new RedisArray(array("host1", "host2:63792", "host2:6380"), array("retry_timeout" => 100));
+$ra = new RedisArray(array("host1", "host2:63792", "host2:6380"), array("retry_interval" => 100));
44
</pre>
45
46
#### Specifying the "lazy_connect" parameter
0 commit comments