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

Skip to content

Commit 72f8eb2

Browse files
Documentation: Rebuild docs.
1 parent 0b7bd83 commit 72f8eb2

15 files changed

Lines changed: 3755 additions & 2806 deletions

docs/PROJECT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop
1+
main

docs/Redis.html

Lines changed: 2795 additions & 2512 deletions
Large diffs are not rendered by default.

docs/RedisArray.html

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

docs/RedisCluster.html

Lines changed: 313 additions & 213 deletions
Large diffs are not rendered by default.

docs/RedisClusterException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="search"
2121
type="application/opensearchdescription+xml"
2222
href="https://phpredis.github.io/opensearch.xml"
23-
title="PhpRedis API (develop)" />
23+
title="PhpRedis API (main)" />
2424
</head>
2525

2626
<body id="class" data-name="class:RedisClusterException" data-root-path="" data-search-index-url="doctum-search.json">
@@ -83,7 +83,7 @@ <h1>RedisClusterException
8383

8484

8585
<p> class
86-
<strong>RedisClusterException</strong> extends <a target="_blank" rel="noopener" href="https://www.php.net/RuntimeException">RuntimeException</a> (<a href="https://github.com/phpredis/phpredis/blob/develop/redis_cluster.stub.php">View source</a>)
86+
<strong>RedisClusterException</strong> extends <a target="_blank" rel="noopener" href="https://www.php.net/RuntimeException">RuntimeException</a> (<a href="https://github.com/phpredis/phpredis/blob/main/redis_cluster.stub.php">View source</a>)
8787
</p>
8888

8989

docs/RedisException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="search"
2121
type="application/opensearchdescription+xml"
2222
href="https://phpredis.github.io/opensearch.xml"
23-
title="PhpRedis API (develop)" />
23+
title="PhpRedis API (main)" />
2424
</head>
2525

2626
<body id="class" data-name="class:RedisException" data-root-path="" data-search-index-url="doctum-search.json">
@@ -83,7 +83,7 @@ <h1>RedisException
8383

8484

8585
<p> class
86-
<strong>RedisException</strong> extends <a target="_blank" rel="noopener" href="https://www.php.net/RuntimeException">RuntimeException</a> (<a href="https://github.com/phpredis/phpredis/blob/develop/redis.stub.php">View source</a>)
86+
<strong>RedisException</strong> extends <a target="_blank" rel="noopener" href="https://www.php.net/RuntimeException">RuntimeException</a> (<a href="https://github.com/phpredis/phpredis/blob/main/redis.stub.php">View source</a>)
8787
</p>
8888

8989

docs/RedisSentinel.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="search"
2121
type="application/opensearchdescription+xml"
2222
href="https://phpredis.github.io/opensearch.xml"
23-
title="PhpRedis API (develop)" />
23+
title="PhpRedis API (main)" />
2424
</head>
2525

2626
<body id="class" data-name="class:RedisSentinel" data-root-path="" data-search-index-url="doctum-search.json">
@@ -83,7 +83,7 @@ <h1>RedisSentinel
8383

8484

8585
<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>)
8787
</p>
8888

8989

@@ -237,7 +237,7 @@ <h2>Details</h2>
237237
<div id="method-details">
238238
<div class="method-item">
239239
<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>
241241
<code>
242242
<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)
243243
</code>
@@ -306,7 +306,7 @@ <h4>Parameters</h4>
306306
</div>
307307
<div class="method-item">
308308
<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>
310310
<code> bool|<a href="RedisSentinel.html">RedisSentinel</a>
311311
<strong>ckquorum</strong>(string $master)
312312
</code>
@@ -349,7 +349,7 @@ <h4>Return Value</h4>
349349
</div>
350350
<div class="method-item">
351351
<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>
353353
<code> bool|<a href="RedisSentinel.html">RedisSentinel</a>
354354
<strong>failover</strong>(string $master)
355355
</code>
@@ -392,7 +392,7 @@ <h4>Return Value</h4>
392392
</div>
393393
<div class="method-item">
394394
<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>
396396
<code> bool|<a href="RedisSentinel.html">RedisSentinel</a>
397397
<strong>flushconfig</strong>()
398398
</code>
@@ -425,7 +425,7 @@ <h4>Return Value</h4>
425425
</div>
426426
<div class="method-item">
427427
<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>
429429
<code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a>
430430
<strong>getMasterAddrByName</strong>(string $master)
431431
</code>
@@ -468,7 +468,7 @@ <h4>Return Value</h4>
468468
</div>
469469
<div class="method-item">
470470
<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>
472472
<code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a>
473473
<strong>master</strong>(string $master)
474474
</code>
@@ -511,7 +511,7 @@ <h4>Return Value</h4>
511511
</div>
512512
<div class="method-item">
513513
<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>
515515
<code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a>
516516
<strong>masters</strong>()
517517
</code>
@@ -544,7 +544,7 @@ <h4>Return Value</h4>
544544
</div>
545545
<div class="method-item">
546546
<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>
548548
<code> string
549549
<strong>myid</strong>()
550550
</code>
@@ -577,7 +577,7 @@ <h4>Return Value</h4>
577577
</div>
578578
<div class="method-item">
579579
<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>
581581
<code> bool|<a href="RedisSentinel.html">RedisSentinel</a>
582582
<strong>ping</strong>()
583583
</code>
@@ -610,7 +610,7 @@ <h4>Return Value</h4>
610610
</div>
611611
<div class="method-item">
612612
<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>
614614
<code> bool|<a href="RedisSentinel.html">RedisSentinel</a>
615615
<strong>reset</strong>(string $pattern)
616616
</code>
@@ -653,7 +653,7 @@ <h4>Return Value</h4>
653653
</div>
654654
<div class="method-item">
655655
<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>
657657
<code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a>
658658
<strong>sentinels</strong>(string $master)
659659
</code>
@@ -696,7 +696,7 @@ <h4>Return Value</h4>
696696
</div>
697697
<div class="method-item">
698698
<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>
700700
<code> array|bool|<a href="RedisSentinel.html">RedisSentinel</a>
701701
<strong>slaves</strong>(string $master)
702702
</code>

docs/[Global_Namespace].html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="search"
2121
type="application/opensearchdescription+xml"
2222
href="https://phpredis.github.io/opensearch.xml"
23-
title="PhpRedis API (develop)" />
23+
title="PhpRedis API (main)" />
2424
</head>
2525

2626
<body id="namespace" data-name="namespace:[Global_Namespace]" data-root-path="" data-search-index-url="doctum-search.json">

docs/classes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ <h1>Classes</h1>
8282

8383
<div class="container-fluid underlined">
8484
<div class="row">
85+
<div class="col-md-6">
86+
<a href="Redis.html"><abbr title="Redis">Redis</abbr></a> </div>
87+
<div class="col-md-6"></div>
88+
</div>
89+
<div class="row">
8590
<div class="col-md-6">
8691
<a href="RedisArray.html"><abbr title="RedisArray">RedisArray</abbr></a> </div>
8792
<div class="col-md-6"></div>
@@ -95,6 +100,11 @@ <h1>Classes</h1>
95100
<div class="col-md-6">
96101
<a href="RedisClusterException.html"><abbr title="RedisClusterException">RedisClusterException</abbr></a> </div>
97102
<div class="col-md-6"></div>
103+
</div>
104+
<div class="row">
105+
<div class="col-md-6">
106+
<a href="RedisException.html"><abbr title="RedisException">RedisException</abbr></a> </div>
107+
<div class="col-md-6"></div>
98108
</div>
99109
<div class="row">
100110
<div class="col-md-6">

0 commit comments

Comments
 (0)