1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-11 18:50:46 +03:00
This commit is contained in:
documentation-bot
2023-01-25 16:31:23 +00:00
parent a7c796ca18
commit bbe4ce4a3a
2065 changed files with 18112 additions and 3239 deletions

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ClientCommandOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L69">packages/client/lib/client/index.ts:69</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L103">packages/client/lib/client/index.ts:103</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -33,7 +33,6 @@
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_client.ClientCommandOptions.html#asap" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>asap?</span></a>
<a href="lib_client.ClientCommandOptions.html#chainId" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>chain<wbr/>Id?</span></a>
<a href="lib_client.ClientCommandOptions.html#ignorePubSubMode" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode?</span></a>
<a href="lib_client.ClientCommandOptions.html#isolated" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>isolated?</span></a>
<a href="lib_client.ClientCommandOptions.html#returnBuffers" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>return<wbr/>Buffers?</span></a>
<a href="lib_client.ClientCommandOptions.html#signal" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>signal?</span></a>
@@ -45,36 +44,30 @@
<div class="tsd-signature">asap<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_client_commands_queue.QueueCommandOptions.html">QueueCommandOptions</a>.<a href="lib_client_commands_queue.QueueCommandOptions.html#asap">asap</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L8">packages/client/lib/client/commands-queue.ts:8</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L9">packages/client/lib/client/commands-queue.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="chainId" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>chain<wbr/>Id</span><a href="#chainId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">chain<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">symbol</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_client_commands_queue.QueueCommandOptions.html">QueueCommandOptions</a>.<a href="lib_client_commands_queue.QueueCommandOptions.html#chainId">chainId</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L9">packages/client/lib/client/commands-queue.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="ignorePubSubMode" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode</span><a href="#ignorePubSubMode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_client_commands_queue.QueueCommandOptions.html">QueueCommandOptions</a>.<a href="lib_client_commands_queue.QueueCommandOptions.html#ignorePubSubMode">ignorePubSubMode</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L12">packages/client/lib/client/commands-queue.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L10">packages/client/lib/client/commands-queue.ts:10</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="isolated" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>isolated</span><a href="#isolated" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">isolated<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L70">packages/client/lib/client/index.ts:70</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L104">packages/client/lib/client/index.ts:104</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="returnBuffers" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>return<wbr/>Buffers</span><a href="#returnBuffers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">return<wbr/>Buffers<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_client_commands_queue.QueueCommandOptions.html">QueueCommandOptions</a>.<a href="lib_client_commands_queue.QueueCommandOptions.html#returnBuffers">returnBuffers</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L11">packages/client/lib/client/commands-queue.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L12">packages/client/lib/client/commands-queue.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="signal" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>signal</span><a href="#signal" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">signal<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AbortSignal</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_client_commands_queue.QueueCommandOptions.html">QueueCommandOptions</a>.<a href="lib_client_commands_queue.QueueCommandOptions.html#signal">signal</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L10">packages/client/lib/client/commands-queue.ts:10</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L11">packages/client/lib/client/commands-queue.ts:11</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -106,6 +99,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -322,6 +316,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -363,6 +358,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
@@ -452,7 +448,6 @@
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client.ClientCommandOptions.html#asap" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>asap?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client.ClientCommandOptions.html#chainId" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>chain<wbr/>Id?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client.ClientCommandOptions.html#ignorePubSubMode" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client.ClientCommandOptions.html#isolated" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>isolated?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client.ClientCommandOptions.html#returnBuffers" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>return<wbr/>Buffers?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client.ClientCommandOptions.html#signal" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>signal?</a></li></ul></li></ul></nav></div></div>

View File

@@ -32,7 +32,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisClientOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L18">packages/client/lib/client/index.ts:18</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L19">packages/client/lib/client/index.ts:19</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -60,82 +60,105 @@
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="commandsQueueMaxLength" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>commands<wbr/>Queue<wbr/>Max<wbr/>Length</span><a href="#commandsQueueMaxLength" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">commands<wbr/>Queue<wbr/>Max<wbr/>Length<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<div class="tsd-signature">commands<wbr/>Queue<wbr/>Max<wbr/>Length<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>Maximum length of the client&#39;s internal command queue</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L29">packages/client/lib/client/index.ts:29</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L52">packages/client/lib/client/index.ts:52</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="database" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>database</span><a href="#database" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">database<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<div class="tsd-signature">database<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>Redis database number (see <a href="https://redis.io/commands/select"><code>SELECT</code></a> command)</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L28">packages/client/lib/client/index.ts:28</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L48">packages/client/lib/client/index.ts:48</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="disableOfflineQueue" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>disable<wbr/>Offline<wbr/>Queue</span><a href="#disableOfflineQueue" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">disable<wbr/>Offline<wbr/>Queue<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<div class="tsd-signature">disable<wbr/>Offline<wbr/>Queue<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
<div class="tsd-comment tsd-typography"><p>When <code>true</code>, commands are rejected when the client is reconnecting.
When <code>false</code>, commands are queued for execution after reconnection.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L30">packages/client/lib/client/index.ts:30</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L57">packages/client/lib/client/index.ts:57</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="functions" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>functions</span><a href="#functions" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">functions<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisExtensions.html">RedisExtensions</a>.<a href="lib_commands.RedisExtensions.html#functions">functions</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L87">packages/client/lib/commands/index.ts:87</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L87">packages/client/lib/commands/index.ts:87</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="isolationPoolOptions" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>isolation<wbr/>Pool<wbr/>Options</span><a href="#isolationPoolOptions" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">isolation<wbr/>Pool<wbr/>Options<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Options</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L33">packages/client/lib/client/index.ts:33</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L63">packages/client/lib/client/index.ts:63</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="legacyMode" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>legacy<wbr/>Mode</span><a href="#legacyMode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">legacy<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L32">packages/client/lib/client/index.ts:32</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L62">packages/client/lib/client/index.ts:62</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="modules" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>modules</span><a href="#modules" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">modules<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisExtensions.html">RedisExtensions</a>.<a href="lib_commands.RedisExtensions.html#modules">modules</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L86">packages/client/lib/commands/index.ts:86</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L86">packages/client/lib/commands/index.ts:86</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="name" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">name<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<div class="tsd-signature">name<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-comment tsd-typography"><p>Client name (<a href="https://redis.io/commands/client-setname">see <code>CLIENT SETNAME</code></a>)</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L27">packages/client/lib/client/index.ts:27</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L44">packages/client/lib/client/index.ts:44</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="password" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>password</span><a href="#password" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">password<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<div class="tsd-signature">password<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-comment tsd-typography"><p>ACL password or the old &quot;--requirepass&quot; password</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L26">packages/client/lib/client/index.ts:26</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L40">packages/client/lib/client/index.ts:40</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pingInterval" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>ping<wbr/>Interval</span><a href="#pingInterval" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ping<wbr/>Interval<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<div class="tsd-signature">ping<wbr/>Interval<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>Send <code>PING</code> command at interval (in ms).
Useful with Redis deployments that do not use TCP Keep-Alive.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L34">packages/client/lib/client/index.ts:34</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L68">packages/client/lib/client/index.ts:68</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="readonly" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>readonly</span><a href="#readonly" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">readonly<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<div class="tsd-signature">readonly<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
<div class="tsd-comment tsd-typography"><p>Connect in <a href="https://redis.io/commands/readonly"><code>READONLY</code></a> mode</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L31">packages/client/lib/client/index.ts:31</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L61">packages/client/lib/client/index.ts:61</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="scripts" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>scripts</span><a href="#scripts" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">scripts<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisExtensions.html">RedisExtensions</a>.<a href="lib_commands.RedisExtensions.html#scripts">scripts</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L88">packages/client/lib/commands/index.ts:88</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L88">packages/client/lib/commands/index.ts:88</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="socket" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>socket</span><a href="#socket" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">socket<span class="tsd-signature-symbol">?:</span> <a href="../types/lib_client_socket.RedisSocketOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisSocketOptions</a></div><aside class="tsd-sources">
<div class="tsd-signature">socket<span class="tsd-signature-symbol">?:</span> <a href="../types/lib_client_socket.RedisSocketOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisSocketOptions</a></div>
<div class="tsd-comment tsd-typography"><p>Socket connection properties</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L24">packages/client/lib/client/index.ts:24</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L32">packages/client/lib/client/index.ts:32</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="url" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>url</span><a href="#url" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">url<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<div class="tsd-signature">url<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-comment tsd-typography"><p><code>redis[s]://[[username][:password]@][host][:port][/db-number]</code>
See <a href="https://www.iana.org/assignments/uri-schemes/prov/redis"><code>redis</code></a> and <a href="https://www.iana.org/assignments/uri-schemes/prov/rediss"><code>rediss</code></a> IANA registration for more details</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L23">packages/client/lib/client/index.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L28">packages/client/lib/client/index.ts:28</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="username" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>username</span><a href="#username" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">username<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<div class="tsd-signature">username<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-comment tsd-typography"><p>ACL username (<a href="https://redis.io/topics/acl">see ACL guide</a>)</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/index.ts#L25">packages/client/lib/client/index.ts:25</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/index.ts#L36">packages/client/lib/client/index.ts:36</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -167,6 +190,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -383,6 +407,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -424,6 +449,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -31,7 +31,7 @@
<li><a href="../classes/lib_client_RESP2_composers_buffer.default.html" class="tsd-signature-type" data-tsd-kind="Class">default</a></li>
<li><a href="../classes/lib_client_RESP2_composers_string.default.html" class="tsd-signature-type" data-tsd-kind="Class">default</a></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/RESP2/composers/interface.ts#L1">packages/client/lib/client/RESP2/composers/interface.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/RESP2/composers/interface.ts#L1">packages/client/lib/client/RESP2/composers/interface.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -57,7 +57,7 @@
<h5>buffer: <span class="tsd-signature-type">Buffer</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/RESP2/composers/interface.ts#L4">packages/client/lib/client/RESP2/composers/interface.ts:4</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/RESP2/composers/interface.ts#L4">packages/client/lib/client/RESP2/composers/interface.ts:4</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface"><a id="reset" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>reset</span><a href="#reset" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
@@ -65,7 +65,7 @@
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/RESP2/composers/interface.ts#L6">packages/client/lib/client/RESP2/composers/interface.ts:6</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/RESP2/composers/interface.ts#L6">packages/client/lib/client/RESP2/composers/interface.ts:6</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface"><a id="write" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>write</span><a href="#write" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
@@ -78,7 +78,7 @@
<h5>buffer: <span class="tsd-signature-type">Buffer</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/RESP2/composers/interface.ts#L2">packages/client/lib/client/RESP2/composers/interface.ts:2</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/RESP2/composers/interface.ts#L2">packages/client/lib/client/RESP2/composers/interface.ts:2</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -110,6 +110,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -326,6 +327,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -367,6 +369,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -0,0 +1,504 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CommandWaitingToBeSent | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@redis/client</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-8 col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_client_commands_queue.html">lib/client/commands-queue</a></li>
<li><a href="lib_client_commands_queue.CommandWaitingToBeSent.html">CommandWaitingToBeSent</a></li></ul>
<h1>Interface CommandWaitingToBeSent</h1></div>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="tsd-signature-type">CommandWaitingForReply</span>
<ul class="tsd-hierarchy">
<li><span class="target">CommandWaitingToBeSent</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L15">packages/client/lib/client/commands-queue.ts:15</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#abort" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>abort?</span></a>
<a href="lib_client_commands_queue.CommandWaitingToBeSent.html#args" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>args</span></a>
<a href="lib_client_commands_queue.CommandWaitingToBeSent.html#chainId" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>chain<wbr/>Id?</span></a>
<a href="lib_client_commands_queue.CommandWaitingToBeSent.html#channelsCounter" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>channels<wbr/>Counter?</span></a>
<a href="lib_client_commands_queue.CommandWaitingToBeSent.html#returnBuffers" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>return<wbr/>Buffers?</span></a>
</div></section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Methods</h3>
<div class="tsd-index-list"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#reject" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>reject</span></a>
<a href="lib_client_commands_queue.CommandWaitingToBeSent.html#resolve" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>resolve</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="abort" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>abort</span><a href="#abort" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">abort<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>signal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AbortSignal</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>listener<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter">
<h5>signal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AbortSignal</span></h5></li>
<li class="tsd-parameter">
<h5>listener<span class="tsd-signature-symbol">:</span>function</h5>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
<li class="tsd-signature tsd-anchor-link" id="__type.listener.listener-1">listener<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#__type.listener.listener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L20">packages/client/lib/client/commands-queue.ts:20</a></li></ul></aside></li></ul></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L18">packages/client/lib/client/commands-queue.ts:18</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="args" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>args</span><a href="#args" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">args<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArguments.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArguments</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L16">packages/client/lib/client/commands-queue.ts:16</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="chainId" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>chain<wbr/>Id</span><a href="#chainId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">chain<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">symbol</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L17">packages/client/lib/client/commands-queue.ts:17</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="channelsCounter" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>channels<wbr/>Counter</span><a href="#channelsCounter" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">channels<wbr/>Counter<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from CommandWaitingForReply.channelsCounter</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L27">packages/client/lib/client/commands-queue.ts:27</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="returnBuffers" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>return<wbr/>Buffers</span><a href="#returnBuffers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">return<wbr/>Buffers<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from CommandWaitingForReply.returnBuffers</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L28">packages/client/lib/client/commands-queue.ts:28</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="reject" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>reject</span><a href="#reject" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<li class="tsd-signature tsd-anchor-link" id="reject.reject-1">reject<span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#reject.reject-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>err: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<p>Inherited from CommandWaitingForReply.reject</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L26">packages/client/lib/client/commands-queue.ts:26</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="resolve" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>resolve</span><a href="#resolve" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
<li class="tsd-signature tsd-anchor-link" id="resolve.resolve-1">resolve<span class="tsd-signature-symbol">(</span>reply<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#resolve.resolve-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> reply: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<p>Inherited from CommandWaitingForReply.resolve</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L25">packages/client/lib/client/commands-queue.ts:25</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<nav class="tsd-navigation primary">
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li class="current"><a href="../modules.html">@redis/client</a>
<ul>
<li class="tsd-kind-module"><a href="../modules/index.html">index</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client.html">lib/client</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_buffer.html">lib/client/RESP2/composers/buffer</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_interface.html">lib/client/RESP2/composers/interface</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_string.html">lib/client/RESP2/composers/string</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_decoder.html">lib/client/RESP2/decoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_encoder.html">lib/client/RESP2/encoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_commands.html">lib/cluster/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_multi_command.html">lib/cluster/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_command_options.html">lib/command-<wbr/>options</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commander.html">lib/commander</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands.html">lib/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_CAT.html">lib/commands/ACL_<wbr/>CAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DELUSER.html">lib/commands/ACL_<wbr/>DELUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DRYRUN.html">lib/commands/ACL_<wbr/>DRYRUN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GENPASS.html">lib/commands/ACL_<wbr/>GENPASS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GETUSER.html">lib/commands/ACL_<wbr/>GETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LIST.html">lib/commands/ACL_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOAD.html">lib/commands/ACL_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG.html">lib/commands/ACL_<wbr/>LOG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG_RESET.html">lib/commands/ACL_<wbr/>LOG_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SAVE.html">lib/commands/ACL_<wbr/>SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SETUSER.html">lib/commands/ACL_<wbr/>SETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_USERS.html">lib/commands/ACL_<wbr/>USERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_WHOAMI.html">lib/commands/ACL_<wbr/>WHOAMI</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_APPEND.html">lib/commands/APPEND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ASKING.html">lib/commands/ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_AUTH.html">lib/commands/AUTH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGREWRITEAOF.html">lib/commands/BGREWRITEAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGSAVE.html">lib/commands/BGSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITCOUNT.html">lib/commands/BITCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD.html">lib/commands/BITFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD_RO.html">lib/commands/BITFIELD_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITOP.html">lib/commands/BITOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITPOS.html">lib/commands/BITPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMOVE.html">lib/commands/BLMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMPOP.html">lib/commands/BLMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLPOP.html">lib/commands/BLPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOP.html">lib/commands/BRPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOPLPUSH.html">lib/commands/BRPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZMPOP.html">lib/commands/BZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMAX.html">lib/commands/BZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMIN.html">lib/commands/BZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_CACHING.html">lib/commands/CLIENT_<wbr/>CACHING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETNAME.html">lib/commands/CLIENT_<wbr/>GETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETREDIR.html">lib/commands/CLIENT_<wbr/>GETREDIR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_ID.html">lib/commands/CLIENT_<wbr/>ID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_INFO.html">lib/commands/CLIENT_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_KILL.html">lib/commands/CLIENT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_LIST.html">lib/commands/CLIENT_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_NO_EVICT.html">lib/commands/CLIENT_<wbr/>NO-<wbr/>EVICT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_PAUSE.html">lib/commands/CLIENT_<wbr/>PAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_SETNAME.html">lib/commands/CLIENT_<wbr/>SETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKING.html">lib/commands/CLIENT_<wbr/>TRACKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKINGINFO.html">lib/commands/CLIENT_<wbr/>TRACKINGINFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_UNPAUSE.html">lib/commands/CLIENT_<wbr/>UNPAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTS.html">lib/commands/CLUSTER_<wbr/>ADDSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>ADDSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_BUMPEPOCH.html">lib/commands/CLUSTER_<wbr/>BUMPEPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html">lib/commands/CLUSTER_<wbr/>COUNT-<wbr/>FAILURE-<wbr/>REPORTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>COUNTKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTS.html">lib/commands/CLUSTER_<wbr/>DELSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>DELSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FAILOVER.html">lib/commands/CLUSTER_<wbr/>FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FLUSHSLOTS.html">lib/commands/CLUSTER_<wbr/>FLUSHSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FORGET.html">lib/commands/CLUSTER_<wbr/>FORGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_GETKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>GETKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_INFO.html">lib/commands/CLUSTER_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_KEYSLOT.html">lib/commands/CLUSTER_<wbr/>KEYSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_LINKS.html">lib/commands/CLUSTER_<wbr/>LINKS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MEET.html">lib/commands/CLUSTER_<wbr/>MEET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MYID.html">lib/commands/CLUSTER_<wbr/>MYID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_NODES.html">lib/commands/CLUSTER_<wbr/>NODES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICAS.html">lib/commands/CLUSTER_<wbr/>REPLICAS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICATE.html">lib/commands/CLUSTER_<wbr/>REPLICATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_RESET.html">lib/commands/CLUSTER_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SAVECONFIG.html">lib/commands/CLUSTER_<wbr/>SAVECONFIG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html">lib/commands/CLUSTER_<wbr/>SET-<wbr/>CONFIG-<wbr/>EPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SETSLOT.html">lib/commands/CLUSTER_<wbr/>SETSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_<wbr/>SLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND.html">lib/commands/COMMAND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_COUNT.html">lib/commands/COMMAND_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYS.html">lib/commands/COMMAND_<wbr/>GETKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html">lib/commands/COMMAND_<wbr/>GETKEYSANDFLAGS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_INFO.html">lib/commands/COMMAND_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_LIST.html">lib/commands/COMMAND_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_GET.html">lib/commands/CONFIG_<wbr/>GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_RESETSTAT.html">lib/commands/CONFIG_<wbr/>RESETSTAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_REWRITE.html">lib/commands/CONFIG_<wbr/>REWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_SET.html">lib/commands/CONFIG_<wbr/>SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COPY.html">lib/commands/COPY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DBSIZE.html">lib/commands/DBSIZE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECR.html">lib/commands/DECR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECRBY.html">lib/commands/DECRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DEL.html">lib/commands/DEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DISCARD.html">lib/commands/DISCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DUMP.html">lib/commands/DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ECHO.html">lib/commands/ECHO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL.html">lib/commands/EVAL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA.html">lib/commands/EVALSHA</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA_RO.html">lib/commands/EVALSHA_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL_RO.html">lib/commands/EVAL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXISTS.html">lib/commands/EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRE.html">lib/commands/EXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIREAT.html">lib/commands/EXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRETIME.html">lib/commands/EXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FAILOVER.html">lib/commands/FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL.html">lib/commands/FCALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL_RO.html">lib/commands/FCALL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHALL.html">lib/commands/FLUSHALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHDB.html">lib/commands/FLUSHDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DELETE.html">lib/commands/FUNCTION_<wbr/>DELETE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DUMP.html">lib/commands/FUNCTION_<wbr/>DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_FLUSH.html">lib/commands/FUNCTION_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_KILL.html">lib/commands/FUNCTION_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST.html">lib/commands/FUNCTION_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST_WITHCODE.html">lib/commands/FUNCTION_<wbr/>LIST_<wbr/>WITHCODE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LOAD.html">lib/commands/FUNCTION_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_RESTORE.html">lib/commands/FUNCTION_<wbr/>RESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_STATS.html">lib/commands/FUNCTION_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOADD.html">lib/commands/GEOADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEODIST.html">lib/commands/GEODIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOHASH.html">lib/commands/GEOHASH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOPOS.html">lib/commands/GEOPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS.html">lib/commands/GEORADIUS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER.html">lib/commands/GEORADIUSBYMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBERSTORE.html">lib/commands/GEORADIUSBYMEMBERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSSTORE.html">lib/commands/GEORADIUSSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO.html">lib/commands/GEORADIUS_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO_WITH.html">lib/commands/GEORADIUS_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_WITH.html">lib/commands/GEORADIUS_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH.html">lib/commands/GEOSEARCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCHSTORE.html">lib/commands/GEOSEARCHSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH_WITH.html">lib/commands/GEOSEARCH_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GET.html">lib/commands/GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETBIT.html">lib/commands/GETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETDEL.html">lib/commands/GETDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETEX.html">lib/commands/GETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETRANGE.html">lib/commands/GETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETSET.html">lib/commands/GETSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HDEL.html">lib/commands/HDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HELLO.html">lib/commands/HELLO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HEXISTS.html">lib/commands/HEXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGET.html">lib/commands/HGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGETALL.html">lib/commands/HGETALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBY.html">lib/commands/HINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBYFLOAT.html">lib/commands/HINCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HKEYS.html">lib/commands/HKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HLEN.html">lib/commands/HLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HMGET.html">lib/commands/HMGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD.html">lib/commands/HRANDFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT.html">lib/commands/HRANDFIELD_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html">lib/commands/HRANDFIELD_<wbr/>COUNT_<wbr/>WITHVALUES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSCAN.html">lib/commands/HSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSET.html">lib/commands/HSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSETNX.html">lib/commands/HSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSTRLEN.html">lib/commands/HSTRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HVALS.html">lib/commands/HVALS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCR.html">lib/commands/INCR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBY.html">lib/commands/INCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBYFLOAT.html">lib/commands/INCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INFO.html">lib/commands/INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_KEYS.html">lib/commands/KEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LASTSAVE.html">lib/commands/LASTSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_DOCTOR.html">lib/commands/LATENCY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_GRAPH.html">lib/commands/LATENCY_<wbr/>GRAPH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS.html">lib/commands/LCS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX.html">lib/commands/LCS_<wbr/>IDX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX_WITHMATCHLEN.html">lib/commands/LCS_<wbr/>IDX_<wbr/>WITHMATCHLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_LEN.html">lib/commands/LCS_<wbr/>LEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINDEX.html">lib/commands/LINDEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINSERT.html">lib/commands/LINSERT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LLEN.html">lib/commands/LLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMOVE.html">lib/commands/LMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMPOP.html">lib/commands/LMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LOLWUT.html">lib/commands/LOLWUT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP.html">lib/commands/LPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP_COUNT.html">lib/commands/LPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS.html">lib/commands/LPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS_COUNT.html">lib/commands/LPOS_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSH.html">lib/commands/LPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSHX.html">lib/commands/LPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LRANGE.html">lib/commands/LRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LREM.html">lib/commands/LREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LSET.html">lib/commands/LSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LTRIM.html">lib/commands/LTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_DOCTOR.html">lib/commands/MEMORY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_MALLOC_STATS.html">lib/commands/MEMORY_<wbr/>MALLOC-<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_PURGE.html">lib/commands/MEMORY_<wbr/>PURGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_STATS.html">lib/commands/MEMORY_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_USAGE.html">lib/commands/MEMORY_<wbr/>USAGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MGET.html">lib/commands/MGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MIGRATE.html">lib/commands/MIGRATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LIST.html">lib/commands/MODULE_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LOAD.html">lib/commands/MODULE_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_UNLOAD.html">lib/commands/MODULE_<wbr/>UNLOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MOVE.html">lib/commands/MOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSET.html">lib/commands/MSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSETNX.html">lib/commands/MSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_ENCODING.html">lib/commands/OBJECT_<wbr/>ENCODING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_FREQ.html">lib/commands/OBJECT_<wbr/>FREQ</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_IDLETIME.html">lib/commands/OBJECT_<wbr/>IDLETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_REFCOUNT.html">lib/commands/OBJECT_<wbr/>REFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PERSIST.html">lib/commands/PERSIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRE.html">lib/commands/PEXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIREAT.html">lib/commands/PEXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRETIME.html">lib/commands/PEXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFADD.html">lib/commands/PFADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFCOUNT.html">lib/commands/PFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFMERGE.html">lib/commands/PFMERGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PING.html">lib/commands/PING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PSETEX.html">lib/commands/PSETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PTTL.html">lib/commands/PTTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBLISH.html">lib/commands/PUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAME.html">lib/commands/RENAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAMENX.html">lib/commands/RENAMENX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_REPLICAOF.html">lib/commands/REPLICAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RESTORE_ASKING.html">lib/commands/RESTORE-<wbr/>ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ROLE.html">lib/commands/ROLE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP.html">lib/commands/RPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOPLPUSH.html">lib/commands/RPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP_COUNT.html">lib/commands/RPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSH.html">lib/commands/RPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSHX.html">lib/commands/RPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SADD.html">lib/commands/SADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SAVE.html">lib/commands/SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCAN.html">lib/commands/SCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCARD.html">lib/commands/SCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_DEBUG.html">lib/commands/SCRIPT_<wbr/>DEBUG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_EXISTS.html">lib/commands/SCRIPT_<wbr/>EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_FLUSH.html">lib/commands/SCRIPT_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_KILL.html">lib/commands/SCRIPT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_LOAD.html">lib/commands/SCRIPT_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFF.html">lib/commands/SDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFFSTORE.html">lib/commands/SDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SET.html">lib/commands/SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETBIT.html">lib/commands/SETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETEX.html">lib/commands/SETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETNX.html">lib/commands/SETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETRANGE.html">lib/commands/SETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SHUTDOWN.html">lib/commands/SHUTDOWN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTER.html">lib/commands/SINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERCARD.html">lib/commands/SINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERSTORE.html">lib/commands/SINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SISMEMBER.html">lib/commands/SISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMEMBERS.html">lib/commands/SMEMBERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMISMEMBER.html">lib/commands/SMISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMOVE.html">lib/commands/SMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT.html">lib/commands/SORT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SSCAN.html">lib/commands/SSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_STRLEN.html">lib/commands/STRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNION.html">lib/commands/SUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNIONSTORE.html">lib/commands/SUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SWAPDB.html">lib/commands/SWAPDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TIME.html">lib/commands/TIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TOUCH.html">lib/commands/TOUCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TTL.html">lib/commands/TTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TYPE.html">lib/commands/TYPE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNLINK.html">lib/commands/UNLINK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNWATCH.html">lib/commands/UNWATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WAIT.html">lib/commands/WAIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WATCH.html">lib/commands/WATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XACK.html">lib/commands/XACK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XADD.html">lib/commands/XADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM.html">lib/commands/XAUTOCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM_JUSTID.html">lib/commands/XAUTOCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM.html">lib/commands/XCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM_JUSTID.html">lib/commands/XCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XDEL.html">lib/commands/XDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATE.html">lib/commands/XGROUP_<wbr/>CREATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATECONSUMER.html">lib/commands/XGROUP_<wbr/>CREATECONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DELCONSUMER.html">lib/commands/XGROUP_<wbr/>DELCONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DESTROY.html">lib/commands/XGROUP_<wbr/>DESTROY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_SETID.html">lib/commands/XGROUP_<wbr/>SETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_CONSUMERS.html">lib/commands/XINFO_<wbr/>CONSUMERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_GROUPS.html">lib/commands/XINFO_<wbr/>GROUPS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_STREAM.html">lib/commands/XINFO_<wbr/>STREAM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XLEN.html">lib/commands/XLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING.html">lib/commands/XPENDING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING_RANGE.html">lib/commands/XPENDING_<wbr/>RANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XRANGE.html">lib/commands/XRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREAD.html">lib/commands/XREAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREADGROUP.html">lib/commands/XREADGROUP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREVRANGE.html">lib/commands/XREVRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XSETID.html">lib/commands/XSETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XTRIM.html">lib/commands/XTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZADD.html">lib/commands/ZADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCARD.html">lib/commands/ZCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCOUNT.html">lib/commands/ZCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF.html">lib/commands/ZDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFFSTORE.html">lib/commands/ZDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF_WITHSCORES.html">lib/commands/ZDIFF_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINCRBY.html">lib/commands/ZINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER.html">lib/commands/ZINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERCARD.html">lib/commands/ZINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERSTORE.html">lib/commands/ZINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER_WITHSCORES.html">lib/commands/ZINTER_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZLEXCOUNT.html">lib/commands/ZLEXCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMPOP.html">lib/commands/ZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMSCORE.html">lib/commands/ZMSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX.html">lib/commands/ZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX_COUNT.html">lib/commands/ZPOPMAX_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN.html">lib/commands/ZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN_COUNT.html">lib/commands/ZPOPMIN_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER.html">lib/commands/ZRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE.html">lib/commands/ZRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYLEX.html">lib/commands/ZRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE.html">lib/commands/ZRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html">lib/commands/ZRANGEBYSCORE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGESTORE.html">lib/commands/ZRANGESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE_WITHSCORES.html">lib/commands/ZRANGE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANK.html">lib/commands/ZRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREM.html">lib/commands/ZREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYLEX.html">lib/commands/ZREMRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYRANK.html">lib/commands/ZREMRANGEBYRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYSCORE.html">lib/commands/ZREMRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREVRANK.html">lib/commands/ZREVRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCAN.html">lib/commands/ZSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCORE.html">lib/commands/ZSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION.html">lib/commands/ZUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNIONSTORE.html">lib/commands/ZUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION_WITHSCORES.html">lib/commands/ZUNION_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_generic_transformers.html">lib/commands/generic-<wbr/>transformers</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_errors.html">lib/errors</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_lua_script.html">lib/lua-<wbr/>script</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_multi_command.html">lib/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Command<wbr/>Waiting<wbr/>To<wbr/>Be<wbr/>Sent</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#abort" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>abort?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#args" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>args</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#chainId" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>chain<wbr/>Id?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#channelsCounter" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>channels<wbr/>Counter?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#returnBuffers" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>return<wbr/>Buffers?</a></li>
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#reject" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>reject</a></li>
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="lib_client_commands_queue.CommandWaitingToBeSent.html#resolve" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>resolve</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><a href="lib_client.ClientCommandOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ClientCommandOptions</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L7">packages/client/lib/client/commands-queue.ts:7</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L8">packages/client/lib/client/commands-queue.ts:8</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -33,7 +33,6 @@
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_client_commands_queue.QueueCommandOptions.html#asap" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>asap?</span></a>
<a href="lib_client_commands_queue.QueueCommandOptions.html#chainId" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>chain<wbr/>Id?</span></a>
<a href="lib_client_commands_queue.QueueCommandOptions.html#ignorePubSubMode" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode?</span></a>
<a href="lib_client_commands_queue.QueueCommandOptions.html#returnBuffers" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>return<wbr/>Buffers?</span></a>
<a href="lib_client_commands_queue.QueueCommandOptions.html#signal" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>signal?</span></a>
</div></section></div></details></section></section>
@@ -43,27 +42,22 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>asap</span><a href="#asap" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">asap<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L8">packages/client/lib/client/commands-queue.ts:8</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L9">packages/client/lib/client/commands-queue.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="chainId" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>chain<wbr/>Id</span><a href="#chainId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">chain<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">symbol</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L9">packages/client/lib/client/commands-queue.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="ignorePubSubMode" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode</span><a href="#ignorePubSubMode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L12">packages/client/lib/client/commands-queue.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L10">packages/client/lib/client/commands-queue.ts:10</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="returnBuffers" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>return<wbr/>Buffers</span><a href="#returnBuffers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">return<wbr/>Buffers<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L11">packages/client/lib/client/commands-queue.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L12">packages/client/lib/client/commands-queue.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="signal" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>signal</span><a href="#signal" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">signal<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">AbortSignal</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/commands-queue.ts#L10">packages/client/lib/client/commands-queue.ts:10</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/commands-queue.ts#L11">packages/client/lib/client/commands-queue.ts:11</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -95,6 +89,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -311,6 +306,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -352,6 +348,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
@@ -441,7 +438,6 @@
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.QueueCommandOptions.html#asap" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>asap?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.QueueCommandOptions.html#chainId" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>chain<wbr/>Id?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.QueueCommandOptions.html#ignorePubSubMode" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>ignore<wbr/>Pub<wbr/>Sub<wbr/>Mode?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.QueueCommandOptions.html#returnBuffers" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>return<wbr/>Buffers?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_commands_queue.QueueCommandOptions.html#signal" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>signal?</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">

View File

@@ -0,0 +1,436 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ChannelListeners | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@redis/client</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-8 col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_client_pub_sub.html">lib/client/pub-sub</a></li>
<li><a href="lib_client_pub_sub.ChannelListeners.html">ChannelListeners</a></li></ul>
<h1>Interface ChannelListeners</h1></div>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ChannelListeners</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/pub-sub.ts#L31">packages/client/lib/client/pub-sub.ts:31</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_client_pub_sub.ChannelListeners.html#buffers" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>buffers</span></a>
<a href="lib_client_pub_sub.ChannelListeners.html#strings" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>strings</span></a>
<a href="lib_client_pub_sub.ChannelListeners.html#unsubscribing" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>unsubscribing</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="buffers" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>buffers</span><a href="#buffers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">buffers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Set</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/lib_client_pub_sub.PubSubListener.html" class="tsd-signature-type" data-tsd-kind="Type alias">PubSubListener</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/pub-sub.ts#L33">packages/client/lib/client/pub-sub.ts:33</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="strings" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>strings</span><a href="#strings" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">strings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Set</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/lib_client_pub_sub.PubSubListener.html" class="tsd-signature-type" data-tsd-kind="Type alias">PubSubListener</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/pub-sub.ts#L34">packages/client/lib/client/pub-sub.ts:34</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="unsubscribing" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>unsubscribing</span><a href="#unsubscribing" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">unsubscribing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/pub-sub.ts#L32">packages/client/lib/client/pub-sub.ts:32</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<nav class="tsd-navigation primary">
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li class="current"><a href="../modules.html">@redis/client</a>
<ul>
<li class="tsd-kind-module"><a href="../modules/index.html">index</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client.html">lib/client</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_buffer.html">lib/client/RESP2/composers/buffer</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_interface.html">lib/client/RESP2/composers/interface</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_string.html">lib/client/RESP2/composers/string</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_decoder.html">lib/client/RESP2/decoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_encoder.html">lib/client/RESP2/encoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_commands.html">lib/cluster/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_multi_command.html">lib/cluster/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_command_options.html">lib/command-<wbr/>options</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commander.html">lib/commander</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands.html">lib/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_CAT.html">lib/commands/ACL_<wbr/>CAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DELUSER.html">lib/commands/ACL_<wbr/>DELUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DRYRUN.html">lib/commands/ACL_<wbr/>DRYRUN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GENPASS.html">lib/commands/ACL_<wbr/>GENPASS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GETUSER.html">lib/commands/ACL_<wbr/>GETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LIST.html">lib/commands/ACL_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOAD.html">lib/commands/ACL_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG.html">lib/commands/ACL_<wbr/>LOG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG_RESET.html">lib/commands/ACL_<wbr/>LOG_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SAVE.html">lib/commands/ACL_<wbr/>SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SETUSER.html">lib/commands/ACL_<wbr/>SETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_USERS.html">lib/commands/ACL_<wbr/>USERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_WHOAMI.html">lib/commands/ACL_<wbr/>WHOAMI</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_APPEND.html">lib/commands/APPEND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ASKING.html">lib/commands/ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_AUTH.html">lib/commands/AUTH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGREWRITEAOF.html">lib/commands/BGREWRITEAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGSAVE.html">lib/commands/BGSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITCOUNT.html">lib/commands/BITCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD.html">lib/commands/BITFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD_RO.html">lib/commands/BITFIELD_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITOP.html">lib/commands/BITOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITPOS.html">lib/commands/BITPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMOVE.html">lib/commands/BLMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMPOP.html">lib/commands/BLMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLPOP.html">lib/commands/BLPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOP.html">lib/commands/BRPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOPLPUSH.html">lib/commands/BRPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZMPOP.html">lib/commands/BZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMAX.html">lib/commands/BZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMIN.html">lib/commands/BZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_CACHING.html">lib/commands/CLIENT_<wbr/>CACHING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETNAME.html">lib/commands/CLIENT_<wbr/>GETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETREDIR.html">lib/commands/CLIENT_<wbr/>GETREDIR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_ID.html">lib/commands/CLIENT_<wbr/>ID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_INFO.html">lib/commands/CLIENT_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_KILL.html">lib/commands/CLIENT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_LIST.html">lib/commands/CLIENT_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_NO_EVICT.html">lib/commands/CLIENT_<wbr/>NO-<wbr/>EVICT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_PAUSE.html">lib/commands/CLIENT_<wbr/>PAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_SETNAME.html">lib/commands/CLIENT_<wbr/>SETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKING.html">lib/commands/CLIENT_<wbr/>TRACKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKINGINFO.html">lib/commands/CLIENT_<wbr/>TRACKINGINFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_UNPAUSE.html">lib/commands/CLIENT_<wbr/>UNPAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTS.html">lib/commands/CLUSTER_<wbr/>ADDSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>ADDSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_BUMPEPOCH.html">lib/commands/CLUSTER_<wbr/>BUMPEPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html">lib/commands/CLUSTER_<wbr/>COUNT-<wbr/>FAILURE-<wbr/>REPORTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>COUNTKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTS.html">lib/commands/CLUSTER_<wbr/>DELSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>DELSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FAILOVER.html">lib/commands/CLUSTER_<wbr/>FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FLUSHSLOTS.html">lib/commands/CLUSTER_<wbr/>FLUSHSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FORGET.html">lib/commands/CLUSTER_<wbr/>FORGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_GETKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>GETKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_INFO.html">lib/commands/CLUSTER_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_KEYSLOT.html">lib/commands/CLUSTER_<wbr/>KEYSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_LINKS.html">lib/commands/CLUSTER_<wbr/>LINKS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MEET.html">lib/commands/CLUSTER_<wbr/>MEET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MYID.html">lib/commands/CLUSTER_<wbr/>MYID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_NODES.html">lib/commands/CLUSTER_<wbr/>NODES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICAS.html">lib/commands/CLUSTER_<wbr/>REPLICAS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICATE.html">lib/commands/CLUSTER_<wbr/>REPLICATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_RESET.html">lib/commands/CLUSTER_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SAVECONFIG.html">lib/commands/CLUSTER_<wbr/>SAVECONFIG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html">lib/commands/CLUSTER_<wbr/>SET-<wbr/>CONFIG-<wbr/>EPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SETSLOT.html">lib/commands/CLUSTER_<wbr/>SETSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_<wbr/>SLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND.html">lib/commands/COMMAND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_COUNT.html">lib/commands/COMMAND_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYS.html">lib/commands/COMMAND_<wbr/>GETKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html">lib/commands/COMMAND_<wbr/>GETKEYSANDFLAGS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_INFO.html">lib/commands/COMMAND_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_LIST.html">lib/commands/COMMAND_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_GET.html">lib/commands/CONFIG_<wbr/>GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_RESETSTAT.html">lib/commands/CONFIG_<wbr/>RESETSTAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_REWRITE.html">lib/commands/CONFIG_<wbr/>REWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_SET.html">lib/commands/CONFIG_<wbr/>SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COPY.html">lib/commands/COPY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DBSIZE.html">lib/commands/DBSIZE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECR.html">lib/commands/DECR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECRBY.html">lib/commands/DECRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DEL.html">lib/commands/DEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DISCARD.html">lib/commands/DISCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DUMP.html">lib/commands/DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ECHO.html">lib/commands/ECHO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL.html">lib/commands/EVAL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA.html">lib/commands/EVALSHA</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA_RO.html">lib/commands/EVALSHA_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL_RO.html">lib/commands/EVAL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXISTS.html">lib/commands/EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRE.html">lib/commands/EXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIREAT.html">lib/commands/EXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRETIME.html">lib/commands/EXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FAILOVER.html">lib/commands/FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL.html">lib/commands/FCALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL_RO.html">lib/commands/FCALL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHALL.html">lib/commands/FLUSHALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHDB.html">lib/commands/FLUSHDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DELETE.html">lib/commands/FUNCTION_<wbr/>DELETE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DUMP.html">lib/commands/FUNCTION_<wbr/>DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_FLUSH.html">lib/commands/FUNCTION_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_KILL.html">lib/commands/FUNCTION_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST.html">lib/commands/FUNCTION_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST_WITHCODE.html">lib/commands/FUNCTION_<wbr/>LIST_<wbr/>WITHCODE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LOAD.html">lib/commands/FUNCTION_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_RESTORE.html">lib/commands/FUNCTION_<wbr/>RESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_STATS.html">lib/commands/FUNCTION_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOADD.html">lib/commands/GEOADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEODIST.html">lib/commands/GEODIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOHASH.html">lib/commands/GEOHASH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOPOS.html">lib/commands/GEOPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS.html">lib/commands/GEORADIUS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER.html">lib/commands/GEORADIUSBYMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBERSTORE.html">lib/commands/GEORADIUSBYMEMBERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSSTORE.html">lib/commands/GEORADIUSSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO.html">lib/commands/GEORADIUS_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO_WITH.html">lib/commands/GEORADIUS_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_WITH.html">lib/commands/GEORADIUS_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH.html">lib/commands/GEOSEARCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCHSTORE.html">lib/commands/GEOSEARCHSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH_WITH.html">lib/commands/GEOSEARCH_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GET.html">lib/commands/GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETBIT.html">lib/commands/GETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETDEL.html">lib/commands/GETDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETEX.html">lib/commands/GETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETRANGE.html">lib/commands/GETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETSET.html">lib/commands/GETSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HDEL.html">lib/commands/HDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HELLO.html">lib/commands/HELLO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HEXISTS.html">lib/commands/HEXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGET.html">lib/commands/HGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGETALL.html">lib/commands/HGETALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBY.html">lib/commands/HINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBYFLOAT.html">lib/commands/HINCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HKEYS.html">lib/commands/HKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HLEN.html">lib/commands/HLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HMGET.html">lib/commands/HMGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD.html">lib/commands/HRANDFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT.html">lib/commands/HRANDFIELD_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html">lib/commands/HRANDFIELD_<wbr/>COUNT_<wbr/>WITHVALUES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSCAN.html">lib/commands/HSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSET.html">lib/commands/HSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSETNX.html">lib/commands/HSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSTRLEN.html">lib/commands/HSTRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HVALS.html">lib/commands/HVALS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCR.html">lib/commands/INCR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBY.html">lib/commands/INCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBYFLOAT.html">lib/commands/INCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INFO.html">lib/commands/INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_KEYS.html">lib/commands/KEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LASTSAVE.html">lib/commands/LASTSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_DOCTOR.html">lib/commands/LATENCY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_GRAPH.html">lib/commands/LATENCY_<wbr/>GRAPH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS.html">lib/commands/LCS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX.html">lib/commands/LCS_<wbr/>IDX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX_WITHMATCHLEN.html">lib/commands/LCS_<wbr/>IDX_<wbr/>WITHMATCHLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_LEN.html">lib/commands/LCS_<wbr/>LEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINDEX.html">lib/commands/LINDEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINSERT.html">lib/commands/LINSERT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LLEN.html">lib/commands/LLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMOVE.html">lib/commands/LMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMPOP.html">lib/commands/LMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LOLWUT.html">lib/commands/LOLWUT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP.html">lib/commands/LPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP_COUNT.html">lib/commands/LPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS.html">lib/commands/LPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS_COUNT.html">lib/commands/LPOS_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSH.html">lib/commands/LPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSHX.html">lib/commands/LPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LRANGE.html">lib/commands/LRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LREM.html">lib/commands/LREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LSET.html">lib/commands/LSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LTRIM.html">lib/commands/LTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_DOCTOR.html">lib/commands/MEMORY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_MALLOC_STATS.html">lib/commands/MEMORY_<wbr/>MALLOC-<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_PURGE.html">lib/commands/MEMORY_<wbr/>PURGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_STATS.html">lib/commands/MEMORY_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_USAGE.html">lib/commands/MEMORY_<wbr/>USAGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MGET.html">lib/commands/MGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MIGRATE.html">lib/commands/MIGRATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LIST.html">lib/commands/MODULE_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LOAD.html">lib/commands/MODULE_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_UNLOAD.html">lib/commands/MODULE_<wbr/>UNLOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MOVE.html">lib/commands/MOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSET.html">lib/commands/MSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSETNX.html">lib/commands/MSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_ENCODING.html">lib/commands/OBJECT_<wbr/>ENCODING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_FREQ.html">lib/commands/OBJECT_<wbr/>FREQ</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_IDLETIME.html">lib/commands/OBJECT_<wbr/>IDLETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_REFCOUNT.html">lib/commands/OBJECT_<wbr/>REFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PERSIST.html">lib/commands/PERSIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRE.html">lib/commands/PEXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIREAT.html">lib/commands/PEXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRETIME.html">lib/commands/PEXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFADD.html">lib/commands/PFADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFCOUNT.html">lib/commands/PFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFMERGE.html">lib/commands/PFMERGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PING.html">lib/commands/PING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PSETEX.html">lib/commands/PSETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PTTL.html">lib/commands/PTTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBLISH.html">lib/commands/PUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAME.html">lib/commands/RENAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAMENX.html">lib/commands/RENAMENX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_REPLICAOF.html">lib/commands/REPLICAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RESTORE_ASKING.html">lib/commands/RESTORE-<wbr/>ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ROLE.html">lib/commands/ROLE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP.html">lib/commands/RPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOPLPUSH.html">lib/commands/RPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP_COUNT.html">lib/commands/RPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSH.html">lib/commands/RPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSHX.html">lib/commands/RPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SADD.html">lib/commands/SADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SAVE.html">lib/commands/SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCAN.html">lib/commands/SCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCARD.html">lib/commands/SCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_DEBUG.html">lib/commands/SCRIPT_<wbr/>DEBUG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_EXISTS.html">lib/commands/SCRIPT_<wbr/>EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_FLUSH.html">lib/commands/SCRIPT_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_KILL.html">lib/commands/SCRIPT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_LOAD.html">lib/commands/SCRIPT_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFF.html">lib/commands/SDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFFSTORE.html">lib/commands/SDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SET.html">lib/commands/SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETBIT.html">lib/commands/SETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETEX.html">lib/commands/SETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETNX.html">lib/commands/SETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETRANGE.html">lib/commands/SETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SHUTDOWN.html">lib/commands/SHUTDOWN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTER.html">lib/commands/SINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERCARD.html">lib/commands/SINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERSTORE.html">lib/commands/SINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SISMEMBER.html">lib/commands/SISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMEMBERS.html">lib/commands/SMEMBERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMISMEMBER.html">lib/commands/SMISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMOVE.html">lib/commands/SMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT.html">lib/commands/SORT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SSCAN.html">lib/commands/SSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_STRLEN.html">lib/commands/STRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNION.html">lib/commands/SUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNIONSTORE.html">lib/commands/SUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SWAPDB.html">lib/commands/SWAPDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TIME.html">lib/commands/TIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TOUCH.html">lib/commands/TOUCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TTL.html">lib/commands/TTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TYPE.html">lib/commands/TYPE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNLINK.html">lib/commands/UNLINK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNWATCH.html">lib/commands/UNWATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WAIT.html">lib/commands/WAIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WATCH.html">lib/commands/WATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XACK.html">lib/commands/XACK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XADD.html">lib/commands/XADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM.html">lib/commands/XAUTOCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM_JUSTID.html">lib/commands/XAUTOCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM.html">lib/commands/XCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM_JUSTID.html">lib/commands/XCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XDEL.html">lib/commands/XDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATE.html">lib/commands/XGROUP_<wbr/>CREATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATECONSUMER.html">lib/commands/XGROUP_<wbr/>CREATECONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DELCONSUMER.html">lib/commands/XGROUP_<wbr/>DELCONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DESTROY.html">lib/commands/XGROUP_<wbr/>DESTROY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_SETID.html">lib/commands/XGROUP_<wbr/>SETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_CONSUMERS.html">lib/commands/XINFO_<wbr/>CONSUMERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_GROUPS.html">lib/commands/XINFO_<wbr/>GROUPS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_STREAM.html">lib/commands/XINFO_<wbr/>STREAM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XLEN.html">lib/commands/XLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING.html">lib/commands/XPENDING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING_RANGE.html">lib/commands/XPENDING_<wbr/>RANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XRANGE.html">lib/commands/XRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREAD.html">lib/commands/XREAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREADGROUP.html">lib/commands/XREADGROUP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREVRANGE.html">lib/commands/XREVRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XSETID.html">lib/commands/XSETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XTRIM.html">lib/commands/XTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZADD.html">lib/commands/ZADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCARD.html">lib/commands/ZCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCOUNT.html">lib/commands/ZCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF.html">lib/commands/ZDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFFSTORE.html">lib/commands/ZDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF_WITHSCORES.html">lib/commands/ZDIFF_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINCRBY.html">lib/commands/ZINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER.html">lib/commands/ZINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERCARD.html">lib/commands/ZINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERSTORE.html">lib/commands/ZINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER_WITHSCORES.html">lib/commands/ZINTER_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZLEXCOUNT.html">lib/commands/ZLEXCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMPOP.html">lib/commands/ZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMSCORE.html">lib/commands/ZMSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX.html">lib/commands/ZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX_COUNT.html">lib/commands/ZPOPMAX_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN.html">lib/commands/ZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN_COUNT.html">lib/commands/ZPOPMIN_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER.html">lib/commands/ZRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE.html">lib/commands/ZRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYLEX.html">lib/commands/ZRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE.html">lib/commands/ZRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html">lib/commands/ZRANGEBYSCORE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGESTORE.html">lib/commands/ZRANGESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE_WITHSCORES.html">lib/commands/ZRANGE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANK.html">lib/commands/ZRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREM.html">lib/commands/ZREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYLEX.html">lib/commands/ZREMRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYRANK.html">lib/commands/ZREMRANGEBYRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYSCORE.html">lib/commands/ZREMRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREVRANK.html">lib/commands/ZREVRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCAN.html">lib/commands/ZSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCORE.html">lib/commands/ZSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION.html">lib/commands/ZUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNIONSTORE.html">lib/commands/ZUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION_WITHSCORES.html">lib/commands/ZUNION_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_generic_transformers.html">lib/commands/generic-<wbr/>transformers</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_errors.html">lib/errors</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_lua_script.html">lib/lua-<wbr/>script</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_multi_command.html">lib/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_client_pub_sub.ChannelListeners.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Channel<wbr/>Listeners</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_pub_sub.ChannelListeners.html#buffers" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>buffers</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_pub_sub.ChannelListeners.html#strings" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>strings</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_pub_sub.ChannelListeners.html#unsubscribing" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>unsubscribing</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisSocketCommonOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L8">packages/client/lib/client/socket.ts:8</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L8">packages/client/lib/client/socket.ts:8</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -32,43 +32,44 @@
<div class="tsd-index-list"><a href="lib_client_socket.RedisSocketCommonOptions.html#connectTimeout" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>connect<wbr/>Timeout?</span></a>
<a href="lib_client_socket.RedisSocketCommonOptions.html#keepAlive" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>keep<wbr/>Alive?</span></a>
<a href="lib_client_socket.RedisSocketCommonOptions.html#noDelay" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>no<wbr/>Delay?</span></a>
</div></section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Methods</h3>
<div class="tsd-index-list"><a href="lib_client_socket.RedisSocketCommonOptions.html#reconnectStrategy" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>reconnect<wbr/>Strategy?</span></a>
<a href="lib_client_socket.RedisSocketCommonOptions.html#reconnectStrategy" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>reconnect<wbr/>Strategy?</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="connectTimeout" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>connect<wbr/>Timeout</span><a href="#connectTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">connect<wbr/>Timeout<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<div class="tsd-signature">connect<wbr/>Timeout<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>Connection Timeout (in milliseconds)</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L9">packages/client/lib/client/socket.ts:9</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L12">packages/client/lib/client/socket.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="keepAlive" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>keep<wbr/>Alive</span><a href="#keepAlive" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">keep<wbr/>Alive<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></div><aside class="tsd-sources">
<div class="tsd-signature">keep<wbr/>Alive<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></div>
<div class="tsd-comment tsd-typography"><p>Toggle <a href="https://nodejs.org/api/net.html#net_socket_setkeepalive_enable_initialdelay"><code>keep-alive</code></a></p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L11">packages/client/lib/client/socket.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L20">packages/client/lib/client/socket.ts:20</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="noDelay" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>no<wbr/>Delay</span><a href="#noDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">no<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<div class="tsd-signature">no<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
<div class="tsd-comment tsd-typography"><p>Toggle <a href="https://nodejs.org/api/net.html#net_socket_setnodelay_nodelay"><code>Nagle&#39;s algorithm</code></a></p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L10">packages/client/lib/client/socket.ts:10</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface"><a id="reconnectStrategy" class="tsd-anchor"></a>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L16">packages/client/lib/client/socket.ts:16</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="reconnectStrategy" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>reconnect<wbr/>Strategy</span><a href="#reconnectStrategy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
<li class="tsd-signature tsd-anchor-link" id="reconnectStrategy.reconnectStrategy-1">reconnect<wbr/>Strategy<span class="tsd-signature-symbol">(</span>retries<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Error</span><a href="#reconnectStrategy.reconnectStrategy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>retries: <span class="tsd-signature-type">number</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Error</span></h4><aside class="tsd-sources">
<div class="tsd-signature">reconnect<wbr/>Strategy<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>retries<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, cause<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span></div>
<div class="tsd-comment tsd-typography"><p>When the socket closes unexpectedly (without calling <code>.quit()</code>/<code>.disconnect()</code>), the client uses <code>reconnectStrategy</code> to decide what to do. The following values are supported:</p>
<ol>
<li><code>false</code> -&gt; do not reconnect, close the client and flush the command queue.</li>
<li><code>number</code> -&gt; wait for <code>X</code> milliseconds before reconnecting.</li>
<li><code>(retries: number, cause: Error) =&gt; false | number | Error</code> -&gt; <code>number</code> is the same as configuring a <code>number</code> directly, <code>Error</code> is the same as <code>false</code>, but with a custom error.
Defaults to <code>retries =&gt; Math.min(retries * 50, 500)</code></li>
</ol>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L12">packages/client/lib/client/socket.ts:12</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L28">packages/client/lib/client/socket.ts:28</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -100,6 +101,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -316,6 +318,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -357,6 +360,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
@@ -447,7 +451,7 @@
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_socket.RedisSocketCommonOptions.html#connectTimeout" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>connect<wbr/>Timeout?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_socket.RedisSocketCommonOptions.html#keepAlive" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>keep<wbr/>Alive?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_socket.RedisSocketCommonOptions.html#noDelay" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>no<wbr/>Delay?</a></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><a href="lib_client_socket.RedisSocketCommonOptions.html#reconnectStrategy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>reconnect<wbr/>Strategy?</a></li></ul></li></ul></nav></div></div>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_client_socket.RedisSocketCommonOptions.html#reconnectStrategy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>reconnect<wbr/>Strategy?</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisTlsSocketOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L19">packages/client/lib/client/socket.ts:19</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L35">packages/client/lib/client/socket.ts:35</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -507,7 +507,7 @@ See Session Resumption for more information.</p>
<h3 class="tsd-anchor-link"><span>tls</span><a href="#tls" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">tls<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/client/socket.ts#L20">packages/client/lib/client/socket.ts:20</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/client/socket.ts#L36">packages/client/lib/client/socket.ts:36</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="pskCallback" class="tsd-anchor"></a>
@@ -572,6 +572,7 @@ Always <code>null</code> if TLS 1.3 is used.</p>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -788,6 +789,7 @@ Always <code>null</code> if TLS 1.3 is used.</p>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -829,6 +831,7 @@ Always <code>null</code> if TLS 1.3 is used.</p>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -32,7 +32,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisClusterOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/index.ts#L15">packages/client/lib/cluster/index.ts:15</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L17">packages/client/lib/cluster/index.ts:17</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -43,6 +43,7 @@
<div class="tsd-index-list"><a href="lib_cluster.RedisClusterOptions.html#defaults" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>defaults?</span></a>
<a href="lib_cluster.RedisClusterOptions.html#functions" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>functions?</span></a>
<a href="lib_cluster.RedisClusterOptions.html#maxCommandRedirections" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>max<wbr/>Command<wbr/>Redirections?</span></a>
<a href="lib_cluster.RedisClusterOptions.html#minimizeConnections" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>minimize<wbr/>Connections?</span></a>
<a href="lib_cluster.RedisClusterOptions.html#modules" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>modules?</span></a>
<a href="lib_cluster.RedisClusterOptions.html#nodeAddressMap" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>node<wbr/>Address<wbr/>Map?</span></a>
<a href="lib_cluster.RedisClusterOptions.html#rootNodes" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>root<wbr/>Nodes</span></a>
@@ -53,47 +54,68 @@
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="defaults" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>defaults</span><a href="#defaults" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">defaults<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/lib_cluster.RedisClusterClientOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisClusterClientOptions</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<div class="tsd-signature">defaults<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/lib_cluster.RedisClusterClientOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisClusterClientOptions</a><span class="tsd-signature-symbol">&gt;</span></div>
<div class="tsd-comment tsd-typography"><p>Default values used for every client in the cluster. Use this to specify global values,
for example: ACL credentials, timeouts, TLS configuration etc.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/index.ts#L21">packages/client/lib/cluster/index.ts:21</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L31">packages/client/lib/cluster/index.ts:31</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="functions" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>functions</span><a href="#functions" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">functions<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisExtensions.html">RedisExtensions</a>.<a href="lib_commands.RedisExtensions.html#functions">functions</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L87">packages/client/lib/commands/index.ts:87</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L87">packages/client/lib/commands/index.ts:87</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="maxCommandRedirections" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>max<wbr/>Command<wbr/>Redirections</span><a href="#maxCommandRedirections" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">max<wbr/>Command<wbr/>Redirections<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<div class="tsd-signature">max<wbr/>Command<wbr/>Redirections<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-comment tsd-typography"><p>The maximum number of times a command will be redirected due to <code>MOVED</code> or <code>ASK</code> errors.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/index.ts#L23">packages/client/lib/cluster/index.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L44">packages/client/lib/cluster/index.ts:44</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="minimizeConnections" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>minimize<wbr/>Connections</span><a href="#minimizeConnections" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">minimize<wbr/>Connections<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
<div class="tsd-comment tsd-typography"><p>When <code>true</code>, <code>.connect()</code> will only discover the cluster topology, without actually connecting to all the nodes.
Useful for short-term or PubSub-only connections.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L36">packages/client/lib/cluster/index.ts:36</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="modules" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>modules</span><a href="#modules" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">modules<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisExtensions.html">RedisExtensions</a>.<a href="lib_commands.RedisExtensions.html#modules">modules</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L86">packages/client/lib/commands/index.ts:86</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L86">packages/client/lib/commands/index.ts:86</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="nodeAddressMap" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>node<wbr/>Address<wbr/>Map</span><a href="#nodeAddressMap" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">node<wbr/>Address<wbr/>Map<span class="tsd-signature-symbol">?:</span> <a href="../types/lib_cluster_cluster_slots.NodeAddressMap.html" class="tsd-signature-type" data-tsd-kind="Type alias">NodeAddressMap</a></div><aside class="tsd-sources">
<div class="tsd-signature">node<wbr/>Address<wbr/>Map<span class="tsd-signature-symbol">?:</span> <a href="../types/lib_cluster_cluster_slots.NodeAddressMap.html" class="tsd-signature-type" data-tsd-kind="Type alias">NodeAddressMap</a></div>
<div class="tsd-comment tsd-typography"><p>Mapping between the addresses in the cluster (see <code>CLUSTER SHARDS</code>) and the addresses the client should connect to
Useful when the cluster is running on another network</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/index.ts#L24">packages/client/lib/cluster/index.ts:24</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L50">packages/client/lib/cluster/index.ts:50</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="rootNodes" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>root<wbr/>Nodes</span><a href="#rootNodes" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">root<wbr/>Nodes<span class="tsd-signature-symbol">:</span> <a href="../types/lib_cluster.RedisClusterClientOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisClusterClientOptions</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<div class="tsd-signature">root<wbr/>Nodes<span class="tsd-signature-symbol">:</span> <a href="../types/lib_cluster.RedisClusterClientOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisClusterClientOptions</a><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-comment tsd-typography"><p>Should contain details for some of the cluster nodes that the client will use to discover
the &quot;cluster topology&quot;. We recommend including details for at least 3 nodes here.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/index.ts#L20">packages/client/lib/cluster/index.ts:20</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L26">packages/client/lib/cluster/index.ts:26</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="scripts" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>scripts</span><a href="#scripts" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">scripts<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisExtensions.html">RedisExtensions</a>.<a href="lib_commands.RedisExtensions.html#scripts">scripts</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L88">packages/client/lib/commands/index.ts:88</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L88">packages/client/lib/commands/index.ts:88</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="useReplicas" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>use<wbr/>Replicas</span><a href="#useReplicas" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">use<wbr/>Replicas<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<div class="tsd-signature">use<wbr/>Replicas<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
<div class="tsd-comment tsd-typography"><p>When <code>true</code>, distribute load by executing readonly commands (such as <code>GET</code>, <code>GEOSEARCH</code>, etc.) across all cluster nodes. When <code>false</code>, only use master nodes.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/index.ts#L22">packages/client/lib/cluster/index.ts:22</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/index.ts#L40">packages/client/lib/cluster/index.ts:40</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -125,6 +147,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -341,6 +364,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -382,6 +406,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
@@ -472,6 +497,7 @@
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster.RedisClusterOptions.html#defaults" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>defaults?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster.RedisClusterOptions.html#functions" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>functions?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster.RedisClusterOptions.html#maxCommandRedirections" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>max<wbr/>Command<wbr/>Redirections?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster.RedisClusterOptions.html#minimizeConnections" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>minimize<wbr/>Connections?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster.RedisClusterOptions.html#modules" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>modules?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster.RedisClusterOptions.html#nodeAddressMap" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>node<wbr/>Address<wbr/>Map?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster.RedisClusterOptions.html#rootNodes" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>root<wbr/>Nodes</a></li>

View File

@@ -0,0 +1,481 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MasterNode | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@redis/client</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-8 col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-slots</a></li>
<li><a href="lib_cluster_cluster_slots.MasterNode.html">MasterNode</a></li></ul>
<h1>Interface MasterNode&lt;M, F, S&gt;</h1></div>
<section class="tsd-panel tsd-type-parameters">
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>M<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisModules.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisModules</a></h4></li>
<li>
<h4>F<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisFunctions.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisFunctions</a></h4></li>
<li>
<h4>S<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisScripts.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisScripts</a></h4></li></ul></section>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><a href="lib_cluster_cluster_slots.ShardNode.html" class="tsd-signature-type" data-tsd-kind="Interface">ShardNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span>
<ul class="tsd-hierarchy">
<li><span class="target">MasterNode</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L52">packages/client/lib/cluster/cluster-slots.ts:52</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_cluster_cluster_slots.MasterNode.html#address" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>address</span></a>
<a href="lib_cluster_cluster_slots.MasterNode.html#client" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>client?</span></a>
<a href="lib_cluster_cluster_slots.MasterNode.html#host" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>host</span></a>
<a href="lib_cluster_cluster_slots.MasterNode.html#id" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>id</span></a>
<a href="lib_cluster_cluster_slots.MasterNode.html#port" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>port</span></a>
<a href="lib_cluster_cluster_slots.MasterNode.html#pubSubClient" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>pub<wbr/>Sub<wbr/>Client?</span></a>
<a href="lib_cluster_cluster_slots.MasterNode.html#readonly" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>readonly</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="address" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>address</span><a href="#address" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">address<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a>.<a href="lib_cluster_cluster_slots.ShardNode.html#address">address</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L37">packages/client/lib/cluster/cluster-slots.ts:37</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="client" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>client</span><a href="#client" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">client<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClientOrPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a>.<a href="lib_cluster_cluster_slots.ShardNode.html#client">client</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L38">packages/client/lib/cluster/cluster-slots.ts:38</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="host" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>host</span><a href="#host" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">host<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a>.<a href="lib_cluster_cluster_slots.ShardNode.html#host">host</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L47">packages/client/lib/cluster/cluster-slots.ts:47</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a>.<a href="lib_cluster_cluster_slots.ShardNode.html#id">id</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L46">packages/client/lib/cluster/cluster-slots.ts:46</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="port" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">port<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a>.<a href="lib_cluster_cluster_slots.ShardNode.html#port">port</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L48">packages/client/lib/cluster/cluster-slots.ts:48</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pubSubClient" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>pub<wbr/>Sub<wbr/>Client</span><a href="#pubSubClient" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">pub<wbr/>Sub<wbr/>Client<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClientOrPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L57">packages/client/lib/cluster/cluster-slots.ts:57</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="readonly" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>readonly</span><a href="#readonly" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">readonly<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a>.<a href="lib_cluster_cluster_slots.ShardNode.html#readonly">readonly</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L49">packages/client/lib/cluster/cluster-slots.ts:49</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<nav class="tsd-navigation primary">
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li class="current"><a href="../modules.html">@redis/client</a>
<ul>
<li class="tsd-kind-module"><a href="../modules/index.html">index</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client.html">lib/client</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_buffer.html">lib/client/RESP2/composers/buffer</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_interface.html">lib/client/RESP2/composers/interface</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_string.html">lib/client/RESP2/composers/string</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_decoder.html">lib/client/RESP2/decoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_encoder.html">lib/client/RESP2/encoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_commands.html">lib/cluster/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_multi_command.html">lib/cluster/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_command_options.html">lib/command-<wbr/>options</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commander.html">lib/commander</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands.html">lib/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_CAT.html">lib/commands/ACL_<wbr/>CAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DELUSER.html">lib/commands/ACL_<wbr/>DELUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DRYRUN.html">lib/commands/ACL_<wbr/>DRYRUN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GENPASS.html">lib/commands/ACL_<wbr/>GENPASS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GETUSER.html">lib/commands/ACL_<wbr/>GETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LIST.html">lib/commands/ACL_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOAD.html">lib/commands/ACL_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG.html">lib/commands/ACL_<wbr/>LOG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG_RESET.html">lib/commands/ACL_<wbr/>LOG_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SAVE.html">lib/commands/ACL_<wbr/>SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SETUSER.html">lib/commands/ACL_<wbr/>SETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_USERS.html">lib/commands/ACL_<wbr/>USERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_WHOAMI.html">lib/commands/ACL_<wbr/>WHOAMI</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_APPEND.html">lib/commands/APPEND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ASKING.html">lib/commands/ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_AUTH.html">lib/commands/AUTH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGREWRITEAOF.html">lib/commands/BGREWRITEAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGSAVE.html">lib/commands/BGSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITCOUNT.html">lib/commands/BITCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD.html">lib/commands/BITFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD_RO.html">lib/commands/BITFIELD_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITOP.html">lib/commands/BITOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITPOS.html">lib/commands/BITPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMOVE.html">lib/commands/BLMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMPOP.html">lib/commands/BLMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLPOP.html">lib/commands/BLPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOP.html">lib/commands/BRPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOPLPUSH.html">lib/commands/BRPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZMPOP.html">lib/commands/BZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMAX.html">lib/commands/BZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMIN.html">lib/commands/BZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_CACHING.html">lib/commands/CLIENT_<wbr/>CACHING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETNAME.html">lib/commands/CLIENT_<wbr/>GETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETREDIR.html">lib/commands/CLIENT_<wbr/>GETREDIR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_ID.html">lib/commands/CLIENT_<wbr/>ID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_INFO.html">lib/commands/CLIENT_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_KILL.html">lib/commands/CLIENT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_LIST.html">lib/commands/CLIENT_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_NO_EVICT.html">lib/commands/CLIENT_<wbr/>NO-<wbr/>EVICT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_PAUSE.html">lib/commands/CLIENT_<wbr/>PAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_SETNAME.html">lib/commands/CLIENT_<wbr/>SETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKING.html">lib/commands/CLIENT_<wbr/>TRACKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKINGINFO.html">lib/commands/CLIENT_<wbr/>TRACKINGINFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_UNPAUSE.html">lib/commands/CLIENT_<wbr/>UNPAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTS.html">lib/commands/CLUSTER_<wbr/>ADDSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>ADDSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_BUMPEPOCH.html">lib/commands/CLUSTER_<wbr/>BUMPEPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html">lib/commands/CLUSTER_<wbr/>COUNT-<wbr/>FAILURE-<wbr/>REPORTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>COUNTKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTS.html">lib/commands/CLUSTER_<wbr/>DELSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>DELSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FAILOVER.html">lib/commands/CLUSTER_<wbr/>FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FLUSHSLOTS.html">lib/commands/CLUSTER_<wbr/>FLUSHSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FORGET.html">lib/commands/CLUSTER_<wbr/>FORGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_GETKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>GETKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_INFO.html">lib/commands/CLUSTER_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_KEYSLOT.html">lib/commands/CLUSTER_<wbr/>KEYSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_LINKS.html">lib/commands/CLUSTER_<wbr/>LINKS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MEET.html">lib/commands/CLUSTER_<wbr/>MEET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MYID.html">lib/commands/CLUSTER_<wbr/>MYID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_NODES.html">lib/commands/CLUSTER_<wbr/>NODES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICAS.html">lib/commands/CLUSTER_<wbr/>REPLICAS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICATE.html">lib/commands/CLUSTER_<wbr/>REPLICATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_RESET.html">lib/commands/CLUSTER_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SAVECONFIG.html">lib/commands/CLUSTER_<wbr/>SAVECONFIG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html">lib/commands/CLUSTER_<wbr/>SET-<wbr/>CONFIG-<wbr/>EPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SETSLOT.html">lib/commands/CLUSTER_<wbr/>SETSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_<wbr/>SLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND.html">lib/commands/COMMAND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_COUNT.html">lib/commands/COMMAND_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYS.html">lib/commands/COMMAND_<wbr/>GETKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html">lib/commands/COMMAND_<wbr/>GETKEYSANDFLAGS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_INFO.html">lib/commands/COMMAND_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_LIST.html">lib/commands/COMMAND_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_GET.html">lib/commands/CONFIG_<wbr/>GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_RESETSTAT.html">lib/commands/CONFIG_<wbr/>RESETSTAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_REWRITE.html">lib/commands/CONFIG_<wbr/>REWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_SET.html">lib/commands/CONFIG_<wbr/>SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COPY.html">lib/commands/COPY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DBSIZE.html">lib/commands/DBSIZE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECR.html">lib/commands/DECR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECRBY.html">lib/commands/DECRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DEL.html">lib/commands/DEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DISCARD.html">lib/commands/DISCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DUMP.html">lib/commands/DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ECHO.html">lib/commands/ECHO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL.html">lib/commands/EVAL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA.html">lib/commands/EVALSHA</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA_RO.html">lib/commands/EVALSHA_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL_RO.html">lib/commands/EVAL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXISTS.html">lib/commands/EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRE.html">lib/commands/EXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIREAT.html">lib/commands/EXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRETIME.html">lib/commands/EXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FAILOVER.html">lib/commands/FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL.html">lib/commands/FCALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL_RO.html">lib/commands/FCALL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHALL.html">lib/commands/FLUSHALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHDB.html">lib/commands/FLUSHDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DELETE.html">lib/commands/FUNCTION_<wbr/>DELETE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DUMP.html">lib/commands/FUNCTION_<wbr/>DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_FLUSH.html">lib/commands/FUNCTION_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_KILL.html">lib/commands/FUNCTION_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST.html">lib/commands/FUNCTION_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST_WITHCODE.html">lib/commands/FUNCTION_<wbr/>LIST_<wbr/>WITHCODE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LOAD.html">lib/commands/FUNCTION_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_RESTORE.html">lib/commands/FUNCTION_<wbr/>RESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_STATS.html">lib/commands/FUNCTION_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOADD.html">lib/commands/GEOADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEODIST.html">lib/commands/GEODIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOHASH.html">lib/commands/GEOHASH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOPOS.html">lib/commands/GEOPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS.html">lib/commands/GEORADIUS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER.html">lib/commands/GEORADIUSBYMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBERSTORE.html">lib/commands/GEORADIUSBYMEMBERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSSTORE.html">lib/commands/GEORADIUSSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO.html">lib/commands/GEORADIUS_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO_WITH.html">lib/commands/GEORADIUS_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_WITH.html">lib/commands/GEORADIUS_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH.html">lib/commands/GEOSEARCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCHSTORE.html">lib/commands/GEOSEARCHSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH_WITH.html">lib/commands/GEOSEARCH_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GET.html">lib/commands/GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETBIT.html">lib/commands/GETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETDEL.html">lib/commands/GETDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETEX.html">lib/commands/GETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETRANGE.html">lib/commands/GETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETSET.html">lib/commands/GETSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HDEL.html">lib/commands/HDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HELLO.html">lib/commands/HELLO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HEXISTS.html">lib/commands/HEXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGET.html">lib/commands/HGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGETALL.html">lib/commands/HGETALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBY.html">lib/commands/HINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBYFLOAT.html">lib/commands/HINCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HKEYS.html">lib/commands/HKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HLEN.html">lib/commands/HLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HMGET.html">lib/commands/HMGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD.html">lib/commands/HRANDFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT.html">lib/commands/HRANDFIELD_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html">lib/commands/HRANDFIELD_<wbr/>COUNT_<wbr/>WITHVALUES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSCAN.html">lib/commands/HSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSET.html">lib/commands/HSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSETNX.html">lib/commands/HSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSTRLEN.html">lib/commands/HSTRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HVALS.html">lib/commands/HVALS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCR.html">lib/commands/INCR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBY.html">lib/commands/INCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBYFLOAT.html">lib/commands/INCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INFO.html">lib/commands/INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_KEYS.html">lib/commands/KEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LASTSAVE.html">lib/commands/LASTSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_DOCTOR.html">lib/commands/LATENCY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_GRAPH.html">lib/commands/LATENCY_<wbr/>GRAPH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS.html">lib/commands/LCS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX.html">lib/commands/LCS_<wbr/>IDX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX_WITHMATCHLEN.html">lib/commands/LCS_<wbr/>IDX_<wbr/>WITHMATCHLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_LEN.html">lib/commands/LCS_<wbr/>LEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINDEX.html">lib/commands/LINDEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINSERT.html">lib/commands/LINSERT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LLEN.html">lib/commands/LLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMOVE.html">lib/commands/LMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMPOP.html">lib/commands/LMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LOLWUT.html">lib/commands/LOLWUT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP.html">lib/commands/LPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP_COUNT.html">lib/commands/LPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS.html">lib/commands/LPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS_COUNT.html">lib/commands/LPOS_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSH.html">lib/commands/LPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSHX.html">lib/commands/LPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LRANGE.html">lib/commands/LRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LREM.html">lib/commands/LREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LSET.html">lib/commands/LSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LTRIM.html">lib/commands/LTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_DOCTOR.html">lib/commands/MEMORY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_MALLOC_STATS.html">lib/commands/MEMORY_<wbr/>MALLOC-<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_PURGE.html">lib/commands/MEMORY_<wbr/>PURGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_STATS.html">lib/commands/MEMORY_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_USAGE.html">lib/commands/MEMORY_<wbr/>USAGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MGET.html">lib/commands/MGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MIGRATE.html">lib/commands/MIGRATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LIST.html">lib/commands/MODULE_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LOAD.html">lib/commands/MODULE_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_UNLOAD.html">lib/commands/MODULE_<wbr/>UNLOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MOVE.html">lib/commands/MOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSET.html">lib/commands/MSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSETNX.html">lib/commands/MSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_ENCODING.html">lib/commands/OBJECT_<wbr/>ENCODING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_FREQ.html">lib/commands/OBJECT_<wbr/>FREQ</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_IDLETIME.html">lib/commands/OBJECT_<wbr/>IDLETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_REFCOUNT.html">lib/commands/OBJECT_<wbr/>REFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PERSIST.html">lib/commands/PERSIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRE.html">lib/commands/PEXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIREAT.html">lib/commands/PEXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRETIME.html">lib/commands/PEXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFADD.html">lib/commands/PFADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFCOUNT.html">lib/commands/PFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFMERGE.html">lib/commands/PFMERGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PING.html">lib/commands/PING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PSETEX.html">lib/commands/PSETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PTTL.html">lib/commands/PTTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBLISH.html">lib/commands/PUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAME.html">lib/commands/RENAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAMENX.html">lib/commands/RENAMENX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_REPLICAOF.html">lib/commands/REPLICAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RESTORE_ASKING.html">lib/commands/RESTORE-<wbr/>ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ROLE.html">lib/commands/ROLE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP.html">lib/commands/RPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOPLPUSH.html">lib/commands/RPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP_COUNT.html">lib/commands/RPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSH.html">lib/commands/RPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSHX.html">lib/commands/RPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SADD.html">lib/commands/SADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SAVE.html">lib/commands/SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCAN.html">lib/commands/SCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCARD.html">lib/commands/SCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_DEBUG.html">lib/commands/SCRIPT_<wbr/>DEBUG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_EXISTS.html">lib/commands/SCRIPT_<wbr/>EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_FLUSH.html">lib/commands/SCRIPT_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_KILL.html">lib/commands/SCRIPT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_LOAD.html">lib/commands/SCRIPT_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFF.html">lib/commands/SDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFFSTORE.html">lib/commands/SDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SET.html">lib/commands/SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETBIT.html">lib/commands/SETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETEX.html">lib/commands/SETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETNX.html">lib/commands/SETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETRANGE.html">lib/commands/SETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SHUTDOWN.html">lib/commands/SHUTDOWN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTER.html">lib/commands/SINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERCARD.html">lib/commands/SINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERSTORE.html">lib/commands/SINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SISMEMBER.html">lib/commands/SISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMEMBERS.html">lib/commands/SMEMBERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMISMEMBER.html">lib/commands/SMISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMOVE.html">lib/commands/SMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT.html">lib/commands/SORT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SSCAN.html">lib/commands/SSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_STRLEN.html">lib/commands/STRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNION.html">lib/commands/SUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNIONSTORE.html">lib/commands/SUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SWAPDB.html">lib/commands/SWAPDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TIME.html">lib/commands/TIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TOUCH.html">lib/commands/TOUCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TTL.html">lib/commands/TTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TYPE.html">lib/commands/TYPE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNLINK.html">lib/commands/UNLINK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNWATCH.html">lib/commands/UNWATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WAIT.html">lib/commands/WAIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WATCH.html">lib/commands/WATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XACK.html">lib/commands/XACK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XADD.html">lib/commands/XADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM.html">lib/commands/XAUTOCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM_JUSTID.html">lib/commands/XAUTOCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM.html">lib/commands/XCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM_JUSTID.html">lib/commands/XCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XDEL.html">lib/commands/XDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATE.html">lib/commands/XGROUP_<wbr/>CREATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATECONSUMER.html">lib/commands/XGROUP_<wbr/>CREATECONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DELCONSUMER.html">lib/commands/XGROUP_<wbr/>DELCONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DESTROY.html">lib/commands/XGROUP_<wbr/>DESTROY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_SETID.html">lib/commands/XGROUP_<wbr/>SETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_CONSUMERS.html">lib/commands/XINFO_<wbr/>CONSUMERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_GROUPS.html">lib/commands/XINFO_<wbr/>GROUPS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_STREAM.html">lib/commands/XINFO_<wbr/>STREAM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XLEN.html">lib/commands/XLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING.html">lib/commands/XPENDING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING_RANGE.html">lib/commands/XPENDING_<wbr/>RANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XRANGE.html">lib/commands/XRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREAD.html">lib/commands/XREAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREADGROUP.html">lib/commands/XREADGROUP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREVRANGE.html">lib/commands/XREVRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XSETID.html">lib/commands/XSETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XTRIM.html">lib/commands/XTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZADD.html">lib/commands/ZADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCARD.html">lib/commands/ZCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCOUNT.html">lib/commands/ZCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF.html">lib/commands/ZDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFFSTORE.html">lib/commands/ZDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF_WITHSCORES.html">lib/commands/ZDIFF_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINCRBY.html">lib/commands/ZINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER.html">lib/commands/ZINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERCARD.html">lib/commands/ZINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERSTORE.html">lib/commands/ZINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER_WITHSCORES.html">lib/commands/ZINTER_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZLEXCOUNT.html">lib/commands/ZLEXCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMPOP.html">lib/commands/ZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMSCORE.html">lib/commands/ZMSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX.html">lib/commands/ZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX_COUNT.html">lib/commands/ZPOPMAX_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN.html">lib/commands/ZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN_COUNT.html">lib/commands/ZPOPMIN_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER.html">lib/commands/ZRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE.html">lib/commands/ZRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYLEX.html">lib/commands/ZRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE.html">lib/commands/ZRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html">lib/commands/ZRANGEBYSCORE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGESTORE.html">lib/commands/ZRANGESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE_WITHSCORES.html">lib/commands/ZRANGE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANK.html">lib/commands/ZRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREM.html">lib/commands/ZREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYLEX.html">lib/commands/ZREMRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYRANK.html">lib/commands/ZREMRANGEBYRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYSCORE.html">lib/commands/ZREMRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREVRANK.html">lib/commands/ZREVRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCAN.html">lib/commands/ZSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCORE.html">lib/commands/ZSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION.html">lib/commands/ZUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNIONSTORE.html">lib/commands/ZUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION_WITHSCORES.html">lib/commands/ZUNION_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_generic_transformers.html">lib/commands/generic-<wbr/>transformers</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_errors.html">lib/errors</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_lua_script.html">lib/lua-<wbr/>script</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_multi_command.html">lib/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_cluster_cluster_slots.MasterNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Master<wbr/>Node</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.MasterNode.html#address" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>address</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.MasterNode.html#client" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>client?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.MasterNode.html#host" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>host</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.MasterNode.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.MasterNode.html#port" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>port</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.MasterNode.html#pubSubClient" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>pub<wbr/>Sub<wbr/>Client?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.MasterNode.html#readonly" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>readonly</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ClusterNode | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Node | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -14,8 +14,8 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-slots</a></li>
<li><a href="lib_cluster_cluster_slots.ClusterNode.html">ClusterNode</a></li></ul>
<h1>Interface ClusterNode&lt;M, F, S&gt;</h1></div>
<li><a href="lib_cluster_cluster_slots.Node.html">Node</a></li></ul>
<h1>Interface Node&lt;M, F, S&gt;</h1></div>
<section class="tsd-panel tsd-type-parameters">
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
@@ -28,9 +28,11 @@
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ClusterNode</span></li></ul></section><aside class="tsd-sources">
<li><span class="target">Node</span>
<ul class="tsd-hierarchy">
<li><a href="lib_cluster_cluster_slots.ShardNode.html" class="tsd-signature-type" data-tsd-kind="Interface">ShardNode</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/cluster-slots.ts#L12">packages/client/lib/cluster/cluster-slots.ts:12</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L32">packages/client/lib/cluster/cluster-slots.ts:32</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,21 +40,21 @@
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_cluster_cluster_slots.ClusterNode.html#client" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>client</span></a>
<a href="lib_cluster_cluster_slots.ClusterNode.html#id" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>id</span></a>
<div class="tsd-index-list"><a href="lib_cluster_cluster_slots.Node.html#address" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>address</span></a>
<a href="lib_cluster_cluster_slots.Node.html#client" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>client?</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="address" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>address</span><a href="#address" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">address<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L37">packages/client/lib/cluster/cluster-slots.ts:37</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="client" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>client</span><a href="#client" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">client<span class="tsd-signature-symbol">:</span> <a href="../types/lib_client.RedisClientType.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisClientType</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>client</span><a href="#client" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">client<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClientOrPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/cluster-slots.ts#L18">packages/client/lib/cluster/cluster-slots.ts:18</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/cluster/cluster-slots.ts#L17">packages/client/lib/cluster/cluster-slots.ts:17</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L38">packages/client/lib/cluster/cluster-slots.ts:38</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -84,6 +86,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -300,6 +303,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -341,6 +345,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
@@ -426,10 +431,10 @@
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_cluster_cluster_slots.ClusterNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Cluster<wbr/>Node</span></a>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_cluster_cluster_slots.Node.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Node</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.ClusterNode.html#client" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>client</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.ClusterNode.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>id</a></li></ul></li></ul></nav></div></div>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.Node.html#address" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>address</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.Node.html#client" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>client?</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -0,0 +1,445 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Shard | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@redis/client</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-8 col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-slots</a></li>
<li><a href="lib_cluster_cluster_slots.Shard.html">Shard</a></li></ul>
<h1>Interface Shard&lt;M, F, S&gt;</h1></div>
<section class="tsd-panel tsd-type-parameters">
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>M<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisModules.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisModules</a></h4></li>
<li>
<h4>F<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisFunctions.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisFunctions</a></h4></li>
<li>
<h4>S<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisScripts.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisScripts</a></h4></li></ul></section>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">Shard</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L60">packages/client/lib/cluster/cluster-slots.ts:60</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_cluster_cluster_slots.Shard.html#master" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>master</span></a>
<a href="lib_cluster_cluster_slots.Shard.html#nodesIterator" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>nodes<wbr/>Iterator?</span></a>
<a href="lib_cluster_cluster_slots.Shard.html#replicas" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>replicas?</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="master" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>master</span><a href="#master" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">master<span class="tsd-signature-symbol">:</span> <a href="lib_cluster_cluster_slots.MasterNode.html" class="tsd-signature-type" data-tsd-kind="Interface">MasterNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L65">packages/client/lib/cluster/cluster-slots.ts:65</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="nodesIterator" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>nodes<wbr/>Iterator</span><a href="#nodesIterator" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">nodes<wbr/>Iterator<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol">&lt;</span><a href="lib_cluster_cluster_slots.ShardNode.html" class="tsd-signature-type" data-tsd-kind="Interface">ShardNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L67">packages/client/lib/cluster/cluster-slots.ts:67</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="replicas" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>replicas</span><a href="#replicas" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">replicas<span class="tsd-signature-symbol">?:</span> <a href="lib_cluster_cluster_slots.ShardNode.html" class="tsd-signature-type" data-tsd-kind="Interface">ShardNode</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L66">packages/client/lib/cluster/cluster-slots.ts:66</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<nav class="tsd-navigation primary">
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li class="current"><a href="../modules.html">@redis/client</a>
<ul>
<li class="tsd-kind-module"><a href="../modules/index.html">index</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client.html">lib/client</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_buffer.html">lib/client/RESP2/composers/buffer</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_interface.html">lib/client/RESP2/composers/interface</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_string.html">lib/client/RESP2/composers/string</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_decoder.html">lib/client/RESP2/decoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_encoder.html">lib/client/RESP2/encoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_commands.html">lib/cluster/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_multi_command.html">lib/cluster/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_command_options.html">lib/command-<wbr/>options</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commander.html">lib/commander</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands.html">lib/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_CAT.html">lib/commands/ACL_<wbr/>CAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DELUSER.html">lib/commands/ACL_<wbr/>DELUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DRYRUN.html">lib/commands/ACL_<wbr/>DRYRUN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GENPASS.html">lib/commands/ACL_<wbr/>GENPASS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GETUSER.html">lib/commands/ACL_<wbr/>GETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LIST.html">lib/commands/ACL_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOAD.html">lib/commands/ACL_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG.html">lib/commands/ACL_<wbr/>LOG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG_RESET.html">lib/commands/ACL_<wbr/>LOG_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SAVE.html">lib/commands/ACL_<wbr/>SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SETUSER.html">lib/commands/ACL_<wbr/>SETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_USERS.html">lib/commands/ACL_<wbr/>USERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_WHOAMI.html">lib/commands/ACL_<wbr/>WHOAMI</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_APPEND.html">lib/commands/APPEND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ASKING.html">lib/commands/ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_AUTH.html">lib/commands/AUTH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGREWRITEAOF.html">lib/commands/BGREWRITEAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGSAVE.html">lib/commands/BGSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITCOUNT.html">lib/commands/BITCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD.html">lib/commands/BITFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD_RO.html">lib/commands/BITFIELD_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITOP.html">lib/commands/BITOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITPOS.html">lib/commands/BITPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMOVE.html">lib/commands/BLMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMPOP.html">lib/commands/BLMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLPOP.html">lib/commands/BLPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOP.html">lib/commands/BRPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOPLPUSH.html">lib/commands/BRPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZMPOP.html">lib/commands/BZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMAX.html">lib/commands/BZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMIN.html">lib/commands/BZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_CACHING.html">lib/commands/CLIENT_<wbr/>CACHING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETNAME.html">lib/commands/CLIENT_<wbr/>GETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETREDIR.html">lib/commands/CLIENT_<wbr/>GETREDIR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_ID.html">lib/commands/CLIENT_<wbr/>ID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_INFO.html">lib/commands/CLIENT_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_KILL.html">lib/commands/CLIENT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_LIST.html">lib/commands/CLIENT_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_NO_EVICT.html">lib/commands/CLIENT_<wbr/>NO-<wbr/>EVICT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_PAUSE.html">lib/commands/CLIENT_<wbr/>PAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_SETNAME.html">lib/commands/CLIENT_<wbr/>SETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKING.html">lib/commands/CLIENT_<wbr/>TRACKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKINGINFO.html">lib/commands/CLIENT_<wbr/>TRACKINGINFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_UNPAUSE.html">lib/commands/CLIENT_<wbr/>UNPAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTS.html">lib/commands/CLUSTER_<wbr/>ADDSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>ADDSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_BUMPEPOCH.html">lib/commands/CLUSTER_<wbr/>BUMPEPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html">lib/commands/CLUSTER_<wbr/>COUNT-<wbr/>FAILURE-<wbr/>REPORTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>COUNTKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTS.html">lib/commands/CLUSTER_<wbr/>DELSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>DELSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FAILOVER.html">lib/commands/CLUSTER_<wbr/>FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FLUSHSLOTS.html">lib/commands/CLUSTER_<wbr/>FLUSHSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FORGET.html">lib/commands/CLUSTER_<wbr/>FORGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_GETKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>GETKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_INFO.html">lib/commands/CLUSTER_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_KEYSLOT.html">lib/commands/CLUSTER_<wbr/>KEYSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_LINKS.html">lib/commands/CLUSTER_<wbr/>LINKS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MEET.html">lib/commands/CLUSTER_<wbr/>MEET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MYID.html">lib/commands/CLUSTER_<wbr/>MYID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_NODES.html">lib/commands/CLUSTER_<wbr/>NODES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICAS.html">lib/commands/CLUSTER_<wbr/>REPLICAS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICATE.html">lib/commands/CLUSTER_<wbr/>REPLICATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_RESET.html">lib/commands/CLUSTER_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SAVECONFIG.html">lib/commands/CLUSTER_<wbr/>SAVECONFIG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html">lib/commands/CLUSTER_<wbr/>SET-<wbr/>CONFIG-<wbr/>EPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SETSLOT.html">lib/commands/CLUSTER_<wbr/>SETSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_<wbr/>SLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND.html">lib/commands/COMMAND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_COUNT.html">lib/commands/COMMAND_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYS.html">lib/commands/COMMAND_<wbr/>GETKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html">lib/commands/COMMAND_<wbr/>GETKEYSANDFLAGS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_INFO.html">lib/commands/COMMAND_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_LIST.html">lib/commands/COMMAND_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_GET.html">lib/commands/CONFIG_<wbr/>GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_RESETSTAT.html">lib/commands/CONFIG_<wbr/>RESETSTAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_REWRITE.html">lib/commands/CONFIG_<wbr/>REWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_SET.html">lib/commands/CONFIG_<wbr/>SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COPY.html">lib/commands/COPY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DBSIZE.html">lib/commands/DBSIZE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECR.html">lib/commands/DECR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECRBY.html">lib/commands/DECRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DEL.html">lib/commands/DEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DISCARD.html">lib/commands/DISCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DUMP.html">lib/commands/DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ECHO.html">lib/commands/ECHO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL.html">lib/commands/EVAL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA.html">lib/commands/EVALSHA</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA_RO.html">lib/commands/EVALSHA_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL_RO.html">lib/commands/EVAL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXISTS.html">lib/commands/EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRE.html">lib/commands/EXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIREAT.html">lib/commands/EXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRETIME.html">lib/commands/EXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FAILOVER.html">lib/commands/FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL.html">lib/commands/FCALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL_RO.html">lib/commands/FCALL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHALL.html">lib/commands/FLUSHALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHDB.html">lib/commands/FLUSHDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DELETE.html">lib/commands/FUNCTION_<wbr/>DELETE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DUMP.html">lib/commands/FUNCTION_<wbr/>DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_FLUSH.html">lib/commands/FUNCTION_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_KILL.html">lib/commands/FUNCTION_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST.html">lib/commands/FUNCTION_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST_WITHCODE.html">lib/commands/FUNCTION_<wbr/>LIST_<wbr/>WITHCODE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LOAD.html">lib/commands/FUNCTION_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_RESTORE.html">lib/commands/FUNCTION_<wbr/>RESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_STATS.html">lib/commands/FUNCTION_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOADD.html">lib/commands/GEOADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEODIST.html">lib/commands/GEODIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOHASH.html">lib/commands/GEOHASH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOPOS.html">lib/commands/GEOPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS.html">lib/commands/GEORADIUS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER.html">lib/commands/GEORADIUSBYMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBERSTORE.html">lib/commands/GEORADIUSBYMEMBERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSSTORE.html">lib/commands/GEORADIUSSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO.html">lib/commands/GEORADIUS_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO_WITH.html">lib/commands/GEORADIUS_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_WITH.html">lib/commands/GEORADIUS_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH.html">lib/commands/GEOSEARCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCHSTORE.html">lib/commands/GEOSEARCHSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH_WITH.html">lib/commands/GEOSEARCH_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GET.html">lib/commands/GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETBIT.html">lib/commands/GETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETDEL.html">lib/commands/GETDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETEX.html">lib/commands/GETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETRANGE.html">lib/commands/GETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETSET.html">lib/commands/GETSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HDEL.html">lib/commands/HDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HELLO.html">lib/commands/HELLO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HEXISTS.html">lib/commands/HEXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGET.html">lib/commands/HGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGETALL.html">lib/commands/HGETALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBY.html">lib/commands/HINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBYFLOAT.html">lib/commands/HINCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HKEYS.html">lib/commands/HKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HLEN.html">lib/commands/HLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HMGET.html">lib/commands/HMGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD.html">lib/commands/HRANDFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT.html">lib/commands/HRANDFIELD_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html">lib/commands/HRANDFIELD_<wbr/>COUNT_<wbr/>WITHVALUES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSCAN.html">lib/commands/HSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSET.html">lib/commands/HSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSETNX.html">lib/commands/HSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSTRLEN.html">lib/commands/HSTRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HVALS.html">lib/commands/HVALS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCR.html">lib/commands/INCR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBY.html">lib/commands/INCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBYFLOAT.html">lib/commands/INCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INFO.html">lib/commands/INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_KEYS.html">lib/commands/KEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LASTSAVE.html">lib/commands/LASTSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_DOCTOR.html">lib/commands/LATENCY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_GRAPH.html">lib/commands/LATENCY_<wbr/>GRAPH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS.html">lib/commands/LCS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX.html">lib/commands/LCS_<wbr/>IDX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX_WITHMATCHLEN.html">lib/commands/LCS_<wbr/>IDX_<wbr/>WITHMATCHLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_LEN.html">lib/commands/LCS_<wbr/>LEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINDEX.html">lib/commands/LINDEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINSERT.html">lib/commands/LINSERT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LLEN.html">lib/commands/LLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMOVE.html">lib/commands/LMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMPOP.html">lib/commands/LMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LOLWUT.html">lib/commands/LOLWUT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP.html">lib/commands/LPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP_COUNT.html">lib/commands/LPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS.html">lib/commands/LPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS_COUNT.html">lib/commands/LPOS_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSH.html">lib/commands/LPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSHX.html">lib/commands/LPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LRANGE.html">lib/commands/LRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LREM.html">lib/commands/LREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LSET.html">lib/commands/LSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LTRIM.html">lib/commands/LTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_DOCTOR.html">lib/commands/MEMORY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_MALLOC_STATS.html">lib/commands/MEMORY_<wbr/>MALLOC-<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_PURGE.html">lib/commands/MEMORY_<wbr/>PURGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_STATS.html">lib/commands/MEMORY_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_USAGE.html">lib/commands/MEMORY_<wbr/>USAGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MGET.html">lib/commands/MGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MIGRATE.html">lib/commands/MIGRATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LIST.html">lib/commands/MODULE_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LOAD.html">lib/commands/MODULE_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_UNLOAD.html">lib/commands/MODULE_<wbr/>UNLOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MOVE.html">lib/commands/MOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSET.html">lib/commands/MSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSETNX.html">lib/commands/MSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_ENCODING.html">lib/commands/OBJECT_<wbr/>ENCODING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_FREQ.html">lib/commands/OBJECT_<wbr/>FREQ</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_IDLETIME.html">lib/commands/OBJECT_<wbr/>IDLETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_REFCOUNT.html">lib/commands/OBJECT_<wbr/>REFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PERSIST.html">lib/commands/PERSIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRE.html">lib/commands/PEXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIREAT.html">lib/commands/PEXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRETIME.html">lib/commands/PEXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFADD.html">lib/commands/PFADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFCOUNT.html">lib/commands/PFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFMERGE.html">lib/commands/PFMERGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PING.html">lib/commands/PING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PSETEX.html">lib/commands/PSETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PTTL.html">lib/commands/PTTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBLISH.html">lib/commands/PUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAME.html">lib/commands/RENAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAMENX.html">lib/commands/RENAMENX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_REPLICAOF.html">lib/commands/REPLICAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RESTORE_ASKING.html">lib/commands/RESTORE-<wbr/>ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ROLE.html">lib/commands/ROLE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP.html">lib/commands/RPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOPLPUSH.html">lib/commands/RPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP_COUNT.html">lib/commands/RPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSH.html">lib/commands/RPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSHX.html">lib/commands/RPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SADD.html">lib/commands/SADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SAVE.html">lib/commands/SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCAN.html">lib/commands/SCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCARD.html">lib/commands/SCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_DEBUG.html">lib/commands/SCRIPT_<wbr/>DEBUG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_EXISTS.html">lib/commands/SCRIPT_<wbr/>EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_FLUSH.html">lib/commands/SCRIPT_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_KILL.html">lib/commands/SCRIPT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_LOAD.html">lib/commands/SCRIPT_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFF.html">lib/commands/SDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFFSTORE.html">lib/commands/SDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SET.html">lib/commands/SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETBIT.html">lib/commands/SETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETEX.html">lib/commands/SETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETNX.html">lib/commands/SETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETRANGE.html">lib/commands/SETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SHUTDOWN.html">lib/commands/SHUTDOWN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTER.html">lib/commands/SINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERCARD.html">lib/commands/SINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERSTORE.html">lib/commands/SINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SISMEMBER.html">lib/commands/SISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMEMBERS.html">lib/commands/SMEMBERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMISMEMBER.html">lib/commands/SMISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMOVE.html">lib/commands/SMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT.html">lib/commands/SORT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SSCAN.html">lib/commands/SSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_STRLEN.html">lib/commands/STRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNION.html">lib/commands/SUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNIONSTORE.html">lib/commands/SUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SWAPDB.html">lib/commands/SWAPDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TIME.html">lib/commands/TIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TOUCH.html">lib/commands/TOUCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TTL.html">lib/commands/TTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TYPE.html">lib/commands/TYPE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNLINK.html">lib/commands/UNLINK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNWATCH.html">lib/commands/UNWATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WAIT.html">lib/commands/WAIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WATCH.html">lib/commands/WATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XACK.html">lib/commands/XACK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XADD.html">lib/commands/XADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM.html">lib/commands/XAUTOCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM_JUSTID.html">lib/commands/XAUTOCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM.html">lib/commands/XCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM_JUSTID.html">lib/commands/XCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XDEL.html">lib/commands/XDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATE.html">lib/commands/XGROUP_<wbr/>CREATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATECONSUMER.html">lib/commands/XGROUP_<wbr/>CREATECONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DELCONSUMER.html">lib/commands/XGROUP_<wbr/>DELCONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DESTROY.html">lib/commands/XGROUP_<wbr/>DESTROY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_SETID.html">lib/commands/XGROUP_<wbr/>SETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_CONSUMERS.html">lib/commands/XINFO_<wbr/>CONSUMERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_GROUPS.html">lib/commands/XINFO_<wbr/>GROUPS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_STREAM.html">lib/commands/XINFO_<wbr/>STREAM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XLEN.html">lib/commands/XLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING.html">lib/commands/XPENDING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING_RANGE.html">lib/commands/XPENDING_<wbr/>RANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XRANGE.html">lib/commands/XRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREAD.html">lib/commands/XREAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREADGROUP.html">lib/commands/XREADGROUP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREVRANGE.html">lib/commands/XREVRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XSETID.html">lib/commands/XSETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XTRIM.html">lib/commands/XTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZADD.html">lib/commands/ZADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCARD.html">lib/commands/ZCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCOUNT.html">lib/commands/ZCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF.html">lib/commands/ZDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFFSTORE.html">lib/commands/ZDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF_WITHSCORES.html">lib/commands/ZDIFF_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINCRBY.html">lib/commands/ZINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER.html">lib/commands/ZINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERCARD.html">lib/commands/ZINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERSTORE.html">lib/commands/ZINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER_WITHSCORES.html">lib/commands/ZINTER_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZLEXCOUNT.html">lib/commands/ZLEXCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMPOP.html">lib/commands/ZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMSCORE.html">lib/commands/ZMSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX.html">lib/commands/ZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX_COUNT.html">lib/commands/ZPOPMAX_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN.html">lib/commands/ZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN_COUNT.html">lib/commands/ZPOPMIN_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER.html">lib/commands/ZRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE.html">lib/commands/ZRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYLEX.html">lib/commands/ZRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE.html">lib/commands/ZRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html">lib/commands/ZRANGEBYSCORE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGESTORE.html">lib/commands/ZRANGESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE_WITHSCORES.html">lib/commands/ZRANGE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANK.html">lib/commands/ZRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREM.html">lib/commands/ZREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYLEX.html">lib/commands/ZREMRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYRANK.html">lib/commands/ZREMRANGEBYRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYSCORE.html">lib/commands/ZREMRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREVRANK.html">lib/commands/ZREVRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCAN.html">lib/commands/ZSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCORE.html">lib/commands/ZSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION.html">lib/commands/ZUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNIONSTORE.html">lib/commands/ZUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION_WITHSCORES.html">lib/commands/ZUNION_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_generic_transformers.html">lib/commands/generic-<wbr/>transformers</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_errors.html">lib/errors</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_lua_script.html">lib/lua-<wbr/>script</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_multi_command.html">lib/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_cluster_cluster_slots.Shard.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Shard</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.Shard.html#master" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>master</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.Shard.html#nodesIterator" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>nodes<wbr/>Iterator?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.Shard.html#replicas" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>replicas?</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -0,0 +1,472 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ShardNode | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@redis/client</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-8 col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-slots</a></li>
<li><a href="lib_cluster_cluster_slots.ShardNode.html">ShardNode</a></li></ul>
<h1>Interface ShardNode&lt;M, F, S&gt;</h1></div>
<section class="tsd-panel tsd-type-parameters">
<h4>Type Parameters</h4>
<ul class="tsd-type-parameters">
<li>
<h4>M<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisModules.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisModules</a></h4></li>
<li>
<h4>F<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisFunctions.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisFunctions</a></h4></li>
<li>
<h4>S<span class="tsd-signature-symbol"> extends </span><a href="lib_commands.RedisScripts.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisScripts</a></h4></li></ul></section>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><a href="lib_cluster_cluster_slots.Node.html" class="tsd-signature-type" data-tsd-kind="Interface">Node</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span>
<ul class="tsd-hierarchy">
<li><span class="target">ShardNode</span>
<ul class="tsd-hierarchy">
<li><a href="lib_cluster_cluster_slots.MasterNode.html" class="tsd-signature-type" data-tsd-kind="Interface">MasterNode</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L41">packages/client/lib/cluster/cluster-slots.ts:41</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_cluster_cluster_slots.ShardNode.html#address" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>address</span></a>
<a href="lib_cluster_cluster_slots.ShardNode.html#client" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>client?</span></a>
<a href="lib_cluster_cluster_slots.ShardNode.html#host" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>host</span></a>
<a href="lib_cluster_cluster_slots.ShardNode.html#id" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>id</span></a>
<a href="lib_cluster_cluster_slots.ShardNode.html#port" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>port</span></a>
<a href="lib_cluster_cluster_slots.ShardNode.html#readonly" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>readonly</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="address" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>address</span><a href="#address" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">address<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.Node.html">Node</a>.<a href="lib_cluster_cluster_slots.Node.html#address">address</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L37">packages/client/lib/cluster/cluster-slots.ts:37</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="client" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>client</span><a href="#client" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">client<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ClientOrPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_cluster_cluster_slots.Node.html">Node</a>.<a href="lib_cluster_cluster_slots.Node.html#client">client</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L38">packages/client/lib/cluster/cluster-slots.ts:38</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="host" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>host</span><a href="#host" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">host<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L47">packages/client/lib/cluster/cluster-slots.ts:47</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L46">packages/client/lib/cluster/cluster-slots.ts:46</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="port" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">port<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L48">packages/client/lib/cluster/cluster-slots.ts:48</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="readonly" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>readonly</span><a href="#readonly" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">readonly<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/cluster/cluster-slots.ts#L49">packages/client/lib/cluster/cluster-slots.ts:49</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<nav class="tsd-navigation primary">
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li class="current"><a href="../modules.html">@redis/client</a>
<ul>
<li class="tsd-kind-module"><a href="../modules/index.html">index</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client.html">lib/client</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_buffer.html">lib/client/RESP2/composers/buffer</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_interface.html">lib/client/RESP2/composers/interface</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_string.html">lib/client/RESP2/composers/string</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_decoder.html">lib/client/RESP2/decoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_encoder.html">lib/client/RESP2/encoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_commands.html">lib/cluster/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_multi_command.html">lib/cluster/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_command_options.html">lib/command-<wbr/>options</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commander.html">lib/commander</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands.html">lib/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_CAT.html">lib/commands/ACL_<wbr/>CAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DELUSER.html">lib/commands/ACL_<wbr/>DELUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DRYRUN.html">lib/commands/ACL_<wbr/>DRYRUN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GENPASS.html">lib/commands/ACL_<wbr/>GENPASS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GETUSER.html">lib/commands/ACL_<wbr/>GETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LIST.html">lib/commands/ACL_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOAD.html">lib/commands/ACL_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG.html">lib/commands/ACL_<wbr/>LOG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG_RESET.html">lib/commands/ACL_<wbr/>LOG_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SAVE.html">lib/commands/ACL_<wbr/>SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SETUSER.html">lib/commands/ACL_<wbr/>SETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_USERS.html">lib/commands/ACL_<wbr/>USERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_WHOAMI.html">lib/commands/ACL_<wbr/>WHOAMI</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_APPEND.html">lib/commands/APPEND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ASKING.html">lib/commands/ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_AUTH.html">lib/commands/AUTH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGREWRITEAOF.html">lib/commands/BGREWRITEAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGSAVE.html">lib/commands/BGSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITCOUNT.html">lib/commands/BITCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD.html">lib/commands/BITFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD_RO.html">lib/commands/BITFIELD_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITOP.html">lib/commands/BITOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITPOS.html">lib/commands/BITPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMOVE.html">lib/commands/BLMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMPOP.html">lib/commands/BLMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLPOP.html">lib/commands/BLPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOP.html">lib/commands/BRPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOPLPUSH.html">lib/commands/BRPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZMPOP.html">lib/commands/BZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMAX.html">lib/commands/BZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMIN.html">lib/commands/BZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_CACHING.html">lib/commands/CLIENT_<wbr/>CACHING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETNAME.html">lib/commands/CLIENT_<wbr/>GETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETREDIR.html">lib/commands/CLIENT_<wbr/>GETREDIR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_ID.html">lib/commands/CLIENT_<wbr/>ID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_INFO.html">lib/commands/CLIENT_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_KILL.html">lib/commands/CLIENT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_LIST.html">lib/commands/CLIENT_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_NO_EVICT.html">lib/commands/CLIENT_<wbr/>NO-<wbr/>EVICT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_PAUSE.html">lib/commands/CLIENT_<wbr/>PAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_SETNAME.html">lib/commands/CLIENT_<wbr/>SETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKING.html">lib/commands/CLIENT_<wbr/>TRACKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKINGINFO.html">lib/commands/CLIENT_<wbr/>TRACKINGINFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_UNPAUSE.html">lib/commands/CLIENT_<wbr/>UNPAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTS.html">lib/commands/CLUSTER_<wbr/>ADDSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>ADDSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_BUMPEPOCH.html">lib/commands/CLUSTER_<wbr/>BUMPEPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html">lib/commands/CLUSTER_<wbr/>COUNT-<wbr/>FAILURE-<wbr/>REPORTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>COUNTKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTS.html">lib/commands/CLUSTER_<wbr/>DELSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>DELSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FAILOVER.html">lib/commands/CLUSTER_<wbr/>FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FLUSHSLOTS.html">lib/commands/CLUSTER_<wbr/>FLUSHSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FORGET.html">lib/commands/CLUSTER_<wbr/>FORGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_GETKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>GETKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_INFO.html">lib/commands/CLUSTER_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_KEYSLOT.html">lib/commands/CLUSTER_<wbr/>KEYSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_LINKS.html">lib/commands/CLUSTER_<wbr/>LINKS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MEET.html">lib/commands/CLUSTER_<wbr/>MEET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MYID.html">lib/commands/CLUSTER_<wbr/>MYID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_NODES.html">lib/commands/CLUSTER_<wbr/>NODES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICAS.html">lib/commands/CLUSTER_<wbr/>REPLICAS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICATE.html">lib/commands/CLUSTER_<wbr/>REPLICATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_RESET.html">lib/commands/CLUSTER_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SAVECONFIG.html">lib/commands/CLUSTER_<wbr/>SAVECONFIG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html">lib/commands/CLUSTER_<wbr/>SET-<wbr/>CONFIG-<wbr/>EPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SETSLOT.html">lib/commands/CLUSTER_<wbr/>SETSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_<wbr/>SLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND.html">lib/commands/COMMAND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_COUNT.html">lib/commands/COMMAND_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYS.html">lib/commands/COMMAND_<wbr/>GETKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html">lib/commands/COMMAND_<wbr/>GETKEYSANDFLAGS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_INFO.html">lib/commands/COMMAND_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_LIST.html">lib/commands/COMMAND_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_GET.html">lib/commands/CONFIG_<wbr/>GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_RESETSTAT.html">lib/commands/CONFIG_<wbr/>RESETSTAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_REWRITE.html">lib/commands/CONFIG_<wbr/>REWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_SET.html">lib/commands/CONFIG_<wbr/>SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COPY.html">lib/commands/COPY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DBSIZE.html">lib/commands/DBSIZE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECR.html">lib/commands/DECR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECRBY.html">lib/commands/DECRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DEL.html">lib/commands/DEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DISCARD.html">lib/commands/DISCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DUMP.html">lib/commands/DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ECHO.html">lib/commands/ECHO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL.html">lib/commands/EVAL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA.html">lib/commands/EVALSHA</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA_RO.html">lib/commands/EVALSHA_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL_RO.html">lib/commands/EVAL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXISTS.html">lib/commands/EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRE.html">lib/commands/EXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIREAT.html">lib/commands/EXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRETIME.html">lib/commands/EXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FAILOVER.html">lib/commands/FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL.html">lib/commands/FCALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL_RO.html">lib/commands/FCALL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHALL.html">lib/commands/FLUSHALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHDB.html">lib/commands/FLUSHDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DELETE.html">lib/commands/FUNCTION_<wbr/>DELETE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DUMP.html">lib/commands/FUNCTION_<wbr/>DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_FLUSH.html">lib/commands/FUNCTION_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_KILL.html">lib/commands/FUNCTION_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST.html">lib/commands/FUNCTION_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST_WITHCODE.html">lib/commands/FUNCTION_<wbr/>LIST_<wbr/>WITHCODE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LOAD.html">lib/commands/FUNCTION_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_RESTORE.html">lib/commands/FUNCTION_<wbr/>RESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_STATS.html">lib/commands/FUNCTION_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOADD.html">lib/commands/GEOADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEODIST.html">lib/commands/GEODIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOHASH.html">lib/commands/GEOHASH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOPOS.html">lib/commands/GEOPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS.html">lib/commands/GEORADIUS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER.html">lib/commands/GEORADIUSBYMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBERSTORE.html">lib/commands/GEORADIUSBYMEMBERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSSTORE.html">lib/commands/GEORADIUSSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO.html">lib/commands/GEORADIUS_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO_WITH.html">lib/commands/GEORADIUS_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_WITH.html">lib/commands/GEORADIUS_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH.html">lib/commands/GEOSEARCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCHSTORE.html">lib/commands/GEOSEARCHSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH_WITH.html">lib/commands/GEOSEARCH_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GET.html">lib/commands/GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETBIT.html">lib/commands/GETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETDEL.html">lib/commands/GETDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETEX.html">lib/commands/GETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETRANGE.html">lib/commands/GETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETSET.html">lib/commands/GETSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HDEL.html">lib/commands/HDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HELLO.html">lib/commands/HELLO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HEXISTS.html">lib/commands/HEXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGET.html">lib/commands/HGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGETALL.html">lib/commands/HGETALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBY.html">lib/commands/HINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBYFLOAT.html">lib/commands/HINCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HKEYS.html">lib/commands/HKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HLEN.html">lib/commands/HLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HMGET.html">lib/commands/HMGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD.html">lib/commands/HRANDFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT.html">lib/commands/HRANDFIELD_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html">lib/commands/HRANDFIELD_<wbr/>COUNT_<wbr/>WITHVALUES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSCAN.html">lib/commands/HSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSET.html">lib/commands/HSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSETNX.html">lib/commands/HSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSTRLEN.html">lib/commands/HSTRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HVALS.html">lib/commands/HVALS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCR.html">lib/commands/INCR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBY.html">lib/commands/INCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBYFLOAT.html">lib/commands/INCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INFO.html">lib/commands/INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_KEYS.html">lib/commands/KEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LASTSAVE.html">lib/commands/LASTSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_DOCTOR.html">lib/commands/LATENCY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_GRAPH.html">lib/commands/LATENCY_<wbr/>GRAPH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS.html">lib/commands/LCS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX.html">lib/commands/LCS_<wbr/>IDX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX_WITHMATCHLEN.html">lib/commands/LCS_<wbr/>IDX_<wbr/>WITHMATCHLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_LEN.html">lib/commands/LCS_<wbr/>LEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINDEX.html">lib/commands/LINDEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINSERT.html">lib/commands/LINSERT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LLEN.html">lib/commands/LLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMOVE.html">lib/commands/LMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMPOP.html">lib/commands/LMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LOLWUT.html">lib/commands/LOLWUT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP.html">lib/commands/LPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP_COUNT.html">lib/commands/LPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS.html">lib/commands/LPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS_COUNT.html">lib/commands/LPOS_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSH.html">lib/commands/LPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSHX.html">lib/commands/LPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LRANGE.html">lib/commands/LRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LREM.html">lib/commands/LREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LSET.html">lib/commands/LSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LTRIM.html">lib/commands/LTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_DOCTOR.html">lib/commands/MEMORY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_MALLOC_STATS.html">lib/commands/MEMORY_<wbr/>MALLOC-<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_PURGE.html">lib/commands/MEMORY_<wbr/>PURGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_STATS.html">lib/commands/MEMORY_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_USAGE.html">lib/commands/MEMORY_<wbr/>USAGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MGET.html">lib/commands/MGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MIGRATE.html">lib/commands/MIGRATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LIST.html">lib/commands/MODULE_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LOAD.html">lib/commands/MODULE_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_UNLOAD.html">lib/commands/MODULE_<wbr/>UNLOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MOVE.html">lib/commands/MOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSET.html">lib/commands/MSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSETNX.html">lib/commands/MSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_ENCODING.html">lib/commands/OBJECT_<wbr/>ENCODING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_FREQ.html">lib/commands/OBJECT_<wbr/>FREQ</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_IDLETIME.html">lib/commands/OBJECT_<wbr/>IDLETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_REFCOUNT.html">lib/commands/OBJECT_<wbr/>REFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PERSIST.html">lib/commands/PERSIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRE.html">lib/commands/PEXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIREAT.html">lib/commands/PEXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRETIME.html">lib/commands/PEXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFADD.html">lib/commands/PFADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFCOUNT.html">lib/commands/PFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFMERGE.html">lib/commands/PFMERGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PING.html">lib/commands/PING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PSETEX.html">lib/commands/PSETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PTTL.html">lib/commands/PTTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBLISH.html">lib/commands/PUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAME.html">lib/commands/RENAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAMENX.html">lib/commands/RENAMENX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_REPLICAOF.html">lib/commands/REPLICAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RESTORE_ASKING.html">lib/commands/RESTORE-<wbr/>ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ROLE.html">lib/commands/ROLE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP.html">lib/commands/RPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOPLPUSH.html">lib/commands/RPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP_COUNT.html">lib/commands/RPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSH.html">lib/commands/RPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSHX.html">lib/commands/RPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SADD.html">lib/commands/SADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SAVE.html">lib/commands/SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCAN.html">lib/commands/SCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCARD.html">lib/commands/SCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_DEBUG.html">lib/commands/SCRIPT_<wbr/>DEBUG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_EXISTS.html">lib/commands/SCRIPT_<wbr/>EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_FLUSH.html">lib/commands/SCRIPT_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_KILL.html">lib/commands/SCRIPT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_LOAD.html">lib/commands/SCRIPT_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFF.html">lib/commands/SDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFFSTORE.html">lib/commands/SDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SET.html">lib/commands/SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETBIT.html">lib/commands/SETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETEX.html">lib/commands/SETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETNX.html">lib/commands/SETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETRANGE.html">lib/commands/SETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SHUTDOWN.html">lib/commands/SHUTDOWN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTER.html">lib/commands/SINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERCARD.html">lib/commands/SINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERSTORE.html">lib/commands/SINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SISMEMBER.html">lib/commands/SISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMEMBERS.html">lib/commands/SMEMBERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMISMEMBER.html">lib/commands/SMISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMOVE.html">lib/commands/SMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT.html">lib/commands/SORT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SSCAN.html">lib/commands/SSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_STRLEN.html">lib/commands/STRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNION.html">lib/commands/SUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNIONSTORE.html">lib/commands/SUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SWAPDB.html">lib/commands/SWAPDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TIME.html">lib/commands/TIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TOUCH.html">lib/commands/TOUCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TTL.html">lib/commands/TTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TYPE.html">lib/commands/TYPE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNLINK.html">lib/commands/UNLINK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNWATCH.html">lib/commands/UNWATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WAIT.html">lib/commands/WAIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WATCH.html">lib/commands/WATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XACK.html">lib/commands/XACK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XADD.html">lib/commands/XADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM.html">lib/commands/XAUTOCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM_JUSTID.html">lib/commands/XAUTOCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM.html">lib/commands/XCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM_JUSTID.html">lib/commands/XCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XDEL.html">lib/commands/XDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATE.html">lib/commands/XGROUP_<wbr/>CREATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATECONSUMER.html">lib/commands/XGROUP_<wbr/>CREATECONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DELCONSUMER.html">lib/commands/XGROUP_<wbr/>DELCONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DESTROY.html">lib/commands/XGROUP_<wbr/>DESTROY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_SETID.html">lib/commands/XGROUP_<wbr/>SETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_CONSUMERS.html">lib/commands/XINFO_<wbr/>CONSUMERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_GROUPS.html">lib/commands/XINFO_<wbr/>GROUPS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_STREAM.html">lib/commands/XINFO_<wbr/>STREAM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XLEN.html">lib/commands/XLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING.html">lib/commands/XPENDING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING_RANGE.html">lib/commands/XPENDING_<wbr/>RANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XRANGE.html">lib/commands/XRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREAD.html">lib/commands/XREAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREADGROUP.html">lib/commands/XREADGROUP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREVRANGE.html">lib/commands/XREVRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XSETID.html">lib/commands/XSETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XTRIM.html">lib/commands/XTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZADD.html">lib/commands/ZADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCARD.html">lib/commands/ZCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCOUNT.html">lib/commands/ZCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF.html">lib/commands/ZDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFFSTORE.html">lib/commands/ZDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF_WITHSCORES.html">lib/commands/ZDIFF_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINCRBY.html">lib/commands/ZINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER.html">lib/commands/ZINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERCARD.html">lib/commands/ZINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERSTORE.html">lib/commands/ZINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER_WITHSCORES.html">lib/commands/ZINTER_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZLEXCOUNT.html">lib/commands/ZLEXCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMPOP.html">lib/commands/ZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMSCORE.html">lib/commands/ZMSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX.html">lib/commands/ZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX_COUNT.html">lib/commands/ZPOPMAX_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN.html">lib/commands/ZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN_COUNT.html">lib/commands/ZPOPMIN_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER.html">lib/commands/ZRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE.html">lib/commands/ZRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYLEX.html">lib/commands/ZRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE.html">lib/commands/ZRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html">lib/commands/ZRANGEBYSCORE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGESTORE.html">lib/commands/ZRANGESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE_WITHSCORES.html">lib/commands/ZRANGE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANK.html">lib/commands/ZRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREM.html">lib/commands/ZREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYLEX.html">lib/commands/ZREMRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYRANK.html">lib/commands/ZREMRANGEBYRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYSCORE.html">lib/commands/ZREMRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREVRANK.html">lib/commands/ZREVRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCAN.html">lib/commands/ZSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCORE.html">lib/commands/ZSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION.html">lib/commands/ZUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNIONSTORE.html">lib/commands/ZUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION_WITHSCORES.html">lib/commands/ZUNION_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_generic_transformers.html">lib/commands/generic-<wbr/>transformers</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_errors.html">lib/errors</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_lua_script.html">lib/lua-<wbr/>script</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_multi_command.html">lib/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_cluster_cluster_slots.ShardNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Shard<wbr/>Node</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.ShardNode.html#address" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>address</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="lib_cluster_cluster_slots.ShardNode.html#client" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>client?</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.ShardNode.html#host" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>host</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.ShardNode.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.ShardNode.html#port" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>port</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_cluster_cluster_slots.ShardNode.html#readonly" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>readonly</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -24,7 +24,7 @@
<li><a href="lib_commands.RedisFunction.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisFunction</a></li>
<li><a href="lib_lua_script.RedisScriptConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisScriptConfig</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L11">packages/client/lib/commands/index.ts:11</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L11">packages/client/lib/commands/index.ts:11</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -47,17 +47,17 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>FIRST_<wbr/>KEY_<wbr/>INDEX</span><a href="#FIRST_KEY_INDEX" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">FIRST_<wbr/>KEY_<wbr/>INDEX<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a><span class="tsd-signature-symbol">)</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L12">packages/client/lib/commands/index.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L12">packages/client/lib/commands/index.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="IS_READ_ONLY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>IS_<wbr/>READ_<wbr/>ONLY</span><a href="#IS_READ_ONLY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">IS_<wbr/>READ_<wbr/>ONLY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L13">packages/client/lib/commands/index.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L13">packages/client/lib/commands/index.ts:13</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="TRANSFORM_LEGACY_REPLY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>TRANSFORM_<wbr/>LEGACY_<wbr/>REPLY</span><a href="#TRANSFORM_LEGACY_REPLY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">TRANSFORM_<wbr/>LEGACY_<wbr/>REPLY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L14">packages/client/lib/commands/index.ts:14</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L14">packages/client/lib/commands/index.ts:14</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface"><a id="transformArguments" class="tsd-anchor"></a>
@@ -74,7 +74,7 @@
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>args: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/lib_commands.RedisCommandArguments.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArguments</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L15">packages/client/lib/commands/index.ts:15</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L15">packages/client/lib/commands/index.ts:15</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface"><a id="transformReply" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>transform<wbr/>Reply</span><a href="#transformReply" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
@@ -91,7 +91,7 @@
<h5><code class="tsd-tag ts-flagOptional">Optional</code> preserved: <span class="tsd-signature-type">any</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L16">packages/client/lib/commands/index.ts:16</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L16">packages/client/lib/commands/index.ts:16</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -123,6 +123,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -339,6 +340,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -380,6 +382,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -24,7 +24,7 @@
<h4 class="tsd-before-signature">Indexable</h4>
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>command: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="lib_commands.RedisCommand.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisCommand</a></div></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L51">packages/client/lib/commands/index.ts:51</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L51">packages/client/lib/commands/index.ts:51</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,6 +56,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -272,6 +273,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -313,6 +315,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -33,7 +33,7 @@
<li><a href="lib_client.RedisClientOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisClientOptions</a></li>
<li><a href="lib_cluster.RedisClusterOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisClusterOptions</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L81">packages/client/lib/commands/index.ts:81</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L81">packages/client/lib/commands/index.ts:81</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -51,17 +51,17 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>functions</span><a href="#functions" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">functions<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L87">packages/client/lib/commands/index.ts:87</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L87">packages/client/lib/commands/index.ts:87</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="modules" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>modules</span><a href="#modules" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">modules<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L86">packages/client/lib/commands/index.ts:86</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L86">packages/client/lib/commands/index.ts:86</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="scripts" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>scripts</span><a href="#scripts" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">scripts<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L88">packages/client/lib/commands/index.ts:88</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L88">packages/client/lib/commands/index.ts:88</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -93,6 +93,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -309,6 +310,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -350,6 +352,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisFunction</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L63">packages/client/lib/commands/index.ts:63</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L63">packages/client/lib/commands/index.ts:63</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -48,24 +48,24 @@
<div class="tsd-signature">FIRST_<wbr/>KEY_<wbr/>INDEX<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a><span class="tsd-signature-symbol">)</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#FIRST_KEY_INDEX">FIRST_KEY_INDEX</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L12">packages/client/lib/commands/index.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L12">packages/client/lib/commands/index.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="IS_READ_ONLY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>IS_<wbr/>READ_<wbr/>ONLY</span><a href="#IS_READ_ONLY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">IS_<wbr/>READ_<wbr/>ONLY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#IS_READ_ONLY">IS_READ_ONLY</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L13">packages/client/lib/commands/index.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L13">packages/client/lib/commands/index.ts:13</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="NUMBER_OF_KEYS" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>NUMBER_<wbr/>OF_<wbr/>KEYS</span><a href="#NUMBER_OF_KEYS" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">NUMBER_<wbr/>OF_<wbr/>KEYS<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L64">packages/client/lib/commands/index.ts:64</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L64">packages/client/lib/commands/index.ts:64</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="TRANSFORM_LEGACY_REPLY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>TRANSFORM_<wbr/>LEGACY_<wbr/>REPLY</span><a href="#TRANSFORM_LEGACY_REPLY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">TRANSFORM_<wbr/>LEGACY_<wbr/>REPLY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#TRANSFORM_LEGACY_REPLY">TRANSFORM_LEGACY_REPLY</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L14">packages/client/lib/commands/index.ts:14</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L14">packages/client/lib/commands/index.ts:14</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="transformArguments" class="tsd-anchor"></a>
@@ -83,7 +83,7 @@
<h4 class="tsd-returns-title">Returns <a href="../types/lib_commands.RedisCommandArguments.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArguments</a></h4><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#transformArguments">transformArguments</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L15">packages/client/lib/commands/index.ts:15</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L15">packages/client/lib/commands/index.ts:15</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="transformReply" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>transform<wbr/>Reply</span><a href="#transformReply" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
@@ -101,7 +101,7 @@
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#transformReply">transformReply</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L16">packages/client/lib/commands/index.ts:16</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L16">packages/client/lib/commands/index.ts:16</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -133,6 +133,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -349,6 +350,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -390,6 +392,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -24,7 +24,7 @@
<h4 class="tsd-before-signature">Indexable</h4>
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>fn: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="lib_commands.RedisFunction.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisFunction</a></div></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L67">packages/client/lib/commands/index.ts:67</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L67">packages/client/lib/commands/index.ts:67</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,6 +56,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -272,6 +273,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -313,6 +315,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -24,7 +24,7 @@
<h4 class="tsd-before-signature">Indexable</h4>
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>library: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="lib_commands.RedisFunctionLibrary.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisFunctionLibrary</a></div></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L71">packages/client/lib/commands/index.ts:71</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L71">packages/client/lib/commands/index.ts:71</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,6 +56,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -272,6 +273,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -313,6 +315,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -24,7 +24,7 @@
<h4 class="tsd-before-signature">Indexable</h4>
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>command: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="lib_commands.RedisCommand.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisCommand</a></div></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L55">packages/client/lib/commands/index.ts:55</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L55">packages/client/lib/commands/index.ts:55</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,6 +56,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -272,6 +273,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -313,6 +315,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -24,7 +24,7 @@
<h4 class="tsd-before-signature">Indexable</h4>
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>module: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="lib_commands.RedisModule.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisModule</a></div></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L59">packages/client/lib/commands/index.ts:59</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L59">packages/client/lib/commands/index.ts:59</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,6 +56,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -272,6 +273,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -313,6 +315,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -24,7 +24,7 @@
<h4 class="tsd-before-signature">Indexable</h4>
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>script: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="../types/lib_commands.RedisScript.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisScript</a></div></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L77">packages/client/lib/commands/index.ts:77</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L77">packages/client/lib/commands/index.ts:77</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,6 +56,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -272,6 +273,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -313,6 +315,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">AuthOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/AUTH.ts#L3">packages/client/lib/commands/AUTH.ts:3</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/AUTH.ts#L3">packages/client/lib/commands/AUTH.ts:3</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>password</span><a href="#password" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">password<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/AUTH.ts#L5">packages/client/lib/commands/AUTH.ts:5</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/AUTH.ts#L5">packages/client/lib/commands/AUTH.ts:5</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="username" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>username</span><a href="#username" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">username<span class="tsd-signature-symbol">?:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/AUTH.ts#L4">packages/client/lib/commands/AUTH.ts:4</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/AUTH.ts#L4">packages/client/lib/commands/AUTH.ts:4</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">BitFieldGetOperation</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/BITFIELD.ts#L9">packages/client/lib/commands/BITFIELD.ts:9</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/BITFIELD.ts#L9">packages/client/lib/commands/BITFIELD.ts:9</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -41,18 +41,18 @@
<h3 class="tsd-anchor-link"><span>encoding</span><a href="#encoding" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">encoding<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">i</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">u</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/BITFIELD.ts#L10">packages/client/lib/commands/BITFIELD.ts:10</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/BITFIELD.ts#L10">packages/client/lib/commands/BITFIELD.ts:10</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="offset" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>offset</span><a href="#offset" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/BITFIELD.ts#L11">packages/client/lib/commands/BITFIELD.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/BITFIELD.ts#L11">packages/client/lib/commands/BITFIELD.ts:11</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="operation" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>operation</span><a href="#operation" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">operation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;GET&quot;</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_BITFIELD.BitFieldOperation.html">BitFieldOperation</a>.<a href="lib_commands_BITFIELD.BitFieldOperation.html#operation">operation</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/BITFIELD.ts#L6">packages/client/lib/commands/BITFIELD.ts:6</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/BITFIELD.ts#L6">packages/client/lib/commands/BITFIELD.ts:6</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -84,6 +84,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -300,6 +301,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -341,6 +343,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -28,7 +28,7 @@
<ul class="tsd-hierarchy">
<li><a href="lib_commands_BITFIELD.BitFieldGetOperation.html" class="tsd-signature-type" data-tsd-kind="Interface">BitFieldGetOperation</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/BITFIELD.ts#L5">packages/client/lib/commands/BITFIELD.ts:5</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/BITFIELD.ts#L5">packages/client/lib/commands/BITFIELD.ts:5</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -44,7 +44,7 @@
<h3 class="tsd-anchor-link"><span>operation</span><a href="#operation" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">operation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/BITFIELD.ts#L6">packages/client/lib/commands/BITFIELD.ts:6</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/BITFIELD.ts#L6">packages/client/lib/commands/BITFIELD.ts:6</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -76,6 +76,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -292,6 +293,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -333,6 +335,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ClientInfoReply</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L7">packages/client/lib/commands/CLIENT_INFO.ts:7</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L7">packages/client/lib/commands/CLIENT_INFO.ts:7</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -62,132 +62,132 @@
<h3 class="tsd-anchor-link"><span>addr</span><a href="#addr" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">addr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L9">packages/client/lib/commands/CLIENT_INFO.ts:9</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L9">packages/client/lib/commands/CLIENT_INFO.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="age" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>age</span><a href="#age" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">age<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L13">packages/client/lib/commands/CLIENT_INFO.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L13">packages/client/lib/commands/CLIENT_INFO.ts:13</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="argvMem" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>argv<wbr/>Mem</span><a href="#argvMem" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">argv<wbr/>Mem<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L23">packages/client/lib/commands/CLIENT_INFO.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L23">packages/client/lib/commands/CLIENT_INFO.ts:23</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="cmd" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>cmd</span><a href="#cmd" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">cmd<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L30">packages/client/lib/commands/CLIENT_INFO.ts:30</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L30">packages/client/lib/commands/CLIENT_INFO.ts:30</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="db" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>db</span><a href="#db" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">db<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L16">packages/client/lib/commands/CLIENT_INFO.ts:16</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L16">packages/client/lib/commands/CLIENT_INFO.ts:16</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="events" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>events</span><a href="#events" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">events<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L29">packages/client/lib/commands/CLIENT_INFO.ts:29</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L29">packages/client/lib/commands/CLIENT_INFO.ts:29</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="fd" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>fd</span><a href="#fd" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">fd<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L11">packages/client/lib/commands/CLIENT_INFO.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L11">packages/client/lib/commands/CLIENT_INFO.ts:11</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="flags" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>flags</span><a href="#flags" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">flags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L15">packages/client/lib/commands/CLIENT_INFO.ts:15</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L15">packages/client/lib/commands/CLIENT_INFO.ts:15</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L8">packages/client/lib/commands/CLIENT_INFO.ts:8</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L8">packages/client/lib/commands/CLIENT_INFO.ts:8</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="idle" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>idle</span><a href="#idle" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">idle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L14">packages/client/lib/commands/CLIENT_INFO.ts:14</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L14">packages/client/lib/commands/CLIENT_INFO.ts:14</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="laddr" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>laddr</span><a href="#laddr" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">laddr<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L10">packages/client/lib/commands/CLIENT_INFO.ts:10</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L10">packages/client/lib/commands/CLIENT_INFO.ts:10</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="multi" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>multi</span><a href="#multi" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">multi<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L20">packages/client/lib/commands/CLIENT_INFO.ts:20</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L20">packages/client/lib/commands/CLIENT_INFO.ts:20</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="multiMem" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>multi<wbr/>Mem</span><a href="#multiMem" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">multi<wbr/>Mem<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L24">packages/client/lib/commands/CLIENT_INFO.ts:24</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L24">packages/client/lib/commands/CLIENT_INFO.ts:24</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="name" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L12">packages/client/lib/commands/CLIENT_INFO.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L12">packages/client/lib/commands/CLIENT_INFO.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="obl" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>obl</span><a href="#obl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">obl<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L25">packages/client/lib/commands/CLIENT_INFO.ts:25</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L25">packages/client/lib/commands/CLIENT_INFO.ts:25</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="oll" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>oll</span><a href="#oll" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">oll<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L26">packages/client/lib/commands/CLIENT_INFO.ts:26</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L26">packages/client/lib/commands/CLIENT_INFO.ts:26</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="omem" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>omem</span><a href="#omem" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">omem<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L27">packages/client/lib/commands/CLIENT_INFO.ts:27</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L27">packages/client/lib/commands/CLIENT_INFO.ts:27</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="psub" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>psub</span><a href="#psub" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">psub<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L18">packages/client/lib/commands/CLIENT_INFO.ts:18</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L18">packages/client/lib/commands/CLIENT_INFO.ts:18</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="qbuf" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>qbuf</span><a href="#qbuf" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">qbuf<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L21">packages/client/lib/commands/CLIENT_INFO.ts:21</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L21">packages/client/lib/commands/CLIENT_INFO.ts:21</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="qbufFree" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>qbuf<wbr/>Free</span><a href="#qbufFree" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">qbuf<wbr/>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L22">packages/client/lib/commands/CLIENT_INFO.ts:22</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L22">packages/client/lib/commands/CLIENT_INFO.ts:22</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="redir" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>redir</span><a href="#redir" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">redir<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L32">packages/client/lib/commands/CLIENT_INFO.ts:32</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L32">packages/client/lib/commands/CLIENT_INFO.ts:32</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="resp" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>resp</span><a href="#resp" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">resp<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L33">packages/client/lib/commands/CLIENT_INFO.ts:33</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L33">packages/client/lib/commands/CLIENT_INFO.ts:33</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="ssub" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>ssub</span><a href="#ssub" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ssub<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L19">packages/client/lib/commands/CLIENT_INFO.ts:19</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L19">packages/client/lib/commands/CLIENT_INFO.ts:19</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="sub" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>sub</span><a href="#sub" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">sub<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L17">packages/client/lib/commands/CLIENT_INFO.ts:17</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L17">packages/client/lib/commands/CLIENT_INFO.ts:17</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="totMem" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>tot<wbr/>Mem</span><a href="#totMem" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">tot<wbr/>Mem<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L28">packages/client/lib/commands/CLIENT_INFO.ts:28</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L28">packages/client/lib/commands/CLIENT_INFO.ts:28</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="user" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>user</span><a href="#user" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">user<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLIENT_INFO.ts#L31">packages/client/lib/commands/CLIENT_INFO.ts:31</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLIENT_INFO.ts#L31">packages/client/lib/commands/CLIENT_INFO.ts:31</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -219,6 +219,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -435,6 +436,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -476,6 +478,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisClusterMasterNode</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L26">packages/client/lib/commands/CLUSTER_NODES.ts:26</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L26">packages/client/lib/commands/CLUSTER_NODES.ts:26</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -51,71 +51,71 @@
<div class="tsd-signature">address<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#address">address</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L18">packages/client/lib/commands/CLUSTER_NODES.ts:18</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L18">packages/client/lib/commands/CLUSTER_NODES.ts:18</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="configEpoch" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>config<wbr/>Epoch</span><a href="#configEpoch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">config<wbr/>Epoch<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#configEpoch">configEpoch</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L22">packages/client/lib/commands/CLUSTER_NODES.ts:22</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L22">packages/client/lib/commands/CLUSTER_NODES.ts:22</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="cport" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>cport</span><a href="#cport" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">cport<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#cport">cport</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L13">packages/client/lib/commands/CLUSTER_NODES.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L13">packages/client/lib/commands/CLUSTER_NODES.ts:13</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="flags" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>flags</span><a href="#flags" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">flags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#flags">flags</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L19">packages/client/lib/commands/CLUSTER_NODES.ts:19</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L19">packages/client/lib/commands/CLUSTER_NODES.ts:19</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="host" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>host</span><a href="#host" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">host<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#host">host</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L11">packages/client/lib/commands/CLUSTER_NODES.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L11">packages/client/lib/commands/CLUSTER_NODES.ts:11</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#id">id</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L17">packages/client/lib/commands/CLUSTER_NODES.ts:17</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L17">packages/client/lib/commands/CLUSTER_NODES.ts:17</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="linkState" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>link<wbr/>State</span><a href="#linkState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">link<wbr/>State<span class="tsd-signature-symbol">:</span> <a href="../enums/lib_commands_CLUSTER_NODES.RedisClusterNodeLinkStates.html" class="tsd-signature-type" data-tsd-kind="Enumeration">RedisClusterNodeLinkStates</a></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#linkState">linkState</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L23">packages/client/lib/commands/CLUSTER_NODES.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L23">packages/client/lib/commands/CLUSTER_NODES.ts:23</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="pingSent" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>ping<wbr/>Sent</span><a href="#pingSent" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ping<wbr/>Sent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#pingSent">pingSent</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L20">packages/client/lib/commands/CLUSTER_NODES.ts:20</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L20">packages/client/lib/commands/CLUSTER_NODES.ts:20</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="pongRecv" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>pong<wbr/>Recv</span><a href="#pongRecv" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">pong<wbr/>Recv<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#pongRecv">pongRecv</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L21">packages/client/lib/commands/CLUSTER_NODES.ts:21</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L21">packages/client/lib/commands/CLUSTER_NODES.ts:21</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="port" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">port<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html">RedisClusterReplicaNode</a>.<a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html#port">port</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L12">packages/client/lib/commands/CLUSTER_NODES.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L12">packages/client/lib/commands/CLUSTER_NODES.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="replicas" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>replicas</span><a href="#replicas" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">replicas<span class="tsd-signature-symbol">:</span> <a href="lib_commands_CLUSTER_NODES.RedisClusterReplicaNode.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisClusterReplicaNode</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L31">packages/client/lib/commands/CLUSTER_NODES.ts:31</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L31">packages/client/lib/commands/CLUSTER_NODES.ts:31</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="slots" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>slots</span><a href="#slots" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">slots<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>from<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>to<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L27">packages/client/lib/commands/CLUSTER_NODES.ts:27</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L27">packages/client/lib/commands/CLUSTER_NODES.ts:27</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -147,6 +147,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -363,6 +364,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -404,6 +406,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -25,7 +25,7 @@
<ul class="tsd-hierarchy">
<li><a href="lib_commands_CLUSTER_NODES.RedisClusterMasterNode.html" class="tsd-signature-type" data-tsd-kind="Interface">RedisClusterMasterNode</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L16">packages/client/lib/commands/CLUSTER_NODES.ts:16</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L16">packages/client/lib/commands/CLUSTER_NODES.ts:16</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -50,55 +50,55 @@
<h3 class="tsd-anchor-link"><span>address</span><a href="#address" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">address<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L18">packages/client/lib/commands/CLUSTER_NODES.ts:18</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L18">packages/client/lib/commands/CLUSTER_NODES.ts:18</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="configEpoch" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>config<wbr/>Epoch</span><a href="#configEpoch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">config<wbr/>Epoch<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L22">packages/client/lib/commands/CLUSTER_NODES.ts:22</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L22">packages/client/lib/commands/CLUSTER_NODES.ts:22</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="cport" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>cport</span><a href="#cport" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">cport<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from RedisClusterNodeAddress.cport</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L13">packages/client/lib/commands/CLUSTER_NODES.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L13">packages/client/lib/commands/CLUSTER_NODES.ts:13</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="flags" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>flags</span><a href="#flags" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">flags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L19">packages/client/lib/commands/CLUSTER_NODES.ts:19</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L19">packages/client/lib/commands/CLUSTER_NODES.ts:19</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="host" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>host</span><a href="#host" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">host<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from RedisClusterNodeAddress.host</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L11">packages/client/lib/commands/CLUSTER_NODES.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L11">packages/client/lib/commands/CLUSTER_NODES.ts:11</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L17">packages/client/lib/commands/CLUSTER_NODES.ts:17</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L17">packages/client/lib/commands/CLUSTER_NODES.ts:17</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="linkState" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>link<wbr/>State</span><a href="#linkState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">link<wbr/>State<span class="tsd-signature-symbol">:</span> <a href="../enums/lib_commands_CLUSTER_NODES.RedisClusterNodeLinkStates.html" class="tsd-signature-type" data-tsd-kind="Enumeration">RedisClusterNodeLinkStates</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L23">packages/client/lib/commands/CLUSTER_NODES.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L23">packages/client/lib/commands/CLUSTER_NODES.ts:23</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pingSent" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>ping<wbr/>Sent</span><a href="#pingSent" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ping<wbr/>Sent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L20">packages/client/lib/commands/CLUSTER_NODES.ts:20</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L20">packages/client/lib/commands/CLUSTER_NODES.ts:20</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pongRecv" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>pong<wbr/>Recv</span><a href="#pongRecv" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">pong<wbr/>Recv<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L21">packages/client/lib/commands/CLUSTER_NODES.ts:21</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L21">packages/client/lib/commands/CLUSTER_NODES.ts:21</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="port" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">port<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from RedisClusterNodeAddress.port</p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/CLUSTER_NODES.ts#L12">packages/client/lib/commands/CLUSTER_NODES.ts:12</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_NODES.ts#L12">packages/client/lib/commands/CLUSTER_NODES.ts:12</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -130,6 +130,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -346,6 +347,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -387,6 +389,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -0,0 +1,436 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ClusterSlotsNode | @redis/client</title><meta name="description" content="Documentation for @redis/client"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@redis/client</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-8 col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">@redis/client</a></li>
<li><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_SLOTS</a></li>
<li><a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html">ClusterSlotsNode</a></li></ul>
<h1>Interface ClusterSlotsNode</h1></div>
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ClusterSlotsNode</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_SLOTS.ts#L16">packages/client/lib/commands/CLUSTER_SLOTS.ts:16</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list"><a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html#id" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>id</span></a>
<a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html#ip" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>ip</span></a>
<a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html#port" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>port</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_SLOTS.ts#L19">packages/client/lib/commands/CLUSTER_SLOTS.ts:19</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="ip" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>ip</span><a href="#ip" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ip<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_SLOTS.ts#L17">packages/client/lib/commands/CLUSTER_SLOTS.ts:17</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="port" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>port</span><a href="#port" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">port<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/CLUSTER_SLOTS.ts#L18">packages/client/lib/commands/CLUSTER_SLOTS.ts:18</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<nav class="tsd-navigation primary">
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li class="current"><a href="../modules.html">@redis/client</a>
<ul>
<li class="tsd-kind-module"><a href="../modules/index.html">index</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client.html">lib/client</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_buffer.html">lib/client/RESP2/composers/buffer</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_interface.html">lib/client/RESP2/composers/interface</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_composers_string.html">lib/client/RESP2/composers/string</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_decoder.html">lib/client/RESP2/decoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_RESP2_encoder.html">lib/client/RESP2/encoder</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_commands.html">lib/cluster/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_multi_command.html">lib/cluster/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_command_options.html">lib/command-<wbr/>options</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commander.html">lib/commander</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands.html">lib/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_CAT.html">lib/commands/ACL_<wbr/>CAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DELUSER.html">lib/commands/ACL_<wbr/>DELUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_DRYRUN.html">lib/commands/ACL_<wbr/>DRYRUN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GENPASS.html">lib/commands/ACL_<wbr/>GENPASS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_GETUSER.html">lib/commands/ACL_<wbr/>GETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LIST.html">lib/commands/ACL_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOAD.html">lib/commands/ACL_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG.html">lib/commands/ACL_<wbr/>LOG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_LOG_RESET.html">lib/commands/ACL_<wbr/>LOG_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SAVE.html">lib/commands/ACL_<wbr/>SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_SETUSER.html">lib/commands/ACL_<wbr/>SETUSER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_USERS.html">lib/commands/ACL_<wbr/>USERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ACL_WHOAMI.html">lib/commands/ACL_<wbr/>WHOAMI</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_APPEND.html">lib/commands/APPEND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ASKING.html">lib/commands/ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_AUTH.html">lib/commands/AUTH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGREWRITEAOF.html">lib/commands/BGREWRITEAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BGSAVE.html">lib/commands/BGSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITCOUNT.html">lib/commands/BITCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD.html">lib/commands/BITFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITFIELD_RO.html">lib/commands/BITFIELD_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITOP.html">lib/commands/BITOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BITPOS.html">lib/commands/BITPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMOVE.html">lib/commands/BLMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLMPOP.html">lib/commands/BLMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BLPOP.html">lib/commands/BLPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOP.html">lib/commands/BRPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BRPOPLPUSH.html">lib/commands/BRPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZMPOP.html">lib/commands/BZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMAX.html">lib/commands/BZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_BZPOPMIN.html">lib/commands/BZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_CACHING.html">lib/commands/CLIENT_<wbr/>CACHING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETNAME.html">lib/commands/CLIENT_<wbr/>GETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_GETREDIR.html">lib/commands/CLIENT_<wbr/>GETREDIR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_ID.html">lib/commands/CLIENT_<wbr/>ID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_INFO.html">lib/commands/CLIENT_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_KILL.html">lib/commands/CLIENT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_LIST.html">lib/commands/CLIENT_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_NO_EVICT.html">lib/commands/CLIENT_<wbr/>NO-<wbr/>EVICT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_PAUSE.html">lib/commands/CLIENT_<wbr/>PAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_SETNAME.html">lib/commands/CLIENT_<wbr/>SETNAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKING.html">lib/commands/CLIENT_<wbr/>TRACKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_TRACKINGINFO.html">lib/commands/CLIENT_<wbr/>TRACKINGINFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLIENT_UNPAUSE.html">lib/commands/CLIENT_<wbr/>UNPAUSE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTS.html">lib/commands/CLUSTER_<wbr/>ADDSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>ADDSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_BUMPEPOCH.html">lib/commands/CLUSTER_<wbr/>BUMPEPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html">lib/commands/CLUSTER_<wbr/>COUNT-<wbr/>FAILURE-<wbr/>REPORTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>COUNTKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTS.html">lib/commands/CLUSTER_<wbr/>DELSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_DELSLOTSRANGE.html">lib/commands/CLUSTER_<wbr/>DELSLOTSRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FAILOVER.html">lib/commands/CLUSTER_<wbr/>FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FLUSHSLOTS.html">lib/commands/CLUSTER_<wbr/>FLUSHSLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_FORGET.html">lib/commands/CLUSTER_<wbr/>FORGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_GETKEYSINSLOT.html">lib/commands/CLUSTER_<wbr/>GETKEYSINSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_INFO.html">lib/commands/CLUSTER_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_KEYSLOT.html">lib/commands/CLUSTER_<wbr/>KEYSLOT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_LINKS.html">lib/commands/CLUSTER_<wbr/>LINKS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MEET.html">lib/commands/CLUSTER_<wbr/>MEET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_MYID.html">lib/commands/CLUSTER_<wbr/>MYID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_NODES.html">lib/commands/CLUSTER_<wbr/>NODES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICAS.html">lib/commands/CLUSTER_<wbr/>REPLICAS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_REPLICATE.html">lib/commands/CLUSTER_<wbr/>REPLICATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_RESET.html">lib/commands/CLUSTER_<wbr/>RESET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SAVECONFIG.html">lib/commands/CLUSTER_<wbr/>SAVECONFIG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html">lib/commands/CLUSTER_<wbr/>SET-<wbr/>CONFIG-<wbr/>EPOCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SETSLOT.html">lib/commands/CLUSTER_<wbr/>SETSLOT</a></li>
<li class="current tsd-kind-module"><a href="../modules/lib_commands_CLUSTER_SLOTS.html">lib/commands/CLUSTER_<wbr/>SLOTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND.html">lib/commands/COMMAND</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_COUNT.html">lib/commands/COMMAND_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYS.html">lib/commands/COMMAND_<wbr/>GETKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html">lib/commands/COMMAND_<wbr/>GETKEYSANDFLAGS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_INFO.html">lib/commands/COMMAND_<wbr/>INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COMMAND_LIST.html">lib/commands/COMMAND_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_GET.html">lib/commands/CONFIG_<wbr/>GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_RESETSTAT.html">lib/commands/CONFIG_<wbr/>RESETSTAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_REWRITE.html">lib/commands/CONFIG_<wbr/>REWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_CONFIG_SET.html">lib/commands/CONFIG_<wbr/>SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_COPY.html">lib/commands/COPY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DBSIZE.html">lib/commands/DBSIZE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECR.html">lib/commands/DECR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DECRBY.html">lib/commands/DECRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DEL.html">lib/commands/DEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DISCARD.html">lib/commands/DISCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_DUMP.html">lib/commands/DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ECHO.html">lib/commands/ECHO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL.html">lib/commands/EVAL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA.html">lib/commands/EVALSHA</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVALSHA_RO.html">lib/commands/EVALSHA_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EVAL_RO.html">lib/commands/EVAL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXISTS.html">lib/commands/EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRE.html">lib/commands/EXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIREAT.html">lib/commands/EXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_EXPIRETIME.html">lib/commands/EXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FAILOVER.html">lib/commands/FAILOVER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL.html">lib/commands/FCALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FCALL_RO.html">lib/commands/FCALL_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHALL.html">lib/commands/FLUSHALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FLUSHDB.html">lib/commands/FLUSHDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DELETE.html">lib/commands/FUNCTION_<wbr/>DELETE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_DUMP.html">lib/commands/FUNCTION_<wbr/>DUMP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_FLUSH.html">lib/commands/FUNCTION_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_KILL.html">lib/commands/FUNCTION_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST.html">lib/commands/FUNCTION_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LIST_WITHCODE.html">lib/commands/FUNCTION_<wbr/>LIST_<wbr/>WITHCODE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_LOAD.html">lib/commands/FUNCTION_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_RESTORE.html">lib/commands/FUNCTION_<wbr/>RESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_FUNCTION_STATS.html">lib/commands/FUNCTION_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOADD.html">lib/commands/GEOADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEODIST.html">lib/commands/GEODIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOHASH.html">lib/commands/GEOHASH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOPOS.html">lib/commands/GEOPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS.html">lib/commands/GEORADIUS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER.html">lib/commands/GEORADIUSBYMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBERSTORE.html">lib/commands/GEORADIUSBYMEMBERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSBYMEMBER_WITH.html">lib/commands/GEORADIUSBYMEMBER_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUSSTORE.html">lib/commands/GEORADIUSSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO.html">lib/commands/GEORADIUS_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_RO_WITH.html">lib/commands/GEORADIUS_<wbr/>RO_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEORADIUS_WITH.html">lib/commands/GEORADIUS_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH.html">lib/commands/GEOSEARCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCHSTORE.html">lib/commands/GEOSEARCHSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GEOSEARCH_WITH.html">lib/commands/GEOSEARCH_<wbr/>WITH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GET.html">lib/commands/GET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETBIT.html">lib/commands/GETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETDEL.html">lib/commands/GETDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETEX.html">lib/commands/GETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETRANGE.html">lib/commands/GETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_GETSET.html">lib/commands/GETSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HDEL.html">lib/commands/HDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HELLO.html">lib/commands/HELLO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HEXISTS.html">lib/commands/HEXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGET.html">lib/commands/HGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HGETALL.html">lib/commands/HGETALL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBY.html">lib/commands/HINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HINCRBYFLOAT.html">lib/commands/HINCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HKEYS.html">lib/commands/HKEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HLEN.html">lib/commands/HLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HMGET.html">lib/commands/HMGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD.html">lib/commands/HRANDFIELD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT.html">lib/commands/HRANDFIELD_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html">lib/commands/HRANDFIELD_<wbr/>COUNT_<wbr/>WITHVALUES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSCAN.html">lib/commands/HSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSET.html">lib/commands/HSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSETNX.html">lib/commands/HSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HSTRLEN.html">lib/commands/HSTRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_HVALS.html">lib/commands/HVALS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCR.html">lib/commands/INCR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBY.html">lib/commands/INCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INCRBYFLOAT.html">lib/commands/INCRBYFLOAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_INFO.html">lib/commands/INFO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_KEYS.html">lib/commands/KEYS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LASTSAVE.html">lib/commands/LASTSAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_DOCTOR.html">lib/commands/LATENCY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LATENCY_GRAPH.html">lib/commands/LATENCY_<wbr/>GRAPH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS.html">lib/commands/LCS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX.html">lib/commands/LCS_<wbr/>IDX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_IDX_WITHMATCHLEN.html">lib/commands/LCS_<wbr/>IDX_<wbr/>WITHMATCHLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LCS_LEN.html">lib/commands/LCS_<wbr/>LEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINDEX.html">lib/commands/LINDEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LINSERT.html">lib/commands/LINSERT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LLEN.html">lib/commands/LLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMOVE.html">lib/commands/LMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LMPOP.html">lib/commands/LMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LOLWUT.html">lib/commands/LOLWUT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP.html">lib/commands/LPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOP_COUNT.html">lib/commands/LPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS.html">lib/commands/LPOS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPOS_COUNT.html">lib/commands/LPOS_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSH.html">lib/commands/LPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LPUSHX.html">lib/commands/LPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LRANGE.html">lib/commands/LRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LREM.html">lib/commands/LREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LSET.html">lib/commands/LSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_LTRIM.html">lib/commands/LTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_DOCTOR.html">lib/commands/MEMORY_<wbr/>DOCTOR</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_MALLOC_STATS.html">lib/commands/MEMORY_<wbr/>MALLOC-<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_PURGE.html">lib/commands/MEMORY_<wbr/>PURGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_STATS.html">lib/commands/MEMORY_<wbr/>STATS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MEMORY_USAGE.html">lib/commands/MEMORY_<wbr/>USAGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MGET.html">lib/commands/MGET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MIGRATE.html">lib/commands/MIGRATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LIST.html">lib/commands/MODULE_<wbr/>LIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_LOAD.html">lib/commands/MODULE_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MODULE_UNLOAD.html">lib/commands/MODULE_<wbr/>UNLOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MOVE.html">lib/commands/MOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSET.html">lib/commands/MSET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_MSETNX.html">lib/commands/MSETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_ENCODING.html">lib/commands/OBJECT_<wbr/>ENCODING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_FREQ.html">lib/commands/OBJECT_<wbr/>FREQ</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_IDLETIME.html">lib/commands/OBJECT_<wbr/>IDLETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_OBJECT_REFCOUNT.html">lib/commands/OBJECT_<wbr/>REFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PERSIST.html">lib/commands/PERSIST</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRE.html">lib/commands/PEXPIRE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIREAT.html">lib/commands/PEXPIREAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PEXPIRETIME.html">lib/commands/PEXPIRETIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFADD.html">lib/commands/PFADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFCOUNT.html">lib/commands/PFCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PFMERGE.html">lib/commands/PFMERGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PING.html">lib/commands/PING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PSETEX.html">lib/commands/PSETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PTTL.html">lib/commands/PTTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBLISH.html">lib/commands/PUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAME.html">lib/commands/RENAME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RENAMENX.html">lib/commands/RENAMENX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_REPLICAOF.html">lib/commands/REPLICAOF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RESTORE_ASKING.html">lib/commands/RESTORE-<wbr/>ASKING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ROLE.html">lib/commands/ROLE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP.html">lib/commands/RPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOPLPUSH.html">lib/commands/RPOPLPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPOP_COUNT.html">lib/commands/RPOP_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSH.html">lib/commands/RPUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RPUSHX.html">lib/commands/RPUSHX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SADD.html">lib/commands/SADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SAVE.html">lib/commands/SAVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCAN.html">lib/commands/SCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCARD.html">lib/commands/SCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_DEBUG.html">lib/commands/SCRIPT_<wbr/>DEBUG</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_EXISTS.html">lib/commands/SCRIPT_<wbr/>EXISTS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_FLUSH.html">lib/commands/SCRIPT_<wbr/>FLUSH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_KILL.html">lib/commands/SCRIPT_<wbr/>KILL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SCRIPT_LOAD.html">lib/commands/SCRIPT_<wbr/>LOAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFF.html">lib/commands/SDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SDIFFSTORE.html">lib/commands/SDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SET.html">lib/commands/SET</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETBIT.html">lib/commands/SETBIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETEX.html">lib/commands/SETEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETNX.html">lib/commands/SETNX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SETRANGE.html">lib/commands/SETRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SHUTDOWN.html">lib/commands/SHUTDOWN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTER.html">lib/commands/SINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERCARD.html">lib/commands/SINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SINTERSTORE.html">lib/commands/SINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SISMEMBER.html">lib/commands/SISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMEMBERS.html">lib/commands/SMEMBERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMISMEMBER.html">lib/commands/SMISMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SMOVE.html">lib/commands/SMOVE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT.html">lib/commands/SORT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SSCAN.html">lib/commands/SSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_STRLEN.html">lib/commands/STRLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNION.html">lib/commands/SUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SUNIONSTORE.html">lib/commands/SUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SWAPDB.html">lib/commands/SWAPDB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TIME.html">lib/commands/TIME</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TOUCH.html">lib/commands/TOUCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TTL.html">lib/commands/TTL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_TYPE.html">lib/commands/TYPE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNLINK.html">lib/commands/UNLINK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_UNWATCH.html">lib/commands/UNWATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WAIT.html">lib/commands/WAIT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_WATCH.html">lib/commands/WATCH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XACK.html">lib/commands/XACK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XADD.html">lib/commands/XADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM.html">lib/commands/XAUTOCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XAUTOCLAIM_JUSTID.html">lib/commands/XAUTOCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM.html">lib/commands/XCLAIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XCLAIM_JUSTID.html">lib/commands/XCLAIM_<wbr/>JUSTID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XDEL.html">lib/commands/XDEL</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATE.html">lib/commands/XGROUP_<wbr/>CREATE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_CREATECONSUMER.html">lib/commands/XGROUP_<wbr/>CREATECONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DELCONSUMER.html">lib/commands/XGROUP_<wbr/>DELCONSUMER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_DESTROY.html">lib/commands/XGROUP_<wbr/>DESTROY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XGROUP_SETID.html">lib/commands/XGROUP_<wbr/>SETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_CONSUMERS.html">lib/commands/XINFO_<wbr/>CONSUMERS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_GROUPS.html">lib/commands/XINFO_<wbr/>GROUPS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XINFO_STREAM.html">lib/commands/XINFO_<wbr/>STREAM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XLEN.html">lib/commands/XLEN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING.html">lib/commands/XPENDING</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XPENDING_RANGE.html">lib/commands/XPENDING_<wbr/>RANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XRANGE.html">lib/commands/XRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREAD.html">lib/commands/XREAD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREADGROUP.html">lib/commands/XREADGROUP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XREVRANGE.html">lib/commands/XREVRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XSETID.html">lib/commands/XSETID</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_XTRIM.html">lib/commands/XTRIM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZADD.html">lib/commands/ZADD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCARD.html">lib/commands/ZCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZCOUNT.html">lib/commands/ZCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF.html">lib/commands/ZDIFF</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFFSTORE.html">lib/commands/ZDIFFSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZDIFF_WITHSCORES.html">lib/commands/ZDIFF_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINCRBY.html">lib/commands/ZINCRBY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER.html">lib/commands/ZINTER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERCARD.html">lib/commands/ZINTERCARD</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTERSTORE.html">lib/commands/ZINTERSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZINTER_WITHSCORES.html">lib/commands/ZINTER_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZLEXCOUNT.html">lib/commands/ZLEXCOUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMPOP.html">lib/commands/ZMPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZMSCORE.html">lib/commands/ZMSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX.html">lib/commands/ZPOPMAX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMAX_COUNT.html">lib/commands/ZPOPMAX_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN.html">lib/commands/ZPOPMIN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZPOPMIN_COUNT.html">lib/commands/ZPOPMIN_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER.html">lib/commands/ZRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html">lib/commands/ZRANDMEMBER_<wbr/>COUNT_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE.html">lib/commands/ZRANGE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYLEX.html">lib/commands/ZRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE.html">lib/commands/ZRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html">lib/commands/ZRANGEBYSCORE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGESTORE.html">lib/commands/ZRANGESTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANGE_WITHSCORES.html">lib/commands/ZRANGE_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZRANK.html">lib/commands/ZRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREM.html">lib/commands/ZREM</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYLEX.html">lib/commands/ZREMRANGEBYLEX</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYRANK.html">lib/commands/ZREMRANGEBYRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREMRANGEBYSCORE.html">lib/commands/ZREMRANGEBYSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZREVRANK.html">lib/commands/ZREVRANK</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCAN.html">lib/commands/ZSCAN</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZSCORE.html">lib/commands/ZSCORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION.html">lib/commands/ZUNION</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNIONSTORE.html">lib/commands/ZUNIONSTORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_ZUNION_WITHSCORES.html">lib/commands/ZUNION_<wbr/>WITHSCORES</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_generic_transformers.html">lib/commands/generic-<wbr/>transformers</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_errors.html">lib/errors</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_lua_script.html">lib/lua-<wbr/>script</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_multi_command.html">lib/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_utils.html">lib/utils</a></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-module"><a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Cluster<wbr/>Slots<wbr/>Node</span></a>
<ul>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html#ip" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>ip</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="lib_commands_CLUSTER_SLOTS.ClusterSlotsNode.html#port" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>port</a></li></ul></li></ul></nav></div></div>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">HScanTuple</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/HSCAN.ts#L21">packages/client/lib/commands/HSCAN.ts:21</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/HSCAN.ts#L21">packages/client/lib/commands/HSCAN.ts:21</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>field</span><a href="#field" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">field<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/HSCAN.ts#L22">packages/client/lib/commands/HSCAN.ts:22</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/HSCAN.ts#L22">packages/client/lib/commands/HSCAN.ts:22</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="value" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>value</span><a href="#value" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">value<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/HSCAN.ts#L23">packages/client/lib/commands/HSCAN.ts:23</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/HSCAN.ts#L23">packages/client/lib/commands/HSCAN.ts:23</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">LPosOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/LPOS.ts#L7">packages/client/lib/commands/LPOS.ts:7</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/LPOS.ts#L7">packages/client/lib/commands/LPOS.ts:7</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>MAXLEN</span><a href="#MAXLEN" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">MAXLEN<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/LPOS.ts#L9">packages/client/lib/commands/LPOS.ts:9</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/LPOS.ts#L9">packages/client/lib/commands/LPOS.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="RANK" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>RANK</span><a href="#RANK" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">RANK<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/LPOS.ts#L8">packages/client/lib/commands/LPOS.ts:8</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/LPOS.ts#L8">packages/client/lib/commands/LPOS.ts:8</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ScanCommandOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/SCAN.ts#L5">packages/client/lib/commands/SCAN.ts:5</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/SCAN.ts#L5">packages/client/lib/commands/SCAN.ts:5</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -42,18 +42,18 @@
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_generic_transformers.ScanOptions.html">ScanOptions</a>.<a href="lib_commands_generic_transformers.ScanOptions.html#COUNT">COUNT</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L15">packages/client/lib/commands/generic-transformers.ts:15</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L15">packages/client/lib/commands/generic-transformers.ts:15</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="MATCH" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>MATCH</span><a href="#MATCH" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">MATCH<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_generic_transformers.ScanOptions.html">ScanOptions</a>.<a href="lib_commands_generic_transformers.ScanOptions.html#MATCH">MATCH</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L14">packages/client/lib/commands/generic-transformers.ts:14</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L14">packages/client/lib/commands/generic-transformers.ts:14</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="TYPE" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>TYPE</span><a href="#TYPE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">TYPE<span class="tsd-signature-symbol">?:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/SCAN.ts#L6">packages/client/lib/commands/SCAN.ts:6</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/SCAN.ts#L6">packages/client/lib/commands/SCAN.ts:6</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -85,6 +85,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -301,6 +302,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -342,6 +344,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ScanReply</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/SCAN.ts#L24">packages/client/lib/commands/SCAN.ts:24</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/SCAN.ts#L24">packages/client/lib/commands/SCAN.ts:24</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>cursor</span><a href="#cursor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">cursor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/SCAN.ts#L25">packages/client/lib/commands/SCAN.ts:25</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/SCAN.ts#L25">packages/client/lib/commands/SCAN.ts:25</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="keys" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>keys</span><a href="#keys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">keys<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/SCAN.ts#L26">packages/client/lib/commands/SCAN.ts:26</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/SCAN.ts#L26">packages/client/lib/commands/SCAN.ts:26</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">XAutoClaimOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XAUTOCLAIM.ts#L6">packages/client/lib/commands/XAUTOCLAIM.ts:6</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XAUTOCLAIM.ts#L6">packages/client/lib/commands/XAUTOCLAIM.ts:6</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,7 +37,7 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>COUNT</span><a href="#COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XAUTOCLAIM.ts#L7">packages/client/lib/commands/XAUTOCLAIM.ts:7</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XAUTOCLAIM.ts#L7">packages/client/lib/commands/XAUTOCLAIM.ts:7</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -69,6 +69,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -285,6 +286,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -326,6 +328,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">XClaimOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XCLAIM.ts#L6">packages/client/lib/commands/XCLAIM.ts:6</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XCLAIM.ts#L6">packages/client/lib/commands/XCLAIM.ts:6</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,22 +40,22 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>FORCE</span><a href="#FORCE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">FORCE<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">true</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XCLAIM.ts#L10">packages/client/lib/commands/XCLAIM.ts:10</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XCLAIM.ts#L10">packages/client/lib/commands/XCLAIM.ts:10</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="IDLE" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>IDLE</span><a href="#IDLE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">IDLE<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XCLAIM.ts#L7">packages/client/lib/commands/XCLAIM.ts:7</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XCLAIM.ts#L7">packages/client/lib/commands/XCLAIM.ts:7</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="RETRYCOUNT" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>RETRYCOUNT</span><a href="#RETRYCOUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">RETRYCOUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XCLAIM.ts#L9">packages/client/lib/commands/XCLAIM.ts:9</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XCLAIM.ts#L9">packages/client/lib/commands/XCLAIM.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="TIME" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>TIME</span><a href="#TIME" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">TIME<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Date</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XCLAIM.ts#L8">packages/client/lib/commands/XCLAIM.ts:8</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XCLAIM.ts#L8">packages/client/lib/commands/XCLAIM.ts:8</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -87,6 +87,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -303,6 +304,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -344,6 +346,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">XReadGroupOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L8">packages/client/lib/commands/XREADGROUP.ts:8</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L8">packages/client/lib/commands/XREADGROUP.ts:8</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -39,17 +39,17 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>BLOCK</span><a href="#BLOCK" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">BLOCK<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L10">packages/client/lib/commands/XREADGROUP.ts:10</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L10">packages/client/lib/commands/XREADGROUP.ts:10</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="COUNT" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>COUNT</span><a href="#COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L9">packages/client/lib/commands/XREADGROUP.ts:9</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L9">packages/client/lib/commands/XREADGROUP.ts:9</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="NOACK" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>NOACK</span><a href="#NOACK" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">NOACK<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">true</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L11">packages/client/lib/commands/XREADGROUP.ts:11</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L11">packages/client/lib/commands/XREADGROUP.ts:11</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -81,6 +81,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -297,6 +298,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -338,6 +340,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">XReadGroupStream</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L3">packages/client/lib/commands/XREADGROUP.ts:3</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L3">packages/client/lib/commands/XREADGROUP.ts:3</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L5">packages/client/lib/commands/XREADGROUP.ts:5</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L5">packages/client/lib/commands/XREADGROUP.ts:5</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="key" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>key</span><a href="#key" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">key<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/XREADGROUP.ts#L4">packages/client/lib/commands/XREADGROUP.ts:4</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/XREADGROUP.ts#L4">packages/client/lib/commands/XREADGROUP.ts:4</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ZRangeByLexOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/ZRANGEBYLEX.ts#L8">packages/client/lib/commands/ZRANGEBYLEX.ts:8</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/ZRANGEBYLEX.ts#L8">packages/client/lib/commands/ZRANGEBYLEX.ts:8</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -44,7 +44,7 @@
<li class="tsd-parameter">
<h5>offset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/ZRANGEBYLEX.ts#L9">packages/client/lib/commands/ZRANGEBYLEX.ts:9</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/ZRANGEBYLEX.ts#L9">packages/client/lib/commands/ZRANGEBYLEX.ts:9</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -76,6 +76,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -292,6 +293,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -333,6 +335,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ZRangeByScoreOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/ZRANGEBYSCORE.ts#L8">packages/client/lib/commands/ZRANGEBYSCORE.ts:8</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/ZRANGEBYSCORE.ts#L8">packages/client/lib/commands/ZRANGEBYSCORE.ts:8</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -44,7 +44,7 @@
<li class="tsd-parameter">
<h5>offset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/ZRANGEBYSCORE.ts#L9">packages/client/lib/commands/ZRANGEBYSCORE.ts:9</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/ZRANGEBYSCORE.ts#L9">packages/client/lib/commands/ZRANGEBYSCORE.ts:9</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -76,6 +76,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -292,6 +293,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -333,6 +335,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">EvalOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L403">packages/client/lib/commands/generic-transformers.ts:403</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L402">packages/client/lib/commands/generic-transformers.ts:402</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>arguments</span><a href="#arguments" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">arguments<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L405">packages/client/lib/commands/generic-transformers.ts:405</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L404">packages/client/lib/commands/generic-transformers.ts:404</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="keys" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>keys</span><a href="#keys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">keys<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L404">packages/client/lib/commands/generic-transformers.ts:404</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L403">packages/client/lib/commands/generic-transformers.ts:403</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">FunctionListItemReply</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L579">packages/client/lib/commands/generic-transformers.ts:579</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L578">packages/client/lib/commands/generic-transformers.ts:578</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -39,17 +39,17 @@
<h3 class="tsd-anchor-link"><span>engine</span><a href="#engine" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">engine<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L581">packages/client/lib/commands/generic-transformers.ts:581</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L580">packages/client/lib/commands/generic-transformers.ts:580</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="functions" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>functions</span><a href="#functions" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">functions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>description<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>flags<span class="tsd-signature-symbol">: </span><a href="../enums/lib_commands_generic_transformers.RedisFunctionFlags.html" class="tsd-signature-type" data-tsd-kind="Enumeration">RedisFunctionFlags</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L582">packages/client/lib/commands/generic-transformers.ts:582</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L581">packages/client/lib/commands/generic-transformers.ts:581</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="libraryName" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>library<wbr/>Name</span><a href="#libraryName" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">library<wbr/>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L580">packages/client/lib/commands/generic-transformers.ts:580</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L579">packages/client/lib/commands/generic-transformers.ts:579</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -81,6 +81,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -297,6 +298,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -338,6 +340,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">GeoCoordinates</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L230">packages/client/lib/commands/generic-transformers.ts:230</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L229">packages/client/lib/commands/generic-transformers.ts:229</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>latitude</span><a href="#latitude" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L232">packages/client/lib/commands/generic-transformers.ts:232</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L231">packages/client/lib/commands/generic-transformers.ts:231</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="longitude" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>longitude</span><a href="#longitude" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">longitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L231">packages/client/lib/commands/generic-transformers.ts:231</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L230">packages/client/lib/commands/generic-transformers.ts:230</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">GeoRadiusStoreOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L322">packages/client/lib/commands/generic-transformers.ts:322</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L321">packages/client/lib/commands/generic-transformers.ts:321</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -42,18 +42,18 @@
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">GeoCountArgument</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_generic_transformers.GeoSearchOptions.html">GeoSearchOptions</a>.<a href="lib_commands_generic_transformers.GeoSearchOptions.html#COUNT">COUNT</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L254">packages/client/lib/commands/generic-transformers.ts:254</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L253">packages/client/lib/commands/generic-transformers.ts:253</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="SORT" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>SORT</span><a href="#SORT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">SORT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;ASC&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;DESC&quot;</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands_generic_transformers.GeoSearchOptions.html">GeoSearchOptions</a>.<a href="lib_commands_generic_transformers.GeoSearchOptions.html#SORT">SORT</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L253">packages/client/lib/commands/generic-transformers.ts:253</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L252">packages/client/lib/commands/generic-transformers.ts:252</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="STOREDIST" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>STOREDIST</span><a href="#STOREDIST" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">STOREDIST<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L323">packages/client/lib/commands/generic-transformers.ts:323</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L322">packages/client/lib/commands/generic-transformers.ts:322</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -85,6 +85,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -301,6 +302,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -342,6 +344,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">GeoReplyWithMember</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L352">packages/client/lib/commands/generic-transformers.ts:352</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L351">packages/client/lib/commands/generic-transformers.ts:351</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -47,22 +47,22 @@
<li class="tsd-parameter">
<h5>longitude<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L356">packages/client/lib/commands/generic-transformers.ts:356</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L355">packages/client/lib/commands/generic-transformers.ts:355</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="distance" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>distance</span><a href="#distance" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">distance<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L354">packages/client/lib/commands/generic-transformers.ts:354</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L353">packages/client/lib/commands/generic-transformers.ts:353</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="hash" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hash</span><a href="#hash" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">hash<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L355">packages/client/lib/commands/generic-transformers.ts:355</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L354">packages/client/lib/commands/generic-transformers.ts:354</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="member" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>member</span><a href="#member" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">member<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L353">packages/client/lib/commands/generic-transformers.ts:353</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L352">packages/client/lib/commands/generic-transformers.ts:352</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -94,6 +94,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -310,6 +311,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -351,6 +353,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><a href="lib_commands_generic_transformers.GeoRadiusStoreOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">GeoRadiusStoreOptions</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L252">packages/client/lib/commands/generic-transformers.ts:252</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L251">packages/client/lib/commands/generic-transformers.ts:251</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,12 +40,12 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>COUNT</span><a href="#COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">GeoCountArgument</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L254">packages/client/lib/commands/generic-transformers.ts:254</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L253">packages/client/lib/commands/generic-transformers.ts:253</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="SORT" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>SORT</span><a href="#SORT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">SORT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;ASC&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;DESC&quot;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L253">packages/client/lib/commands/generic-transformers.ts:253</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L252">packages/client/lib/commands/generic-transformers.ts:252</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -77,6 +77,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -293,6 +294,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -334,6 +336,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">LMPopOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L185">packages/client/lib/commands/generic-transformers.ts:185</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L184">packages/client/lib/commands/generic-transformers.ts:184</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,7 +37,7 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>COUNT</span><a href="#COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L186">packages/client/lib/commands/generic-transformers.ts:186</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L185">packages/client/lib/commands/generic-transformers.ts:185</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -69,6 +69,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -285,6 +286,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -326,6 +328,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RangeReply</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L680">packages/client/lib/commands/generic-transformers.ts:680</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L679">packages/client/lib/commands/generic-transformers.ts:679</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>end</span><a href="#end" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">end<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L682">packages/client/lib/commands/generic-transformers.ts:682</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L681">packages/client/lib/commands/generic-transformers.ts:681</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="start" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>start</span><a href="#start" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L681">packages/client/lib/commands/generic-transformers.ts:681</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L680">packages/client/lib/commands/generic-transformers.ts:680</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><a href="lib_commands_SCAN.ScanCommandOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ScanCommandOptions</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L13">packages/client/lib/commands/generic-transformers.ts:13</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L13">packages/client/lib/commands/generic-transformers.ts:13</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,12 +40,12 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>COUNT</span><a href="#COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L15">packages/client/lib/commands/generic-transformers.ts:15</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L15">packages/client/lib/commands/generic-transformers.ts:15</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="MATCH" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>MATCH</span><a href="#MATCH" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">MATCH<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L14">packages/client/lib/commands/generic-transformers.ts:14</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L14">packages/client/lib/commands/generic-transformers.ts:14</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -77,6 +77,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -293,6 +294,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -334,6 +336,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">SlotRange</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L645">packages/client/lib/commands/generic-transformers.ts:645</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L644">packages/client/lib/commands/generic-transformers.ts:644</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>end</span><a href="#end" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">end<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L647">packages/client/lib/commands/generic-transformers.ts:647</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L646">packages/client/lib/commands/generic-transformers.ts:646</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="start" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>start</span><a href="#start" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L646">packages/client/lib/commands/generic-transformers.ts:646</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L645">packages/client/lib/commands/generic-transformers.ts:645</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">SortOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L601">packages/client/lib/commands/generic-transformers.ts:601</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L600">packages/client/lib/commands/generic-transformers.ts:600</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -41,22 +41,22 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>ALPHA</span><a href="#ALPHA" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">ALPHA<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">true</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L609">packages/client/lib/commands/generic-transformers.ts:609</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L608">packages/client/lib/commands/generic-transformers.ts:608</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="BY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>BY</span><a href="#BY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">BY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L602">packages/client/lib/commands/generic-transformers.ts:602</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L601">packages/client/lib/commands/generic-transformers.ts:601</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="DIRECTION" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>DIRECTION</span><a href="#DIRECTION" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">DIRECTION<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;ASC&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;DESC&quot;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L608">packages/client/lib/commands/generic-transformers.ts:608</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L607">packages/client/lib/commands/generic-transformers.ts:607</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="GET" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>GET</span><a href="#GET" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">GET<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L607">packages/client/lib/commands/generic-transformers.ts:607</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L606">packages/client/lib/commands/generic-transformers.ts:606</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="LIMIT" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>LIMIT</span><a href="#LIMIT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">LIMIT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>count<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>offset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
@@ -68,7 +68,7 @@
<li class="tsd-parameter">
<h5>offset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L603">packages/client/lib/commands/generic-transformers.ts:603</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L602">packages/client/lib/commands/generic-transformers.ts:602</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -100,6 +100,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -316,6 +317,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -357,6 +359,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">StreamMessageReply</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L90">packages/client/lib/commands/generic-transformers.ts:90</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L90">packages/client/lib/commands/generic-transformers.ts:90</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L91">packages/client/lib/commands/generic-transformers.ts:91</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L91">packages/client/lib/commands/generic-transformers.ts:91</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="message" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L92">packages/client/lib/commands/generic-transformers.ts:92</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L92">packages/client/lib/commands/generic-transformers.ts:92</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ZMPopOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L162">packages/client/lib/commands/generic-transformers.ts:162</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L161">packages/client/lib/commands/generic-transformers.ts:161</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,7 +37,7 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>COUNT</span><a href="#COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">COUNT<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L163">packages/client/lib/commands/generic-transformers.ts:163</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L162">packages/client/lib/commands/generic-transformers.ts:162</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -69,6 +69,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -285,6 +286,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -326,6 +328,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ZMember</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L124">packages/client/lib/commands/generic-transformers.ts:124</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L124">packages/client/lib/commands/generic-transformers.ts:124</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,12 +38,12 @@
<h3 class="tsd-anchor-link"><span>score</span><a href="#score" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">score<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L125">packages/client/lib/commands/generic-transformers.ts:125</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L125">packages/client/lib/commands/generic-transformers.ts:125</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="value" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>value</span><a href="#value" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">value<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/generic-transformers.ts#L126">packages/client/lib/commands/generic-transformers.ts:126</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/generic-transformers.ts#L126">packages/client/lib/commands/generic-transformers.ts:126</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -75,6 +75,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -291,6 +292,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -332,6 +334,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -23,7 +23,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisScriptConfig</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/lua-script.ts#L4">packages/client/lib/lua-script.ts:4</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/lua-script.ts#L4">packages/client/lib/lua-script.ts:4</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -49,29 +49,29 @@
<div class="tsd-signature">FIRST_<wbr/>KEY_<wbr/>INDEX<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../types/lib_commands.RedisCommandArgument.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArgument</a><span class="tsd-signature-symbol">)</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#FIRST_KEY_INDEX">FIRST_KEY_INDEX</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L12">packages/client/lib/commands/index.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L12">packages/client/lib/commands/index.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="IS_READ_ONLY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>IS_<wbr/>READ_<wbr/>ONLY</span><a href="#IS_READ_ONLY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">IS_<wbr/>READ_<wbr/>ONLY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#IS_READ_ONLY">IS_READ_ONLY</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L13">packages/client/lib/commands/index.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L13">packages/client/lib/commands/index.ts:13</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="NUMBER_OF_KEYS" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>NUMBER_<wbr/>OF_<wbr/>KEYS</span><a href="#NUMBER_OF_KEYS" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">NUMBER_<wbr/>OF_<wbr/>KEYS<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/lua-script.ts#L6">packages/client/lib/lua-script.ts:6</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/lua-script.ts#L6">packages/client/lib/lua-script.ts:6</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="SCRIPT" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>SCRIPT</span><a href="#SCRIPT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">SCRIPT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/lua-script.ts#L5">packages/client/lib/lua-script.ts:5</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/lua-script.ts#L5">packages/client/lib/lua-script.ts:5</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="TRANSFORM_LEGACY_REPLY" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>TRANSFORM_<wbr/>LEGACY_<wbr/>REPLY</span><a href="#TRANSFORM_LEGACY_REPLY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">TRANSFORM_<wbr/>LEGACY_<wbr/>REPLY<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#TRANSFORM_LEGACY_REPLY">TRANSFORM_LEGACY_REPLY</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L14">packages/client/lib/commands/index.ts:14</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L14">packages/client/lib/commands/index.ts:14</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="transformArguments" class="tsd-anchor"></a>
@@ -89,7 +89,7 @@
<h4 class="tsd-returns-title">Returns <a href="../types/lib_commands.RedisCommandArguments.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArguments</a></h4><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#transformArguments">transformArguments</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L15">packages/client/lib/commands/index.ts:15</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L15">packages/client/lib/commands/index.ts:15</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="transformReply" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>transform<wbr/>Reply</span><a href="#transformReply" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
@@ -107,7 +107,7 @@
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
<p>Inherited from <a href="lib_commands.RedisCommand.html">RedisCommand</a>.<a href="lib_commands.RedisCommand.html#transformReply">transformReply</a></p>
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/commands/index.ts#L16">packages/client/lib/commands/index.ts:16</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/commands/index.ts#L16">packages/client/lib/commands/index.ts:16</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -139,6 +139,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -355,6 +356,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -396,6 +398,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">SHA1</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/lua-script.ts#L9">packages/client/lib/lua-script.ts:9</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/lua-script.ts#L9">packages/client/lib/lua-script.ts:9</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,7 +37,7 @@
<h3 class="tsd-anchor-link"><span>SHA1</span><a href="#SHA1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">SHA1<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/lua-script.ts#L10">packages/client/lib/lua-script.ts:10</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/lua-script.ts#L10">packages/client/lib/lua-script.ts:10</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -69,6 +69,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -285,6 +286,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -326,6 +328,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>

View File

@@ -21,7 +21,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">RedisMultiQueuedCommand</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/multi-command.ts#L5">packages/client/lib/multi-command.ts:5</a></li></ul></aside>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/multi-command.ts#L5">packages/client/lib/multi-command.ts:5</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,7 +38,7 @@
<h3 class="tsd-anchor-link"><span>args</span><a href="#args" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">args<span class="tsd-signature-symbol">:</span> <a href="../types/lib_commands.RedisCommandArguments.html" class="tsd-signature-type" data-tsd-kind="Type alias">RedisCommandArguments</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/multi-command.ts#L6">packages/client/lib/multi-command.ts:6</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/multi-command.ts#L6">packages/client/lib/multi-command.ts:6</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="transformReply" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>transform<wbr/>Reply</span><a href="#transformReply" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">transform<wbr/>Reply<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>this<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span>, reply<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, preserved<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div>
@@ -60,7 +60,7 @@
<h5><code class="tsd-tag ts-flagOptional">Optional</code> preserved: <span class="tsd-signature-type">any</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/e75a5db/packages/client/lib/multi-command.ts#L7">packages/client/lib/multi-command.ts:7</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/redis/node-redis/blob/3b1bad2/packages/client/lib/multi-command.ts#L7">packages/client/lib/multi-command.ts:7</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -92,6 +92,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_client_commands.html">lib/client/commands</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_commands_queue.html">lib/client/commands-<wbr/>queue</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_multi_command.html">lib/client/multi-<wbr/>command</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_pub_sub.html">lib/client/pub-<wbr/>sub</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_client_socket.html">lib/client/socket</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster.html">lib/cluster</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_cluster_cluster_slots.html">lib/cluster/cluster-<wbr/>slots</a></li>
@@ -308,6 +309,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_CHANNELS.html">lib/commands/PUBSUB_<wbr/>CHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMPAT.html">lib/commands/PUBSUB_<wbr/>NUMPAT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_NUMSUB.html">lib/commands/PUBSUB_<wbr/>NUMSUB</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_PUBSUB_SHARDCHANNELS.html">lib/commands/PUBSUB_<wbr/>SHARDCHANNELS</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_RANDOMKEY.html">lib/commands/RANDOMKEY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READONLY.html">lib/commands/READONLY</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_READWRITE.html">lib/commands/READWRITE</a></li>
@@ -349,6 +351,7 @@
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_RO.html">lib/commands/SORT_<wbr/>RO</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SORT_STORE.html">lib/commands/SORT_<wbr/>STORE</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPOP.html">lib/commands/SPOP</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SPUBLISH.html">lib/commands/SPUBLISH</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER.html">lib/commands/SRANDMEMBER</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SRANDMEMBER_COUNT.html">lib/commands/SRANDMEMBER_<wbr/>COUNT</a></li>
<li class="tsd-kind-module"><a href="../modules/lib_commands_SREM.html">lib/commands/SREM</a></li>