Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 142c1f4

Browse files
SplotyCodemichael-grunder
authored andcommitted
Fix retry_internal documentation
1 parent 8f8ff72 commit 142c1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ra = new RedisArray(array("host1", "host2", "host3"), array("previous" => array
4040
#### Specifying the "retry_interval" parameter
4141
The retry_interval is used to specify a delay in milliseconds between reconnection attempts in case the client loses connection with a server
4242
<pre>
43-
$ra = new RedisArray(array("host1", "host2:63792", "host2:6380"), array("retry_timeout" => 100));
43+
$ra = new RedisArray(array("host1", "host2:63792", "host2:6380"), array("retry_interval" => 100));
4444
</pre>
4545

4646
#### Specifying the "lazy_connect" parameter

0 commit comments

Comments
 (0)