Skip to content

Commit 41ab9dc

Browse files
Docs: Update generated API documentation
1 parent 0340599 commit 41ab9dc

6 files changed

Lines changed: 535 additions & 287 deletions

File tree

docs/Redis.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,7 +3428,7 @@ <h2>Methods</h2>
34283428
</div>
34293429
<div class="row">
34303430
<div class="col-md-2 type">
3431-
Relay|array|false
3431+
Redis|array|false
34323432
</div>
34333433
<div class="col-md-8">
34343434
<a href="#method_xdelex">xdelex</a>(string $key, array $ids, string|null $mode = null)
@@ -20985,7 +20985,7 @@ <h4>Examples</h4>
2098520985

2098620986
<h3 id="method_xdelex">
2098720987
<div class="location"><a href="https://github.com/phpredis/phpredis/blob/develop/redis.stub.php#L4861">at line 4861</a></div>
20988-
<code class="method-signature language-php">Relay|array|false xdelex(string $key, array $ids, string|null $mode = null)</code>
20988+
<code class="method-signature language-php">Redis|array|false xdelex(string $key, array $ids, string|null $mode = null)</code>
2098920989
</h3>
2099020990
<div class="details">
2099120991

@@ -21022,7 +21022,7 @@ <h4 class="return-value-header">Return Value</h4>
2102221022
<div class="return-value-content">
2102321023
<table class="table table-condensed">
2102421024
<tr>
21025-
<td>Relay|array|false</td>
21025+
<td>Redis|array|false</td>
2102621026
<td><p>An array corresponding to IDs. 1 if the id was
2102721027
deleted and 0 if not.</p></td>
2102821028
</tr>

0 commit comments

Comments
 (0)