You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
1 line
34 KiB
HTML
1 line
34 KiB
HTML
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>commands | @node-redis/json</title><meta name="description" content="Documentation for @node-redis/json"/><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.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></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="../index.html" class="title">@node-redis/json</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@node-redis/json</a></li><li><a href="commands.html">commands</a></li></ul><h1>Module commands</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Type aliases</h3><ul class="tsd-index-list"><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="commands.html#RedisJSON" class="tsd-kind-icon">RedisJSON</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-module"><a href="commands.html#default" class="tsd-kind-icon">default</a></li></ul></section><section class="tsd-index-section "><h3>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformNumbersReply" class="tsd-kind-icon">transform<wbr/>Numbers<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonArgument" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Argument</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonArrayReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Array<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonNullArrayNullReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Array<wbr/>Null<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonNullReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Reply</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Type aliases</h2><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="RedisJSON" class="tsd-anchor"></a><h3>RedisJSON</h3><div class="tsd-signature tsd-kind-icon">RedisJSON<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</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">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Date</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RedisJSONArray</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RedisJSONObject</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L72">commands/index.ts:72</a></li></ul></aside></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-module"><a id="default" class="tsd-anchor"></a><h3>default</h3><div class="tsd-signature tsd-kind-icon">default<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>ARRAPPEND<span class="tsd-signature-symbol">: </span><a href="commands_ARRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRAPPEND</a><span class="tsd-signature-symbol">; </span>ARRINDEX<span class="tsd-signature-symbol">: </span><a href="commands_ARRINDEX.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINDEX</a><span class="tsd-signature-symbol">; </span>ARRINSERT<span class="tsd-signature-symbol">: </span><a href="commands_ARRINSERT.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINSERT</a><span class="tsd-signature-symbol">; </span>ARRLEN<span class="tsd-signature-symbol">: </span><a href="commands_ARRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRLEN</a><span class="tsd-signature-symbol">; </span>ARRPOP<span class="tsd-signature-symbol">: </span><a href="commands_ARRPOP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRPOP</a><span class="tsd-signature-symbol">; </span>ARRTRIM<span class="tsd-signature-symbol">: </span><a href="commands_ARRTRIM.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRTRIM</a><span class="tsd-signature-symbol">; </span>DEBUG_MEMORY<span class="tsd-signature-symbol">: </span><a href="commands_DEBUG_MEMORY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEBUG_MEMORY</a><span class="tsd-signature-symbol">; </span>DEL<span class="tsd-signature-symbol">: </span><a href="commands_DEL.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEL</a><span class="tsd-signature-symbol">; </span>FORGET<span class="tsd-signature-symbol">: </span><a href="commands_FORGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/FORGET</a><span class="tsd-signature-symbol">; </span>GET<span class="tsd-signature-symbol">: </span><a href="commands_GET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/GET</a><span class="tsd-signature-symbol">; </span>MGET<span class="tsd-signature-symbol">: </span><a href="commands_MGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/MGET</a><span class="tsd-signature-symbol">; </span>NUMINCRBY<span class="tsd-signature-symbol">: </span><a href="commands_NUMINCRBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMINCRBY</a><span class="tsd-signature-symbol">; </span>NUMMULTBY<span class="tsd-signature-symbol">: </span><a href="commands_NUMMULTBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMMULTBY</a><span class="tsd-signature-symbol">; </span>OBJKEYS<span class="tsd-signature-symbol">: </span><a href="commands_OBJKEYS.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJKEYS</a><span class="tsd-signature-symbol">; </span>OBJLEN<span class="tsd-signature-symbol">: </span><a href="commands_OBJLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJLEN</a><span class="tsd-signature-symbol">; </span>RESP<span class="tsd-signature-symbol">: </span><a href="commands_RESP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/RESP</a><span class="tsd-signature-symbol">; </span>SET<span class="tsd-signature-symbol">: </span><a href="commands_SET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/SET</a><span class="tsd-signature-symbol">; </span>STRAPPEND<span class="tsd-signature-symbol">: </span><a href="commands_STRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRAPPEND</a><span class="tsd-signature-symbol">; </span>STRLEN<span class="tsd-signature-symbol">: </span><a href="commands_STRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRLEN</a><span class="tsd-signature-symbol">; </span>TYPE<span class="tsd-signature-symbol">: </span><a href="commands_TYPE.html" class="tsd-signature-type" data-tsd-kind="Module">commands/TYPE</a><span class="tsd-signature-symbol">; </span>arrAppend<span class="tsd-signature-symbol">: </span><a href="commands_ARRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRAPPEND</a><span class="tsd-signature-symbol">; </span>arrIndex<span class="tsd-signature-symbol">: </span><a href="commands_ARRINDEX.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINDEX</a><span class="tsd-signature-symbol">; </span>arrInsert<span class="tsd-signature-symbol">: </span><a href="commands_ARRINSERT.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINSERT</a><span class="tsd-signature-symbol">; </span>arrLen<span class="tsd-signature-symbol">: </span><a href="commands_ARRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRLEN</a><span class="tsd-signature-symbol">; </span>arrPop<span class="tsd-signature-symbol">: </span><a href="commands_ARRPOP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRPOP</a><span class="tsd-signature-symbol">; </span>arrTrim<span class="tsd-signature-symbol">: </span><a href="commands_ARRTRIM.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRTRIM</a><span class="tsd-signature-symbol">; </span>debugMemory<span class="tsd-signature-symbol">: </span><a href="commands_DEBUG_MEMORY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEBUG_MEMORY</a><span class="tsd-signature-symbol">; </span>del<span class="tsd-signature-symbol">: </span><a href="commands_DEL.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEL</a><span class="tsd-signature-symbol">; </span>forget<span class="tsd-signature-symbol">: </span><a href="commands_FORGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/FORGET</a><span class="tsd-signature-symbol">; </span>get<span class="tsd-signature-symbol">: </span><a href="commands_GET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/GET</a><span class="tsd-signature-symbol">; </span>mGet<span class="tsd-signature-symbol">: </span><a href="commands_MGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/MGET</a><span class="tsd-signature-symbol">; </span>numIncrBy<span class="tsd-signature-symbol">: </span><a href="commands_NUMINCRBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMINCRBY</a><span class="tsd-signature-symbol">; </span>numMultBy<span class="tsd-signature-symbol">: </span><a href="commands_NUMMULTBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMMULTBY</a><span class="tsd-signature-symbol">; </span>objKeys<span class="tsd-signature-symbol">: </span><a href="commands_OBJKEYS.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJKEYS</a><span class="tsd-signature-symbol">; </span>objLen<span class="tsd-signature-symbol">: </span><a href="commands_OBJLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJLEN</a><span class="tsd-signature-symbol">; </span>resp<span class="tsd-signature-symbol">: </span><a href="commands_RESP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/RESP</a><span class="tsd-signature-symbol">; </span>set<span class="tsd-signature-symbol">: </span><a href="commands_SET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/SET</a><span class="tsd-signature-symbol">; </span>strAppend<span class="tsd-signature-symbol">: </span><a href="commands_STRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRAPPEND</a><span class="tsd-signature-symbol">; </span>strLen<span class="tsd-signature-symbol">: </span><a href="commands_STRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRLEN</a><span class="tsd-signature-symbol">; </span>type<span class="tsd-signature-symbol">: </span><a href="commands_TYPE.html" class="tsd-signature-type" data-tsd-kind="Module">commands/TYPE</a><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>ARRAPPEND<span class="tsd-signature-symbol">: </span><a href="commands_ARRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRAPPEND</a></h5></li><li class="tsd-parameter"><h5>ARRINDEX<span class="tsd-signature-symbol">: </span><a href="commands_ARRINDEX.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINDEX</a></h5></li><li class="tsd-parameter"><h5>ARRINSERT<span class="tsd-signature-symbol">: </span><a href="commands_ARRINSERT.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINSERT</a></h5></li><li class="tsd-parameter"><h5>ARRLEN<span class="tsd-signature-symbol">: </span><a href="commands_ARRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRLEN</a></h5></li><li class="tsd-parameter"><h5>ARRPOP<span class="tsd-signature-symbol">: </span><a href="commands_ARRPOP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRPOP</a></h5></li><li class="tsd-parameter"><h5>ARRTRIM<span class="tsd-signature-symbol">: </span><a href="commands_ARRTRIM.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRTRIM</a></h5></li><li class="tsd-parameter"><h5>DEBUG_<wbr/>MEMORY<span class="tsd-signature-symbol">: </span><a href="commands_DEBUG_MEMORY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEBUG_MEMORY</a></h5></li><li class="tsd-parameter"><h5>DEL<span class="tsd-signature-symbol">: </span><a href="commands_DEL.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEL</a></h5></li><li class="tsd-parameter"><h5>FORGET<span class="tsd-signature-symbol">: </span><a href="commands_FORGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/FORGET</a></h5></li><li class="tsd-parameter"><h5>GET<span class="tsd-signature-symbol">: </span><a href="commands_GET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/GET</a></h5></li><li class="tsd-parameter"><h5>MGET<span class="tsd-signature-symbol">: </span><a href="commands_MGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/MGET</a></h5></li><li class="tsd-parameter"><h5>NUMINCRBY<span class="tsd-signature-symbol">: </span><a href="commands_NUMINCRBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMINCRBY</a></h5></li><li class="tsd-parameter"><h5>NUMMULTBY<span class="tsd-signature-symbol">: </span><a href="commands_NUMMULTBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMMULTBY</a></h5></li><li class="tsd-parameter"><h5>OBJKEYS<span class="tsd-signature-symbol">: </span><a href="commands_OBJKEYS.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJKEYS</a></h5></li><li class="tsd-parameter"><h5>OBJLEN<span class="tsd-signature-symbol">: </span><a href="commands_OBJLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJLEN</a></h5></li><li class="tsd-parameter"><h5>RESP<span class="tsd-signature-symbol">: </span><a href="commands_RESP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/RESP</a></h5></li><li class="tsd-parameter"><h5>SET<span class="tsd-signature-symbol">: </span><a href="commands_SET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/SET</a></h5></li><li class="tsd-parameter"><h5>STRAPPEND<span class="tsd-signature-symbol">: </span><a href="commands_STRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRAPPEND</a></h5></li><li class="tsd-parameter"><h5>STRLEN<span class="tsd-signature-symbol">: </span><a href="commands_STRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRLEN</a></h5></li><li class="tsd-parameter"><h5>TYPE<span class="tsd-signature-symbol">: </span><a href="commands_TYPE.html" class="tsd-signature-type" data-tsd-kind="Module">commands/TYPE</a></h5></li><li class="tsd-parameter"><h5>arr<wbr/>Append<span class="tsd-signature-symbol">: </span><a href="commands_ARRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRAPPEND</a></h5></li><li class="tsd-parameter"><h5>arr<wbr/>Index<span class="tsd-signature-symbol">: </span><a href="commands_ARRINDEX.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINDEX</a></h5></li><li class="tsd-parameter"><h5>arr<wbr/>Insert<span class="tsd-signature-symbol">: </span><a href="commands_ARRINSERT.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRINSERT</a></h5></li><li class="tsd-parameter"><h5>arr<wbr/>Len<span class="tsd-signature-symbol">: </span><a href="commands_ARRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRLEN</a></h5></li><li class="tsd-parameter"><h5>arr<wbr/>Pop<span class="tsd-signature-symbol">: </span><a href="commands_ARRPOP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRPOP</a></h5></li><li class="tsd-parameter"><h5>arr<wbr/>Trim<span class="tsd-signature-symbol">: </span><a href="commands_ARRTRIM.html" class="tsd-signature-type" data-tsd-kind="Module">commands/ARRTRIM</a></h5></li><li class="tsd-parameter"><h5>debug<wbr/>Memory<span class="tsd-signature-symbol">: </span><a href="commands_DEBUG_MEMORY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEBUG_MEMORY</a></h5></li><li class="tsd-parameter"><h5>del<span class="tsd-signature-symbol">: </span><a href="commands_DEL.html" class="tsd-signature-type" data-tsd-kind="Module">commands/DEL</a></h5></li><li class="tsd-parameter"><h5>forget<span class="tsd-signature-symbol">: </span><a href="commands_FORGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/FORGET</a></h5></li><li class="tsd-parameter"><h5>get<span class="tsd-signature-symbol">: </span><a href="commands_GET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/GET</a></h5></li><li class="tsd-parameter"><h5>m<wbr/>Get<span class="tsd-signature-symbol">: </span><a href="commands_MGET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/MGET</a></h5></li><li class="tsd-parameter"><h5>num<wbr/>Incr<wbr/>By<span class="tsd-signature-symbol">: </span><a href="commands_NUMINCRBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMINCRBY</a></h5></li><li class="tsd-parameter"><h5>num<wbr/>Mult<wbr/>By<span class="tsd-signature-symbol">: </span><a href="commands_NUMMULTBY.html" class="tsd-signature-type" data-tsd-kind="Module">commands/NUMMULTBY</a></h5></li><li class="tsd-parameter"><h5>obj<wbr/>Keys<span class="tsd-signature-symbol">: </span><a href="commands_OBJKEYS.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJKEYS</a></h5></li><li class="tsd-parameter"><h5>obj<wbr/>Len<span class="tsd-signature-symbol">: </span><a href="commands_OBJLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/OBJLEN</a></h5></li><li class="tsd-parameter"><h5>resp<span class="tsd-signature-symbol">: </span><a href="commands_RESP.html" class="tsd-signature-type" data-tsd-kind="Module">commands/RESP</a></h5></li><li class="tsd-parameter"><h5>set<span class="tsd-signature-symbol">: </span><a href="commands_SET.html" class="tsd-signature-type" data-tsd-kind="Module">commands/SET</a></h5></li><li class="tsd-parameter"><h5>str<wbr/>Append<span class="tsd-signature-symbol">: </span><a href="commands_STRAPPEND.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRAPPEND</a></h5></li><li class="tsd-parameter"><h5>str<wbr/>Len<span class="tsd-signature-symbol">: </span><a href="commands_STRLEN.html" class="tsd-signature-type" data-tsd-kind="Module">commands/STRLEN</a></h5></li><li class="tsd-parameter"><h5>type<span class="tsd-signature-symbol">: </span><a href="commands_TYPE.html" class="tsd-signature-type" data-tsd-kind="Module">commands/TYPE</a></h5></li></ul></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="transformNumbersReply" class="tsd-anchor"></a><h3>transform<wbr/>Numbers<wbr/>Reply</h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">transform<wbr/>Numbers<wbr/>Reply<span class="tsd-signature-symbol">(</span>reply<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</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">number</span><span class="tsd-signature-symbol">[]</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L98">commands/index.ts:98</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>reply: <span class="tsd-signature-type">string</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="transformRedisJsonArgument" class="tsd-anchor"></a><h3>transform<wbr/>Redis<wbr/>Json<wbr/>Argument</h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Argument<span class="tsd-signature-symbol">(</span>json<span class="tsd-signature-symbol">: </span><a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L74">commands/index.ts:74</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>json: <a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="transformRedisJsonArrayReply" class="tsd-anchor"></a><h3>transform<wbr/>Redis<wbr/>Json<wbr/>Array<wbr/>Reply</h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Array<wbr/>Reply<span class="tsd-signature-symbol">(</span>jsons<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol">[]</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L82">commands/index.ts:82</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>jsons: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol">[]</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="transformRedisJsonNullArrayNullReply" class="tsd-anchor"></a><h3>transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Array<wbr/>Null<wbr/>Reply</h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Array<wbr/>Null<wbr/>Reply<span class="tsd-signature-symbol">(</span>jsons<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><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><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L92">commands/index.ts:92</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>jsons: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><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><span class="tsd-signature-symbol">[]</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="transformRedisJsonNullReply" class="tsd-anchor"></a><h3>transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Reply</h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Reply<span class="tsd-signature-symbol">(</span>json<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><span class="tsd-signature-symbol">: </span><a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L86">commands/index.ts:86</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>json: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="transformRedisJsonReply" class="tsd-anchor"></a><h3>transform<wbr/>Redis<wbr/>Json<wbr/>Reply</h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Reply<span class="tsd-signature-symbol">(</span>json<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/redis/node-redis/blob/b37038e/packages/json/lib/commands/index.ts#L78">commands/index.ts:78</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>json: <span class="tsd-signature-type">string</span></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="commands.html#RedisJSON" class="tsd-signature-type" data-tsd-kind="Type alias">RedisJSON</a></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class="current tsd-kind-module"><a href="commands.html">commands</a></li><li class=" tsd-kind-module"><a href="commands_ARRAPPEND.html">commands/ARRAPPEND</a></li><li class=" tsd-kind-module"><a href="commands_ARRINDEX.html">commands/ARRINDEX</a></li><li class=" tsd-kind-module"><a href="commands_ARRINSERT.html">commands/ARRINSERT</a></li><li class=" tsd-kind-module"><a href="commands_ARRLEN.html">commands/ARRLEN</a></li><li class=" tsd-kind-module"><a href="commands_ARRPOP.html">commands/ARRPOP</a></li><li class=" tsd-kind-module"><a href="commands_ARRTRIM.html">commands/ARRTRIM</a></li><li class=" tsd-kind-module"><a href="commands_DEBUG_MEMORY.html">commands/DEBUG_<wbr/>MEMORY</a></li><li class=" tsd-kind-module"><a href="commands_DEL.html">commands/DEL</a></li><li class=" tsd-kind-module"><a href="commands_FORGET.html">commands/FORGET</a></li><li class=" tsd-kind-module"><a href="commands_GET.html">commands/GET</a></li><li class=" tsd-kind-module"><a href="commands_MGET.html">commands/MGET</a></li><li class=" tsd-kind-module"><a href="commands_NUMINCRBY.html">commands/NUMINCRBY</a></li><li class=" tsd-kind-module"><a href="commands_NUMMULTBY.html">commands/NUMMULTBY</a></li><li class=" tsd-kind-module"><a href="commands_OBJKEYS.html">commands/OBJKEYS</a></li><li class=" tsd-kind-module"><a href="commands_OBJLEN.html">commands/OBJLEN</a></li><li class=" tsd-kind-module"><a href="commands_RESP.html">commands/RESP</a></li><li class=" tsd-kind-module"><a href="commands_SET.html">commands/SET</a></li><li class=" tsd-kind-module"><a href="commands_STRAPPEND.html">commands/STRAPPEND</a></li><li class=" tsd-kind-module"><a href="commands_STRLEN.html">commands/STRLEN</a></li><li class=" tsd-kind-module"><a href="commands_TYPE.html">commands/TYPE</a></li><li class=" tsd-kind-module"><a href="index.html">index</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="commands.html#RedisJSON" class="tsd-kind-icon">RedisJSON</a></li><li class="tsd-kind-property tsd-parent-kind-module"><a href="commands.html#default" class="tsd-kind-icon">default</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformNumbersReply" class="tsd-kind-icon">transform<wbr/>Numbers<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonArgument" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Argument</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonArrayReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Array<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonNullArrayNullReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Array<wbr/>Null<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonNullReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Null<wbr/>Reply</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="commands.html#transformRedisJsonReply" class="tsd-kind-icon">transform<wbr/>Redis<wbr/>Json<wbr/>Reply</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><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> |