|
20 | 20 | <link rel="search" |
21 | 21 | type="application/opensearchdescription+xml" |
22 | 22 | href="https://phpredis.github.io/opensearch.xml" |
23 | | - title="PhpRedis API (develop)" /> |
| 23 | + title="PhpRedis API (main)" /> |
24 | 24 | </head> |
25 | 25 |
|
26 | 26 | <body id="class" data-name="class:RedisSentinel" data-root-path="" data-search-index-url="doctum-search.json"> |
@@ -83,7 +83,7 @@ <h1>RedisSentinel |
83 | 83 |
|
84 | 84 |
|
85 | 85 | <p> class |
86 | | - <strong>RedisSentinel</strong> (<a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php">View source</a>) |
| 86 | + <strong>RedisSentinel</strong> (<a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php">View source</a>) |
87 | 87 | </p> |
88 | 88 |
|
89 | 89 |
|
@@ -237,7 +237,7 @@ <h2>Details</h2> |
237 | 237 | <div id="method-details"> |
238 | 238 | <div class="method-item"> |
239 | 239 | <h3 id="method___construct"> |
240 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L11">at line 11</a></div> |
| 240 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L11">at line 11</a></div> |
241 | 241 | <code> |
242 | 242 | <strong>__construct</strong>(string $host, int $port = 26379, float $timeout = 0, mixed $persistent = null, int $retry_interval = 0, float $read_timeout = 0, mixed $auth = null, array $context = null) |
243 | 243 | </code> |
@@ -306,7 +306,7 @@ <h4>Parameters</h4> |
306 | 306 | </div> |
307 | 307 | <div class="method-item"> |
308 | 308 | <h3 id="method_ckquorum"> |
309 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L14">at line 14</a></div> |
| 309 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L14">at line 14</a></div> |
310 | 310 | <code> bool|<a href="RedisSentinel.html">RedisSentinel</a> |
311 | 311 | <strong>ckquorum</strong>(string $master) |
312 | 312 | </code> |
@@ -349,7 +349,7 @@ <h4>Return Value</h4> |
349 | 349 | </div> |
350 | 350 | <div class="method-item"> |
351 | 351 | <h3 id="method_failover"> |
352 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L17">at line 17</a></div> |
| 352 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L17">at line 17</a></div> |
353 | 353 | <code> bool|<a href="RedisSentinel.html">RedisSentinel</a> |
354 | 354 | <strong>failover</strong>(string $master) |
355 | 355 | </code> |
@@ -392,7 +392,7 @@ <h4>Return Value</h4> |
392 | 392 | </div> |
393 | 393 | <div class="method-item"> |
394 | 394 | <h3 id="method_flushconfig"> |
395 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L20">at line 20</a></div> |
| 395 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L20">at line 20</a></div> |
396 | 396 | <code> bool|<a href="RedisSentinel.html">RedisSentinel</a> |
397 | 397 | <strong>flushconfig</strong>() |
398 | 398 | </code> |
@@ -425,7 +425,7 @@ <h4>Return Value</h4> |
425 | 425 | </div> |
426 | 426 | <div class="method-item"> |
427 | 427 | <h3 id="method_getMasterAddrByName"> |
428 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L23">at line 23</a></div> |
| 428 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L23">at line 23</a></div> |
429 | 429 | <code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a> |
430 | 430 | <strong>getMasterAddrByName</strong>(string $master) |
431 | 431 | </code> |
@@ -468,7 +468,7 @@ <h4>Return Value</h4> |
468 | 468 | </div> |
469 | 469 | <div class="method-item"> |
470 | 470 | <h3 id="method_master"> |
471 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L26">at line 26</a></div> |
| 471 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L26">at line 26</a></div> |
472 | 472 | <code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a> |
473 | 473 | <strong>master</strong>(string $master) |
474 | 474 | </code> |
@@ -511,7 +511,7 @@ <h4>Return Value</h4> |
511 | 511 | </div> |
512 | 512 | <div class="method-item"> |
513 | 513 | <h3 id="method_masters"> |
514 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L29">at line 29</a></div> |
| 514 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L29">at line 29</a></div> |
515 | 515 | <code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a> |
516 | 516 | <strong>masters</strong>() |
517 | 517 | </code> |
@@ -544,7 +544,7 @@ <h4>Return Value</h4> |
544 | 544 | </div> |
545 | 545 | <div class="method-item"> |
546 | 546 | <h3 id="method_myid"> |
547 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L31">at line 31</a></div> |
| 547 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L31">at line 31</a></div> |
548 | 548 | <code> string |
549 | 549 | <strong>myid</strong>() |
550 | 550 | </code> |
@@ -577,7 +577,7 @@ <h4>Return Value</h4> |
577 | 577 | </div> |
578 | 578 | <div class="method-item"> |
579 | 579 | <h3 id="method_ping"> |
580 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L34">at line 34</a></div> |
| 580 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L34">at line 34</a></div> |
581 | 581 | <code> bool|<a href="RedisSentinel.html">RedisSentinel</a> |
582 | 582 | <strong>ping</strong>() |
583 | 583 | </code> |
@@ -610,7 +610,7 @@ <h4>Return Value</h4> |
610 | 610 | </div> |
611 | 611 | <div class="method-item"> |
612 | 612 | <h3 id="method_reset"> |
613 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L37">at line 37</a></div> |
| 613 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L37">at line 37</a></div> |
614 | 614 | <code> bool|<a href="RedisSentinel.html">RedisSentinel</a> |
615 | 615 | <strong>reset</strong>(string $pattern) |
616 | 616 | </code> |
@@ -653,7 +653,7 @@ <h4>Return Value</h4> |
653 | 653 | </div> |
654 | 654 | <div class="method-item"> |
655 | 655 | <h3 id="method_sentinels"> |
656 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L40">at line 40</a></div> |
| 656 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L40">at line 40</a></div> |
657 | 657 | <code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a> |
658 | 658 | <strong>sentinels</strong>(string $master) |
659 | 659 | </code> |
@@ -696,7 +696,7 @@ <h4>Return Value</h4> |
696 | 696 | </div> |
697 | 697 | <div class="method-item"> |
698 | 698 | <h3 id="method_slaves"> |
699 | | - <div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis_sentinel.stub.php#L43">at line 43</a></div> |
| 699 | + <div class="location"><a href="https://github.com/phpredis/phpredis/blob/main/redis_sentinel.stub.php#L43">at line 43</a></div> |
700 | 700 | <code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a> |
701 | 701 | <strong>slaves</strong>(string $master) |
702 | 702 | </code> |
|
0 commit comments