diff --git a/documentation/bloom/assets/main.js b/documentation/bloom/assets/main.js
index abd0485a23..d55df0323e 100644
--- a/documentation/bloom/assets/main.js
+++ b/documentation/bloom/assets/main.js
@@ -1,54 +1,58 @@
"use strict";
"use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
-`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${pe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))} `),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
-`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})();
-/*!
- * lunr.Builder
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.Index
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.Pipeline
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.Set
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.TokenSet
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.Vector
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.stemmer
- * Copyright (C) 2020 Oliver Nightingale
- * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
- */
-/*!
- * lunr.stopWordFilter
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.tokenizer
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.trimmer
- * Copyright (C) 2020 Oliver Nightingale
- */
-/*!
- * lunr.utils
- * Copyright (C) 2020 Oliver Nightingale
- */
-/**
- * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
- * Copyright (C) 2020 Oliver Nightingale
- * @license MIT
- */
+`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function B(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureFocusedElementVisible(){this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null);let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n.tagName!=="SECTION";)n=n.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}};var I=class{constructor(e){this.el=e.el,this.app=e.app}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends I{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{He(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?pe(e,-1):s.key==="ArrowDown"?pe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ae(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function He(t,e,n,r){if(Ae(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${fe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function pe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function fe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))} `),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",j="mouseup",Z={x:0,y:0},ge=!1,se=!1,Be=!1,A=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(Be=!0,F="touchstart",ye="touchmove",j="touchend");document.addEventListener(F,t=>{se=!0,A=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(se&&!A){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);A=Math.sqrt(n*n+r*r)>10}});document.addEventListener(j,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends I{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(j,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(j,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){A||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!A&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends I{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
+`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends I{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();B(X,".menu-highlight");B(K,"a[data-toggle]");B(te,".tsd-index-accordion");B(ee,".tsd-filter-item input[type=checkbox]");var we=document.getElementById("theme");we&&be(we);var je=new Y;Object.defineProperty(window,"app",{value:je});})();
+/*! Bundled license information:
+
+lunr/lunr.js:
+ (**
+ * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
+ * Copyright (C) 2020 Oliver Nightingale
+ * @license MIT
+ *)
+ (*!
+ * lunr.utils
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.Set
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.tokenizer
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.Pipeline
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.Vector
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.stemmer
+ * Copyright (C) 2020 Oliver Nightingale
+ * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
+ *)
+ (*!
+ * lunr.stopWordFilter
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.trimmer
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.TokenSet
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.Index
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+ (*!
+ * lunr.Builder
+ * Copyright (C) 2020 Oliver Nightingale
+ *)
+*/
diff --git a/documentation/bloom/assets/search.js b/documentation/bloom/assets/search.js
index de734d1d13..b0bdc91a8a 100644
--- a/documentation/bloom/assets/search.js
+++ b/documentation/bloom/assets/search.js
@@ -1 +1 @@
-window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"commands/bloom/ADD\",\"url\":\"modules/commands_bloom_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/ADD\"},{\"kind\":2,\"name\":\"commands/bloom/CARD\",\"url\":\"modules/commands_bloom_CARD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_CARD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_CARD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_CARD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_CARD.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":2,\"name\":\"commands/bloom/EXISTS\",\"url\":\"modules/commands_bloom_EXISTS.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_EXISTS.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_EXISTS.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_EXISTS.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":2,\"name\":\"commands/bloom/INFO\",\"url\":\"modules/commands_bloom_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_bloom_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":1024,\"name\":\"capacity\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#capacity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfFilters\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#numberOfFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfInsertedItems\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#numberOfInsertedItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"expansionRate\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#expansionRate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/bloom/INSERT\",\"url\":\"modules/commands_bloom_INSERT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_INSERT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INSERT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_INSERT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/INSERT\"},{\"kind\":2,\"name\":\"commands/bloom/LOADCHUNK\",\"url\":\"modules/commands_bloom_LOADCHUNK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_LOADCHUNK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/LOADCHUNK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_LOADCHUNK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/LOADCHUNK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_LOADCHUNK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/LOADCHUNK\"},{\"kind\":2,\"name\":\"commands/bloom/MADD\",\"url\":\"modules/commands_bloom_MADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_MADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/MADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_MADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/MADD\"},{\"kind\":2,\"name\":\"commands/bloom/MEXISTS\",\"url\":\"modules/commands_bloom_MEXISTS.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_MEXISTS.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_MEXISTS.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_MEXISTS.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":2,\"name\":\"commands/bloom/RESERVE\",\"url\":\"modules/commands_bloom_RESERVE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_RESERVE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/RESERVE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_RESERVE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/RESERVE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_RESERVE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/RESERVE\"},{\"kind\":2,\"name\":\"commands/bloom/SCANDUMP\",\"url\":\"modules/commands_bloom_SCANDUMP.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_SCANDUMP.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_SCANDUMP.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_SCANDUMP.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_SCANDUMP.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":2,\"name\":\"commands/bloom\",\"url\":\"modules/commands_bloom.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_bloom.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_bloom.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/bloom.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_bloom.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_bloom.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"CARD\",\"url\":\"variables/commands_bloom.default.html#__type.CARD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"card\",\"url\":\"variables/commands_bloom.default.html#__type.card-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands_bloom.default.html#__type.EXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands_bloom.default.html#__type.exists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_bloom.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_bloom.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands_bloom.default.html#__type.INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands_bloom.default.html#__type.insert-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands_bloom.default.html#__type.LOADCHUNK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands_bloom.default.html#__type.loadChunk-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"MADD\",\"url\":\"variables/commands_bloom.default.html#__type.MADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"mAdd\",\"url\":\"variables/commands_bloom.default.html#__type.mAdd-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"MEXISTS\",\"url\":\"variables/commands_bloom.default.html#__type.MEXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"mExists\",\"url\":\"variables/commands_bloom.default.html#__type.mExists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands_bloom.default.html#__type.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands_bloom.default.html#__type.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands_bloom.default.html#__type.SCANDUMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands_bloom.default.html#__type.scanDump-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INCRBY\",\"url\":\"modules/commands_count_min_sketch_INCRBY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INCRBY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INCRBY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INCRBY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INCRBY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INCRBY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INCRBY\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INFO\",\"url\":\"modules/commands_count_min_sketch_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_count_min_sketch_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_count_min_sketch_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/count-min-sketch/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"depth\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html#depth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/count-min-sketch/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/count-min-sketch/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INITBYDIM\",\"url\":\"modules/commands_count_min_sketch_INITBYDIM.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INITBYDIM.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYDIM\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INITBYDIM.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYDIM\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INITBYDIM.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYDIM\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INITBYPROB\",\"url\":\"modules/commands_count_min_sketch_INITBYPROB.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INITBYPROB.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYPROB\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INITBYPROB.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYPROB\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INITBYPROB.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYPROB\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/MERGE\",\"url\":\"modules/commands_count_min_sketch_MERGE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_MERGE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/MERGE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_MERGE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/MERGE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_MERGE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/MERGE\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/QUERY\",\"url\":\"modules/commands_count_min_sketch_QUERY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_QUERY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_QUERY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_QUERY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_count_min_sketch_QUERY.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":2,\"name\":\"commands/count-min-sketch\",\"url\":\"modules/commands_count_min_sketch.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_count_min_sketch.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_count_min_sketch.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/count-min-sketch.default\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INCRBY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.incrBy-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"INITBYDIM\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INITBYDIM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"initByDim\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.initByDim-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"INITBYPROB\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INITBYPROB\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"initByProb\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.initByProb-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.merge-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.QUERY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.query-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":2,\"name\":\"commands/cuckoo/ADD\",\"url\":\"modules/commands_cuckoo_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADD\"},{\"kind\":2,\"name\":\"commands/cuckoo/ADDNX\",\"url\":\"modules/commands_cuckoo_ADDNX.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_ADDNX.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADDNX\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_ADDNX.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADDNX\"},{\"kind\":2,\"name\":\"commands/cuckoo/COUNT\",\"url\":\"modules/commands_cuckoo_COUNT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_COUNT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/COUNT\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_COUNT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/COUNT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_COUNT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/COUNT\"},{\"kind\":2,\"name\":\"commands/cuckoo/DEL\",\"url\":\"modules/commands_cuckoo_DEL.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_DEL.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/DEL\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_DEL.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/DEL\"},{\"kind\":2,\"name\":\"commands/cuckoo/EXISTS\",\"url\":\"modules/commands_cuckoo_EXISTS.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_EXISTS.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_EXISTS.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_cuckoo_EXISTS.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":2,\"name\":\"commands/cuckoo/INFO\",\"url\":\"modules/commands_cuckoo_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_cuckoo_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_cuckoo_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfBuckets\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfBuckets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfFilters\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfInsertedItems\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfInsertedItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfDeletedItems\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfDeletedItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"bucketSize\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#bucketSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"expansionRate\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#expansionRate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"maxIteration\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#maxIteration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/cuckoo/INSERT\",\"url\":\"modules/commands_cuckoo_INSERT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_INSERT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_INSERT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERT\"},{\"kind\":2,\"name\":\"commands/cuckoo/INSERTNX\",\"url\":\"modules/commands_cuckoo_INSERTNX.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_INSERTNX.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERTNX\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_INSERTNX.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERTNX\"},{\"kind\":2,\"name\":\"commands/cuckoo/LOADCHUNK\",\"url\":\"modules/commands_cuckoo_LOADCHUNK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_LOADCHUNK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/LOADCHUNK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_LOADCHUNK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/LOADCHUNK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_LOADCHUNK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/LOADCHUNK\"},{\"kind\":2,\"name\":\"commands/cuckoo/RESERVE\",\"url\":\"modules/commands_cuckoo_RESERVE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_RESERVE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/RESERVE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_RESERVE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/RESERVE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_RESERVE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/RESERVE\"},{\"kind\":2,\"name\":\"commands/cuckoo/SCANDUMP\",\"url\":\"modules/commands_cuckoo_SCANDUMP.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_SCANDUMP.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/SCANDUMP\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_SCANDUMP.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/SCANDUMP\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_SCANDUMP.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/SCANDUMP\"},{\"kind\":2,\"name\":\"commands/cuckoo\",\"url\":\"modules/commands_cuckoo.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"pushInsertOptions\",\"url\":\"functions/commands_cuckoo.pushInsertOptions.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo\"},{\"kind\":256,\"name\":\"InsertOptions\",\"url\":\"interfaces/commands_cuckoo.InsertOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/cuckoo\"},{\"kind\":1024,\"name\":\"CAPACITY\",\"url\":\"interfaces/commands_cuckoo.InsertOptions.html#CAPACITY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo.InsertOptions\"},{\"kind\":1024,\"name\":\"NOCREATE\",\"url\":\"interfaces/commands_cuckoo.InsertOptions.html#NOCREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo.InsertOptions\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_cuckoo.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_cuckoo.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/cuckoo.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_cuckoo.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_cuckoo.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"ADDNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.ADDNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"addNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.addNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands_cuckoo.default.html#__type.COUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands_cuckoo.default.html#__type.count-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"DEL\",\"url\":\"variables/commands_cuckoo.default.html#__type.DEL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"del\",\"url\":\"variables/commands_cuckoo.default.html#__type.del-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands_cuckoo.default.html#__type.EXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands_cuckoo.default.html#__type.exists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_cuckoo.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_cuckoo.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands_cuckoo.default.html#__type.INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands_cuckoo.default.html#__type.insert-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"INSERTNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.INSERTNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"insertNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.insertNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands_cuckoo.default.html#__type.LOADCHUNK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands_cuckoo.default.html#__type.loadChunk-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands_cuckoo.default.html#__type.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands_cuckoo.default.html#__type.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands_cuckoo.default.html#__type.SCANDUMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands_cuckoo.default.html#__type.scanDump-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":2,\"name\":\"commands\",\"url\":\"modules/commands.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands.default\"},{\"kind\":1024,\"name\":\"bf\",\"url\":\"variables/commands.default.html#__type.bf\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.__type-1.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.__type-1.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"CARD\",\"url\":\"variables/commands.default.html#__type.__type-1.CARD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"card\",\"url\":\"variables/commands.default.html#__type.__type-1.card-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands.default.html#__type.__type-1.EXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands.default.html#__type.__type-1.exists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.__type-1.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.__type-1.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands.default.html#__type.__type-1.INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands.default.html#__type.__type-1.insert-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands.default.html#__type.__type-1.LOADCHUNK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands.default.html#__type.__type-1.loadChunk-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"MADD\",\"url\":\"variables/commands.default.html#__type.__type-1.MADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"mAdd\",\"url\":\"variables/commands.default.html#__type.__type-1.mAdd-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"MEXISTS\",\"url\":\"variables/commands.default.html#__type.__type-1.MEXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"mExists\",\"url\":\"variables/commands.default.html#__type.__type-1.mExists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands.default.html#__type.__type-1.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands.default.html#__type.__type-1.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands.default.html#__type.__type-1.SCANDUMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands.default.html#__type.__type-1.scanDump-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"cms\",\"url\":\"variables/commands.default.html#__type.cms\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands.default.html#__type.__type-3.INCRBY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands.default.html#__type.__type-3.incrBy-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.__type-3.INFO-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.__type-3.info-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INITBYDIM\",\"url\":\"variables/commands.default.html#__type.__type-3.INITBYDIM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"initByDim\",\"url\":\"variables/commands.default.html#__type.__type-3.initByDim-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INITBYPROB\",\"url\":\"variables/commands.default.html#__type.__type-3.INITBYPROB\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"initByProb\",\"url\":\"variables/commands.default.html#__type.__type-3.initByProb-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands.default.html#__type.__type-3.MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands.default.html#__type.__type-3.merge-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands.default.html#__type.__type-3.QUERY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands.default.html#__type.__type-3.query-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"cf\",\"url\":\"variables/commands.default.html#__type.cf\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.__type-2.ADD-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.__type-2.add-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"ADDNX\",\"url\":\"variables/commands.default.html#__type.__type-2.ADDNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"addNX\",\"url\":\"variables/commands.default.html#__type.__type-2.addNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands.default.html#__type.__type-2.COUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands.default.html#__type.__type-2.count-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"DEL\",\"url\":\"variables/commands.default.html#__type.__type-2.DEL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"del\",\"url\":\"variables/commands.default.html#__type.__type-2.del-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands.default.html#__type.__type-2.EXISTS-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands.default.html#__type.__type-2.exists-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.__type-2.INFO-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.__type-2.info-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands.default.html#__type.__type-2.INSERT-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands.default.html#__type.__type-2.insert-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INSERTNX\",\"url\":\"variables/commands.default.html#__type.__type-2.INSERTNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"insertNX\",\"url\":\"variables/commands.default.html#__type.__type-2.insertNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands.default.html#__type.__type-2.LOADCHUNK-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands.default.html#__type.__type-2.loadChunk-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands.default.html#__type.__type-2.RESERVE-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands.default.html#__type.__type-2.reserve-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands.default.html#__type.__type-2.SCANDUMP-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands.default.html#__type.__type-2.scanDump-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"tDigest\",\"url\":\"variables/commands.default.html#__type.tDigest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.__type-4.ADD-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.__type-4.add-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"BYRANK\",\"url\":\"variables/commands.default.html#__type.__type-4.BYRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"byRank\",\"url\":\"variables/commands.default.html#__type.__type-4.byRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"BYREVRANK\",\"url\":\"variables/commands.default.html#__type.__type-4.BYREVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"byRevRank\",\"url\":\"variables/commands.default.html#__type.__type-4.byRevRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"CDF\",\"url\":\"variables/commands.default.html#__type.__type-4.CDF\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"cdf\",\"url\":\"variables/commands.default.html#__type.__type-4.cdf-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"CREATE\",\"url\":\"variables/commands.default.html#__type.__type-4.CREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"create\",\"url\":\"variables/commands.default.html#__type.__type-4.create-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.__type-4.INFO-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.__type-4.info-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"MAX\",\"url\":\"variables/commands.default.html#__type.__type-4.MAX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"variables/commands.default.html#__type.__type-4.max-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands.default.html#__type.__type-4.MERGE-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands.default.html#__type.__type-4.merge-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"MIN\",\"url\":\"variables/commands.default.html#__type.__type-4.MIN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"min\",\"url\":\"variables/commands.default.html#__type.__type-4.min-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"QUANTILE\",\"url\":\"variables/commands.default.html#__type.__type-4.QUANTILE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"quantile\",\"url\":\"variables/commands.default.html#__type.__type-4.quantile-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"RANK\",\"url\":\"variables/commands.default.html#__type.__type-4.RANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"rank\",\"url\":\"variables/commands.default.html#__type.__type-4.rank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"RESET\",\"url\":\"variables/commands.default.html#__type.__type-4.RESET\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"variables/commands.default.html#__type.__type-4.reset-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"REVRANK\",\"url\":\"variables/commands.default.html#__type.__type-4.REVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"revRank\",\"url\":\"variables/commands.default.html#__type.__type-4.revRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"TRIMMED_MEAN\",\"url\":\"variables/commands.default.html#__type.__type-4.TRIMMED_MEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"trimmedMean\",\"url\":\"variables/commands.default.html#__type.__type-4.trimmedMean\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"topK\",\"url\":\"variables/commands.default.html#__type.topK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.__type-5.ADD-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.__type-5.add-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands.default.html#__type.__type-5.COUNT-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands.default.html#__type.__type-5.count-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands.default.html#__type.__type-5.INCRBY-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands.default.html#__type.__type-5.incrBy-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.__type-5.INFO-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.__type-5.info-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"LIST_WITHCOUNT\",\"url\":\"variables/commands.default.html#__type.__type-5.LIST_WITHCOUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"listWithCount\",\"url\":\"variables/commands.default.html#__type.__type-5.listWithCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"LIST\",\"url\":\"variables/commands.default.html#__type.__type-5.LIST\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"list\",\"url\":\"variables/commands.default.html#__type.__type-5.list-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands.default.html#__type.__type-5.QUERY-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands.default.html#__type.__type-5.query-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands.default.html#__type.__type-5.RESERVE-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands.default.html#__type.__type-5.reserve-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__type\"},{\"kind\":2,\"name\":\"commands/t-digest/ADD\",\"url\":\"modules/commands_t_digest_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/ADD\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_ADD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/ADD\"},{\"kind\":2,\"name\":\"commands/t-digest/BYRANK\",\"url\":\"modules/commands_t_digest_BYRANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_BYRANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_BYRANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_BYRANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":2,\"name\":\"commands/t-digest/BYREVRANK\",\"url\":\"modules/commands_t_digest_BYREVRANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_BYREVRANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_BYREVRANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_BYREVRANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":2,\"name\":\"commands/t-digest/CDF\",\"url\":\"modules/commands_t_digest_CDF.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_CDF.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_CDF.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_CDF.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":2,\"name\":\"commands/t-digest/CREATE\",\"url\":\"modules/commands_t_digest_CREATE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_CREATE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CREATE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_CREATE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CREATE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_CREATE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CREATE\"},{\"kind\":2,\"name\":\"commands/t-digest/INFO\",\"url\":\"modules/commands_t_digest_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":2,\"name\":\"commands/t-digest/MAX\",\"url\":\"modules/commands_t_digest_MAX.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_MAX.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_MAX.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_MAX.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":2,\"name\":\"commands/t-digest/MERGE\",\"url\":\"modules/commands_t_digest_MERGE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_MERGE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MERGE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_MERGE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MERGE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_MERGE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MERGE\"},{\"kind\":2,\"name\":\"commands/t-digest/MIN\",\"url\":\"modules/commands_t_digest_MIN.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_MIN.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_MIN.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_MIN.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":2,\"name\":\"commands/t-digest/QUANTILE\",\"url\":\"modules/commands_t_digest_QUANTILE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_QUANTILE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_QUANTILE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_QUANTILE.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":2,\"name\":\"commands/t-digest/RANK\",\"url\":\"modules/commands_t_digest_RANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_RANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_RANK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_RANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_RANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":2,\"name\":\"commands/t-digest/RESET\",\"url\":\"modules/commands_t_digest_RESET.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_RESET.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RESET\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_RESET.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RESET\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_RESET.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RESET\"},{\"kind\":2,\"name\":\"commands/t-digest/REVRANK\",\"url\":\"modules/commands_t_digest_REVRANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_REVRANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_REVRANK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_REVRANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_REVRANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":2,\"name\":\"commands/t-digest/TRIMMED_MEAN\",\"url\":\"modules/commands_t_digest_TRIMMED_MEAN.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_TRIMMED_MEAN.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_TRIMMED_MEAN.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_TRIMMED_MEAN.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":2,\"name\":\"commands/t-digest\",\"url\":\"modules/commands_t_digest.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"pushCompressionArgument\",\"url\":\"functions/commands_t_digest.pushCompressionArgument.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":64,\"name\":\"transformDoubleReply\",\"url\":\"functions/commands_t_digest.transformDoubleReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":64,\"name\":\"transformDoublesReply\",\"url\":\"functions/commands_t_digest.transformDoublesReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":256,\"name\":\"CompressionOption\",\"url\":\"interfaces/commands_t_digest.CompressionOption.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":1024,\"name\":\"COMPRESSION\",\"url\":\"interfaces/commands_t_digest.CompressionOption.html#COMPRESSION\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/t-digest.CompressionOption\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_t_digest.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_t_digest.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/t-digest.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_t_digest.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_t_digest.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"BYRANK\",\"url\":\"variables/commands_t_digest.default.html#__type.BYRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"byRank\",\"url\":\"variables/commands_t_digest.default.html#__type.byRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"BYREVRANK\",\"url\":\"variables/commands_t_digest.default.html#__type.BYREVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"byRevRank\",\"url\":\"variables/commands_t_digest.default.html#__type.byRevRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"CDF\",\"url\":\"variables/commands_t_digest.default.html#__type.CDF\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"cdf\",\"url\":\"variables/commands_t_digest.default.html#__type.cdf-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"CREATE\",\"url\":\"variables/commands_t_digest.default.html#__type.CREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"create\",\"url\":\"variables/commands_t_digest.default.html#__type.create-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_t_digest.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_t_digest.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"MAX\",\"url\":\"variables/commands_t_digest.default.html#__type.MAX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"variables/commands_t_digest.default.html#__type.max-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands_t_digest.default.html#__type.MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands_t_digest.default.html#__type.merge-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"MIN\",\"url\":\"variables/commands_t_digest.default.html#__type.MIN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"min\",\"url\":\"variables/commands_t_digest.default.html#__type.min-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"QUANTILE\",\"url\":\"variables/commands_t_digest.default.html#__type.QUANTILE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"quantile\",\"url\":\"variables/commands_t_digest.default.html#__type.quantile-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"RANK\",\"url\":\"variables/commands_t_digest.default.html#__type.RANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"rank\",\"url\":\"variables/commands_t_digest.default.html#__type.rank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"RESET\",\"url\":\"variables/commands_t_digest.default.html#__type.RESET\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"variables/commands_t_digest.default.html#__type.reset-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"REVRANK\",\"url\":\"variables/commands_t_digest.default.html#__type.REVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"revRank\",\"url\":\"variables/commands_t_digest.default.html#__type.revRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"TRIMMED_MEAN\",\"url\":\"variables/commands_t_digest.default.html#__type.TRIMMED_MEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"trimmedMean\",\"url\":\"variables/commands_t_digest.default.html#__type.trimmedMean\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":2,\"name\":\"commands/top-k/ADD\",\"url\":\"modules/commands_top_k_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/ADD\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_ADD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/ADD\"},{\"kind\":2,\"name\":\"commands/top-k/COUNT\",\"url\":\"modules/commands_top_k_COUNT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_COUNT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_COUNT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_COUNT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_COUNT.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":2,\"name\":\"commands/top-k/INCRBY\",\"url\":\"modules/commands_top_k_INCRBY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_INCRBY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INCRBY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_INCRBY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INCRBY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_INCRBY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/INCRBY\"},{\"kind\":2,\"name\":\"commands/top-k/INFO\",\"url\":\"modules/commands_top_k_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_top_k_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":1024,\"name\":\"k\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#k\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"depth\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#depth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"decay\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#decay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/top-k/LIST\",\"url\":\"modules/commands_top_k_LIST.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_LIST.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_LIST.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_LIST.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_LIST.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":2,\"name\":\"commands/top-k/LIST_WITHCOUNT\",\"url\":\"modules/commands_top_k_LIST_WITHCOUNT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_LIST_WITHCOUNT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_LIST_WITHCOUNT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_LIST_WITHCOUNT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_LIST_WITHCOUNT.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":2,\"name\":\"commands/top-k/QUERY\",\"url\":\"modules/commands_top_k_QUERY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_QUERY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_QUERY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_QUERY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_QUERY.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":2,\"name\":\"commands/top-k/RESERVE\",\"url\":\"modules/commands_top_k_RESERVE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_RESERVE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_RESERVE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_RESERVE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_RESERVE.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":2,\"name\":\"commands/top-k\",\"url\":\"modules/commands_top_k.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_top_k.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_top_k.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/top-k.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_top_k.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_top_k.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands_top_k.default.html#__type.COUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands_top_k.default.html#__type.count-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands_top_k.default.html#__type.INCRBY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands_top_k.default.html#__type.incrBy-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_top_k.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_top_k.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"LIST_WITHCOUNT\",\"url\":\"variables/commands_top_k.default.html#__type.LIST_WITHCOUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"listWithCount\",\"url\":\"variables/commands_top_k.default.html#__type.listWithCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"LIST\",\"url\":\"variables/commands_top_k.default.html#__type.LIST\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"list\",\"url\":\"variables/commands_top_k.default.html#__type.list-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands_top_k.default.html#__type.QUERY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands_top_k.default.html#__type.query-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands_top_k.default.html#__type.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands_top_k.default.html#__type.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_ADD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/ADD\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_bloom_EXISTS.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_INSERT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INSERT\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_bloom_MADD.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/bloom/MADD\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_bloom_MEXISTS.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_ADD.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADD\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_ADDNX.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADDNX\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_DEL.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/DEL\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_EXISTS.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_INSERT.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERT\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_INSERTNX.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERTNX\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_BYRANK.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_BYREVRANK.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_CDF.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_MAX.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_MIN.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_QUANTILE.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_TRIMMED_MEAN.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":8388608,\"name\":\"default\",\"url\":\"modules/index.html#default\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,59.561]],[\"comment/0\",[]],[\"name/1\",[1,23.522]],[\"comment/1\",[]],[\"name/2\",[2,23.522]],[\"comment/2\",[]],[\"name/3\",[3,59.561]],[\"comment/3\",[]],[\"name/4\",[1,23.522]],[\"comment/4\",[]],[\"name/5\",[4,23.522]],[\"comment/5\",[]],[\"name/6\",[2,23.522]],[\"comment/6\",[]],[\"name/7\",[5,30.359]],[\"comment/7\",[]],[\"name/8\",[6,59.561]],[\"comment/8\",[]],[\"name/9\",[1,23.522]],[\"comment/9\",[]],[\"name/10\",[2,23.522]],[\"comment/10\",[]],[\"name/11\",[5,30.359]],[\"comment/11\",[]],[\"name/12\",[7,59.561]],[\"comment/12\",[]],[\"name/13\",[1,23.522]],[\"comment/13\",[]],[\"name/14\",[4,23.522]],[\"comment/14\",[]],[\"name/15\",[2,23.522]],[\"comment/15\",[]],[\"name/16\",[5,30.359]],[\"comment/16\",[]],[\"name/17\",[8,48.237]],[\"comment/17\",[]],[\"name/18\",[9,48.237]],[\"comment/18\",[]],[\"name/19\",[10,54.296]],[\"comment/19\",[]],[\"name/20\",[11,54.296]],[\"comment/20\",[]],[\"name/21\",[12,54.296]],[\"comment/21\",[]],[\"name/22\",[13,54.296]],[\"comment/22\",[]],[\"name/23\",[14,54.296]],[\"comment/23\",[]],[\"name/24\",[15,59.561]],[\"comment/24\",[]],[\"name/25\",[1,23.522]],[\"comment/25\",[]],[\"name/26\",[2,23.522]],[\"comment/26\",[]],[\"name/27\",[16,59.561]],[\"comment/27\",[]],[\"name/28\",[1,23.522]],[\"comment/28\",[]],[\"name/29\",[4,23.522]],[\"comment/29\",[]],[\"name/30\",[2,23.522]],[\"comment/30\",[]],[\"name/31\",[17,59.561]],[\"comment/31\",[]],[\"name/32\",[1,23.522]],[\"comment/32\",[]],[\"name/33\",[2,23.522]],[\"comment/33\",[]],[\"name/34\",[18,59.561]],[\"comment/34\",[]],[\"name/35\",[1,23.522]],[\"comment/35\",[]],[\"name/36\",[2,23.522]],[\"comment/36\",[]],[\"name/37\",[5,30.359]],[\"comment/37\",[]],[\"name/38\",[19,59.561]],[\"comment/38\",[]],[\"name/39\",[1,23.522]],[\"comment/39\",[]],[\"name/40\",[4,23.522]],[\"comment/40\",[]],[\"name/41\",[2,23.522]],[\"comment/41\",[]],[\"name/42\",[20,59.561]],[\"comment/42\",[]],[\"name/43\",[1,23.522]],[\"comment/43\",[]],[\"name/44\",[4,23.522]],[\"comment/44\",[]],[\"name/45\",[2,23.522]],[\"comment/45\",[]],[\"name/46\",[5,30.359]],[\"comment/46\",[]],[\"name/47\",[21,59.561]],[\"comment/47\",[]],[\"name/48\",[22,42.972]],[\"comment/48\",[]],[\"name/49\",[23,38.567]],[\"comment/49\",[]],[\"name/50\",[24,34.846]],[\"comment/50\",[]],[\"name/51\",[24,34.846]],[\"comment/51\",[]],[\"name/52\",[25,48.237]],[\"comment/52\",[]],[\"name/53\",[25,48.237]],[\"comment/53\",[]],[\"name/54\",[26,41.682]],[\"comment/54\",[]],[\"name/55\",[26,41.682]],[\"comment/55\",[]],[\"name/56\",[27,32.608]],[\"comment/56\",[]],[\"name/57\",[27,32.608]],[\"comment/57\",[]],[\"name/58\",[28,41.682]],[\"comment/58\",[]],[\"name/59\",[28,41.682]],[\"comment/59\",[]],[\"name/60\",[29,41.682]],[\"comment/60\",[]],[\"name/61\",[29,41.682]],[\"comment/61\",[]],[\"name/62\",[30,48.237]],[\"comment/62\",[]],[\"name/63\",[30,48.237]],[\"comment/63\",[]],[\"name/64\",[31,48.237]],[\"comment/64\",[]],[\"name/65\",[31,48.237]],[\"comment/65\",[]],[\"name/66\",[32,37.707]],[\"comment/66\",[]],[\"name/67\",[32,37.707]],[\"comment/67\",[]],[\"name/68\",[33,41.682]],[\"comment/68\",[]],[\"name/69\",[33,41.682]],[\"comment/69\",[]],[\"name/70\",[34,24.116,35,21.643,36,33.425]],[\"comment/70\",[]],[\"name/71\",[1,23.522]],[\"comment/71\",[]],[\"name/72\",[4,23.522]],[\"comment/72\",[]],[\"name/73\",[2,23.522]],[\"comment/73\",[]],[\"name/74\",[34,24.116,35,21.643,37,33.425]],[\"comment/74\",[]],[\"name/75\",[1,23.522]],[\"comment/75\",[]],[\"name/76\",[4,23.522]],[\"comment/76\",[]],[\"name/77\",[2,23.522]],[\"comment/77\",[]],[\"name/78\",[5,30.359]],[\"comment/78\",[]],[\"name/79\",[8,48.237]],[\"comment/79\",[]],[\"name/80\",[9,48.237]],[\"comment/80\",[]],[\"name/81\",[38,54.296]],[\"comment/81\",[]],[\"name/82\",[39,54.296]],[\"comment/82\",[]],[\"name/83\",[40,40.536]],[\"comment/83\",[]],[\"name/84\",[34,24.116,35,21.643,41,33.425]],[\"comment/84\",[]],[\"name/85\",[1,23.522]],[\"comment/85\",[]],[\"name/86\",[4,23.522]],[\"comment/86\",[]],[\"name/87\",[2,23.522]],[\"comment/87\",[]],[\"name/88\",[34,24.116,35,21.643,42,33.425]],[\"comment/88\",[]],[\"name/89\",[1,23.522]],[\"comment/89\",[]],[\"name/90\",[4,23.522]],[\"comment/90\",[]],[\"name/91\",[2,23.522]],[\"comment/91\",[]],[\"name/92\",[34,24.116,35,21.643,43,33.425]],[\"comment/92\",[]],[\"name/93\",[1,23.522]],[\"comment/93\",[]],[\"name/94\",[4,23.522]],[\"comment/94\",[]],[\"name/95\",[2,23.522]],[\"comment/95\",[]],[\"name/96\",[34,24.116,35,21.643,44,33.425]],[\"comment/96\",[]],[\"name/97\",[1,23.522]],[\"comment/97\",[]],[\"name/98\",[4,23.522]],[\"comment/98\",[]],[\"name/99\",[2,23.522]],[\"comment/99\",[]],[\"name/100\",[5,30.359]],[\"comment/100\",[]],[\"name/101\",[34,24.116,35,21.643,45,33.425]],[\"comment/101\",[]],[\"name/102\",[22,42.972]],[\"comment/102\",[]],[\"name/103\",[23,38.567]],[\"comment/103\",[]],[\"name/104\",[46,41.682]],[\"comment/104\",[]],[\"name/105\",[46,41.682]],[\"comment/105\",[]],[\"name/106\",[27,32.608]],[\"comment/106\",[]],[\"name/107\",[27,32.608]],[\"comment/107\",[]],[\"name/108\",[47,48.237]],[\"comment/108\",[]],[\"name/109\",[47,48.237]],[\"comment/109\",[]],[\"name/110\",[48,48.237]],[\"comment/110\",[]],[\"name/111\",[48,48.237]],[\"comment/111\",[]],[\"name/112\",[49,41.682]],[\"comment/112\",[]],[\"name/113\",[49,41.682]],[\"comment/113\",[]],[\"name/114\",[50,41.682]],[\"comment/114\",[]],[\"name/115\",[50,41.682]],[\"comment/115\",[]],[\"name/116\",[51,59.561]],[\"comment/116\",[]],[\"name/117\",[1,23.522]],[\"comment/117\",[]],[\"name/118\",[2,23.522]],[\"comment/118\",[]],[\"name/119\",[52,59.561]],[\"comment/119\",[]],[\"name/120\",[1,23.522]],[\"comment/120\",[]],[\"name/121\",[2,23.522]],[\"comment/121\",[]],[\"name/122\",[53,59.561]],[\"comment/122\",[]],[\"name/123\",[1,23.522]],[\"comment/123\",[]],[\"name/124\",[4,23.522]],[\"comment/124\",[]],[\"name/125\",[2,23.522]],[\"comment/125\",[]],[\"name/126\",[54,59.561]],[\"comment/126\",[]],[\"name/127\",[1,23.522]],[\"comment/127\",[]],[\"name/128\",[2,23.522]],[\"comment/128\",[]],[\"name/129\",[55,59.561]],[\"comment/129\",[]],[\"name/130\",[1,23.522]],[\"comment/130\",[]],[\"name/131\",[2,23.522]],[\"comment/131\",[]],[\"name/132\",[5,30.359]],[\"comment/132\",[]],[\"name/133\",[56,59.561]],[\"comment/133\",[]],[\"name/134\",[1,23.522]],[\"comment/134\",[]],[\"name/135\",[4,23.522]],[\"comment/135\",[]],[\"name/136\",[2,23.522]],[\"comment/136\",[]],[\"name/137\",[5,30.359]],[\"comment/137\",[]],[\"name/138\",[8,48.237]],[\"comment/138\",[]],[\"name/139\",[9,48.237]],[\"comment/139\",[]],[\"name/140\",[11,54.296]],[\"comment/140\",[]],[\"name/141\",[57,59.561]],[\"comment/141\",[]],[\"name/142\",[12,54.296]],[\"comment/142\",[]],[\"name/143\",[13,54.296]],[\"comment/143\",[]],[\"name/144\",[58,59.561]],[\"comment/144\",[]],[\"name/145\",[59,59.561]],[\"comment/145\",[]],[\"name/146\",[14,54.296]],[\"comment/146\",[]],[\"name/147\",[60,59.561]],[\"comment/147\",[]],[\"name/148\",[61,59.561]],[\"comment/148\",[]],[\"name/149\",[1,23.522]],[\"comment/149\",[]],[\"name/150\",[2,23.522]],[\"comment/150\",[]],[\"name/151\",[62,59.561]],[\"comment/151\",[]],[\"name/152\",[1,23.522]],[\"comment/152\",[]],[\"name/153\",[2,23.522]],[\"comment/153\",[]],[\"name/154\",[63,59.561]],[\"comment/154\",[]],[\"name/155\",[1,23.522]],[\"comment/155\",[]],[\"name/156\",[4,23.522]],[\"comment/156\",[]],[\"name/157\",[2,23.522]],[\"comment/157\",[]],[\"name/158\",[64,59.561]],[\"comment/158\",[]],[\"name/159\",[1,23.522]],[\"comment/159\",[]],[\"name/160\",[4,23.522]],[\"comment/160\",[]],[\"name/161\",[2,23.522]],[\"comment/161\",[]],[\"name/162\",[65,59.561]],[\"comment/162\",[]],[\"name/163\",[1,23.522]],[\"comment/163\",[]],[\"name/164\",[4,23.522]],[\"comment/164\",[]],[\"name/165\",[2,23.522]],[\"comment/165\",[]],[\"name/166\",[66,59.561]],[\"comment/166\",[]],[\"name/167\",[67,59.561]],[\"comment/167\",[]],[\"name/168\",[68,59.561]],[\"comment/168\",[]],[\"name/169\",[10,54.296]],[\"comment/169\",[]],[\"name/170\",[69,59.561]],[\"comment/170\",[]],[\"name/171\",[22,42.972]],[\"comment/171\",[]],[\"name/172\",[23,38.567]],[\"comment/172\",[]],[\"name/173\",[24,34.846]],[\"comment/173\",[]],[\"name/174\",[24,34.846]],[\"comment/174\",[]],[\"name/175\",[70,48.237]],[\"comment/175\",[]],[\"name/176\",[70,48.237]],[\"comment/176\",[]],[\"name/177\",[40,40.536]],[\"comment/177\",[]],[\"name/178\",[40,40.536]],[\"comment/178\",[]],[\"name/179\",[71,48.237]],[\"comment/179\",[]],[\"name/180\",[71,48.237]],[\"comment/180\",[]],[\"name/181\",[26,41.682]],[\"comment/181\",[]],[\"name/182\",[26,41.682]],[\"comment/182\",[]],[\"name/183\",[27,32.608]],[\"comment/183\",[]],[\"name/184\",[27,32.608]],[\"comment/184\",[]],[\"name/185\",[28,41.682]],[\"comment/185\",[]],[\"name/186\",[28,41.682]],[\"comment/186\",[]],[\"name/187\",[72,48.237]],[\"comment/187\",[]],[\"name/188\",[72,48.237]],[\"comment/188\",[]],[\"name/189\",[29,41.682]],[\"comment/189\",[]],[\"name/190\",[29,41.682]],[\"comment/190\",[]],[\"name/191\",[32,37.707]],[\"comment/191\",[]],[\"name/192\",[32,37.707]],[\"comment/192\",[]],[\"name/193\",[33,41.682]],[\"comment/193\",[]],[\"name/194\",[33,41.682]],[\"comment/194\",[]],[\"name/195\",[73,59.561]],[\"comment/195\",[]],[\"name/196\",[22,42.972]],[\"comment/196\",[]],[\"name/197\",[23,38.567]],[\"comment/197\",[]],[\"name/198\",[74,59.561]],[\"comment/198\",[]],[\"name/199\",[23,38.567]],[\"comment/199\",[]],[\"name/200\",[24,34.846]],[\"comment/200\",[]],[\"name/201\",[24,34.846]],[\"comment/201\",[]],[\"name/202\",[25,48.237]],[\"comment/202\",[]],[\"name/203\",[25,48.237]],[\"comment/203\",[]],[\"name/204\",[26,41.682]],[\"comment/204\",[]],[\"name/205\",[26,41.682]],[\"comment/205\",[]],[\"name/206\",[27,32.608]],[\"comment/206\",[]],[\"name/207\",[27,32.608]],[\"comment/207\",[]],[\"name/208\",[28,41.682]],[\"comment/208\",[]],[\"name/209\",[28,41.682]],[\"comment/209\",[]],[\"name/210\",[29,41.682]],[\"comment/210\",[]],[\"name/211\",[29,41.682]],[\"comment/211\",[]],[\"name/212\",[30,48.237]],[\"comment/212\",[]],[\"name/213\",[30,48.237]],[\"comment/213\",[]],[\"name/214\",[31,48.237]],[\"comment/214\",[]],[\"name/215\",[31,48.237]],[\"comment/215\",[]],[\"name/216\",[32,37.707]],[\"comment/216\",[]],[\"name/217\",[32,37.707]],[\"comment/217\",[]],[\"name/218\",[33,41.682]],[\"comment/218\",[]],[\"name/219\",[33,41.682]],[\"comment/219\",[]],[\"name/220\",[75,59.561]],[\"comment/220\",[]],[\"name/221\",[23,38.567]],[\"comment/221\",[]],[\"name/222\",[46,41.682]],[\"comment/222\",[]],[\"name/223\",[46,41.682]],[\"comment/223\",[]],[\"name/224\",[27,32.608]],[\"comment/224\",[]],[\"name/225\",[27,32.608]],[\"comment/225\",[]],[\"name/226\",[47,48.237]],[\"comment/226\",[]],[\"name/227\",[47,48.237]],[\"comment/227\",[]],[\"name/228\",[48,48.237]],[\"comment/228\",[]],[\"name/229\",[48,48.237]],[\"comment/229\",[]],[\"name/230\",[49,41.682]],[\"comment/230\",[]],[\"name/231\",[49,41.682]],[\"comment/231\",[]],[\"name/232\",[50,41.682]],[\"comment/232\",[]],[\"name/233\",[50,41.682]],[\"comment/233\",[]],[\"name/234\",[76,59.561]],[\"comment/234\",[]],[\"name/235\",[23,38.567]],[\"comment/235\",[]],[\"name/236\",[24,34.846]],[\"comment/236\",[]],[\"name/237\",[24,34.846]],[\"comment/237\",[]],[\"name/238\",[70,48.237]],[\"comment/238\",[]],[\"name/239\",[70,48.237]],[\"comment/239\",[]],[\"name/240\",[40,40.536]],[\"comment/240\",[]],[\"name/241\",[40,40.536]],[\"comment/241\",[]],[\"name/242\",[71,48.237]],[\"comment/242\",[]],[\"name/243\",[71,48.237]],[\"comment/243\",[]],[\"name/244\",[26,41.682]],[\"comment/244\",[]],[\"name/245\",[26,41.682]],[\"comment/245\",[]],[\"name/246\",[27,32.608]],[\"comment/246\",[]],[\"name/247\",[27,32.608]],[\"comment/247\",[]],[\"name/248\",[28,41.682]],[\"comment/248\",[]],[\"name/249\",[28,41.682]],[\"comment/249\",[]],[\"name/250\",[72,48.237]],[\"comment/250\",[]],[\"name/251\",[72,48.237]],[\"comment/251\",[]],[\"name/252\",[29,41.682]],[\"comment/252\",[]],[\"name/253\",[29,41.682]],[\"comment/253\",[]],[\"name/254\",[32,37.707]],[\"comment/254\",[]],[\"name/255\",[32,37.707]],[\"comment/255\",[]],[\"name/256\",[33,41.682]],[\"comment/256\",[]],[\"name/257\",[33,41.682]],[\"comment/257\",[]],[\"name/258\",[77,59.561]],[\"comment/258\",[]],[\"name/259\",[23,38.567]],[\"comment/259\",[]],[\"name/260\",[24,34.846]],[\"comment/260\",[]],[\"name/261\",[24,34.846]],[\"comment/261\",[]],[\"name/262\",[78,48.237]],[\"comment/262\",[]],[\"name/263\",[78,48.237]],[\"comment/263\",[]],[\"name/264\",[79,48.237]],[\"comment/264\",[]],[\"name/265\",[79,48.237]],[\"comment/265\",[]],[\"name/266\",[80,48.237]],[\"comment/266\",[]],[\"name/267\",[80,48.237]],[\"comment/267\",[]],[\"name/268\",[81,48.237]],[\"comment/268\",[]],[\"name/269\",[81,48.237]],[\"comment/269\",[]],[\"name/270\",[27,32.608]],[\"comment/270\",[]],[\"name/271\",[27,32.608]],[\"comment/271\",[]],[\"name/272\",[82,48.237]],[\"comment/272\",[]],[\"name/273\",[82,48.237]],[\"comment/273\",[]],[\"name/274\",[49,41.682]],[\"comment/274\",[]],[\"name/275\",[49,41.682]],[\"comment/275\",[]],[\"name/276\",[35,38.567]],[\"comment/276\",[]],[\"name/277\",[35,38.567]],[\"comment/277\",[]],[\"name/278\",[83,48.237]],[\"comment/278\",[]],[\"name/279\",[83,48.237]],[\"comment/279\",[]],[\"name/280\",[84,48.237]],[\"comment/280\",[]],[\"name/281\",[84,48.237]],[\"comment/281\",[]],[\"name/282\",[85,48.237]],[\"comment/282\",[]],[\"name/283\",[85,48.237]],[\"comment/283\",[]],[\"name/284\",[86,48.237]],[\"comment/284\",[]],[\"name/285\",[86,48.237]],[\"comment/285\",[]],[\"name/286\",[87,54.296]],[\"comment/286\",[]],[\"name/287\",[88,54.296]],[\"comment/287\",[]],[\"name/288\",[89,59.561]],[\"comment/288\",[]],[\"name/289\",[23,38.567]],[\"comment/289\",[]],[\"name/290\",[24,34.846]],[\"comment/290\",[]],[\"name/291\",[24,34.846]],[\"comment/291\",[]],[\"name/292\",[40,40.536]],[\"comment/292\",[]],[\"name/293\",[40,40.536]],[\"comment/293\",[]],[\"name/294\",[46,41.682]],[\"comment/294\",[]],[\"name/295\",[46,41.682]],[\"comment/295\",[]],[\"name/296\",[27,32.608]],[\"comment/296\",[]],[\"name/297\",[27,32.608]],[\"comment/297\",[]],[\"name/298\",[90,54.296]],[\"comment/298\",[]],[\"name/299\",[91,54.296]],[\"comment/299\",[]],[\"name/300\",[92,48.237]],[\"comment/300\",[]],[\"name/301\",[92,48.237]],[\"comment/301\",[]],[\"name/302\",[50,41.682]],[\"comment/302\",[]],[\"name/303\",[50,41.682]],[\"comment/303\",[]],[\"name/304\",[32,37.707]],[\"comment/304\",[]],[\"name/305\",[32,37.707]],[\"comment/305\",[]],[\"name/306\",[93,25.515,94,42.82]],[\"comment/306\",[]],[\"name/307\",[1,23.522]],[\"comment/307\",[]],[\"name/308\",[4,23.522]],[\"comment/308\",[]],[\"name/309\",[2,23.522]],[\"comment/309\",[]],[\"name/310\",[93,25.515,95,42.82]],[\"comment/310\",[]],[\"name/311\",[1,23.522]],[\"comment/311\",[]],[\"name/312\",[2,23.522]],[\"comment/312\",[]],[\"name/313\",[5,30.359]],[\"comment/313\",[]],[\"name/314\",[93,25.515,96,42.82]],[\"comment/314\",[]],[\"name/315\",[1,23.522]],[\"comment/315\",[]],[\"name/316\",[2,23.522]],[\"comment/316\",[]],[\"name/317\",[5,30.359]],[\"comment/317\",[]],[\"name/318\",[93,25.515,97,42.82]],[\"comment/318\",[]],[\"name/319\",[1,23.522]],[\"comment/319\",[]],[\"name/320\",[2,23.522]],[\"comment/320\",[]],[\"name/321\",[5,30.359]],[\"comment/321\",[]],[\"name/322\",[93,25.515,98,42.82]],[\"comment/322\",[]],[\"name/323\",[1,23.522]],[\"comment/323\",[]],[\"name/324\",[4,23.522]],[\"comment/324\",[]],[\"name/325\",[2,23.522]],[\"comment/325\",[]],[\"name/326\",[93,25.515,99,42.82]],[\"comment/326\",[]],[\"name/327\",[1,23.522]],[\"comment/327\",[]],[\"name/328\",[4,23.522]],[\"comment/328\",[]],[\"name/329\",[2,23.522]],[\"comment/329\",[]],[\"name/330\",[5,30.359]],[\"comment/330\",[]],[\"name/331\",[93,25.515,100,42.82]],[\"comment/331\",[]],[\"name/332\",[1,23.522]],[\"comment/332\",[]],[\"name/333\",[2,23.522]],[\"comment/333\",[]],[\"name/334\",[5,30.359]],[\"comment/334\",[]],[\"name/335\",[93,25.515,101,42.82]],[\"comment/335\",[]],[\"name/336\",[1,23.522]],[\"comment/336\",[]],[\"name/337\",[4,23.522]],[\"comment/337\",[]],[\"name/338\",[2,23.522]],[\"comment/338\",[]],[\"name/339\",[93,25.515,102,42.82]],[\"comment/339\",[]],[\"name/340\",[1,23.522]],[\"comment/340\",[]],[\"name/341\",[2,23.522]],[\"comment/341\",[]],[\"name/342\",[5,30.359]],[\"comment/342\",[]],[\"name/343\",[93,25.515,103,42.82]],[\"comment/343\",[]],[\"name/344\",[1,23.522]],[\"comment/344\",[]],[\"name/345\",[2,23.522]],[\"comment/345\",[]],[\"name/346\",[5,30.359]],[\"comment/346\",[]],[\"name/347\",[93,25.515,104,42.82]],[\"comment/347\",[]],[\"name/348\",[1,23.522]],[\"comment/348\",[]],[\"name/349\",[4,23.522]],[\"comment/349\",[]],[\"name/350\",[2,23.522]],[\"comment/350\",[]],[\"name/351\",[5,30.359]],[\"comment/351\",[]],[\"name/352\",[93,25.515,105,42.82]],[\"comment/352\",[]],[\"name/353\",[1,23.522]],[\"comment/353\",[]],[\"name/354\",[4,23.522]],[\"comment/354\",[]],[\"name/355\",[2,23.522]],[\"comment/355\",[]],[\"name/356\",[93,25.515,106,42.82]],[\"comment/356\",[]],[\"name/357\",[1,23.522]],[\"comment/357\",[]],[\"name/358\",[4,23.522]],[\"comment/358\",[]],[\"name/359\",[2,23.522]],[\"comment/359\",[]],[\"name/360\",[5,30.359]],[\"comment/360\",[]],[\"name/361\",[93,25.515,107,42.82]],[\"comment/361\",[]],[\"name/362\",[1,23.522]],[\"comment/362\",[]],[\"name/363\",[2,23.522]],[\"comment/363\",[]],[\"name/364\",[5,30.359]],[\"comment/364\",[]],[\"name/365\",[93,25.515,108,42.82]],[\"comment/365\",[]],[\"name/366\",[109,59.561]],[\"comment/366\",[]],[\"name/367\",[110,59.561]],[\"comment/367\",[]],[\"name/368\",[111,59.561]],[\"comment/368\",[]],[\"name/369\",[112,59.561]],[\"comment/369\",[]],[\"name/370\",[113,59.561]],[\"comment/370\",[]],[\"name/371\",[22,42.972]],[\"comment/371\",[]],[\"name/372\",[23,38.567]],[\"comment/372\",[]],[\"name/373\",[24,34.846]],[\"comment/373\",[]],[\"name/374\",[24,34.846]],[\"comment/374\",[]],[\"name/375\",[78,48.237]],[\"comment/375\",[]],[\"name/376\",[78,48.237]],[\"comment/376\",[]],[\"name/377\",[79,48.237]],[\"comment/377\",[]],[\"name/378\",[79,48.237]],[\"comment/378\",[]],[\"name/379\",[80,48.237]],[\"comment/379\",[]],[\"name/380\",[80,48.237]],[\"comment/380\",[]],[\"name/381\",[81,48.237]],[\"comment/381\",[]],[\"name/382\",[81,48.237]],[\"comment/382\",[]],[\"name/383\",[27,32.608]],[\"comment/383\",[]],[\"name/384\",[27,32.608]],[\"comment/384\",[]],[\"name/385\",[82,48.237]],[\"comment/385\",[]],[\"name/386\",[82,48.237]],[\"comment/386\",[]],[\"name/387\",[49,41.682]],[\"comment/387\",[]],[\"name/388\",[49,41.682]],[\"comment/388\",[]],[\"name/389\",[35,38.567]],[\"comment/389\",[]],[\"name/390\",[35,38.567]],[\"comment/390\",[]],[\"name/391\",[83,48.237]],[\"comment/391\",[]],[\"name/392\",[83,48.237]],[\"comment/392\",[]],[\"name/393\",[84,48.237]],[\"comment/393\",[]],[\"name/394\",[84,48.237]],[\"comment/394\",[]],[\"name/395\",[85,48.237]],[\"comment/395\",[]],[\"name/396\",[85,48.237]],[\"comment/396\",[]],[\"name/397\",[86,48.237]],[\"comment/397\",[]],[\"name/398\",[86,48.237]],[\"comment/398\",[]],[\"name/399\",[87,54.296]],[\"comment/399\",[]],[\"name/400\",[88,54.296]],[\"comment/400\",[]],[\"name/401\",[114,29.142,115,42.82]],[\"comment/401\",[]],[\"name/402\",[1,23.522]],[\"comment/402\",[]],[\"name/403\",[4,23.522]],[\"comment/403\",[]],[\"name/404\",[2,23.522]],[\"comment/404\",[]],[\"name/405\",[114,29.142,116,42.82]],[\"comment/405\",[]],[\"name/406\",[1,23.522]],[\"comment/406\",[]],[\"name/407\",[4,23.522]],[\"comment/407\",[]],[\"name/408\",[2,23.522]],[\"comment/408\",[]],[\"name/409\",[5,30.359]],[\"comment/409\",[]],[\"name/410\",[114,29.142,117,42.82]],[\"comment/410\",[]],[\"name/411\",[1,23.522]],[\"comment/411\",[]],[\"name/412\",[4,23.522]],[\"comment/412\",[]],[\"name/413\",[2,23.522]],[\"comment/413\",[]],[\"name/414\",[114,29.142,118,42.82]],[\"comment/414\",[]],[\"name/415\",[1,23.522]],[\"comment/415\",[]],[\"name/416\",[4,23.522]],[\"comment/416\",[]],[\"name/417\",[2,23.522]],[\"comment/417\",[]],[\"name/418\",[5,30.359]],[\"comment/418\",[]],[\"name/419\",[8,48.237]],[\"comment/419\",[]],[\"name/420\",[9,48.237]],[\"comment/420\",[]],[\"name/421\",[119,54.296]],[\"comment/421\",[]],[\"name/422\",[38,54.296]],[\"comment/422\",[]],[\"name/423\",[39,54.296]],[\"comment/423\",[]],[\"name/424\",[120,59.561]],[\"comment/424\",[]],[\"name/425\",[114,29.142,121,42.82]],[\"comment/425\",[]],[\"name/426\",[1,23.522]],[\"comment/426\",[]],[\"name/427\",[4,23.522]],[\"comment/427\",[]],[\"name/428\",[2,23.522]],[\"comment/428\",[]],[\"name/429\",[5,30.359]],[\"comment/429\",[]],[\"name/430\",[114,29.142,122,42.82]],[\"comment/430\",[]],[\"name/431\",[1,23.522]],[\"comment/431\",[]],[\"name/432\",[4,23.522]],[\"comment/432\",[]],[\"name/433\",[2,23.522]],[\"comment/433\",[]],[\"name/434\",[5,30.359]],[\"comment/434\",[]],[\"name/435\",[114,29.142,123,42.82]],[\"comment/435\",[]],[\"name/436\",[1,23.522]],[\"comment/436\",[]],[\"name/437\",[4,23.522]],[\"comment/437\",[]],[\"name/438\",[2,23.522]],[\"comment/438\",[]],[\"name/439\",[5,30.359]],[\"comment/439\",[]],[\"name/440\",[114,29.142,124,42.82]],[\"comment/440\",[]],[\"name/441\",[1,23.522]],[\"comment/441\",[]],[\"name/442\",[4,23.522]],[\"comment/442\",[]],[\"name/443\",[2,23.522]],[\"comment/443\",[]],[\"name/444\",[5,30.359]],[\"comment/444\",[]],[\"name/445\",[114,29.142,119,39.035]],[\"comment/445\",[]],[\"name/446\",[22,42.972]],[\"comment/446\",[]],[\"name/447\",[23,38.567]],[\"comment/447\",[]],[\"name/448\",[24,34.846]],[\"comment/448\",[]],[\"name/449\",[24,34.846]],[\"comment/449\",[]],[\"name/450\",[40,40.536]],[\"comment/450\",[]],[\"name/451\",[40,40.536]],[\"comment/451\",[]],[\"name/452\",[46,41.682]],[\"comment/452\",[]],[\"name/453\",[46,41.682]],[\"comment/453\",[]],[\"name/454\",[27,32.608]],[\"comment/454\",[]],[\"name/455\",[27,32.608]],[\"comment/455\",[]],[\"name/456\",[90,54.296]],[\"comment/456\",[]],[\"name/457\",[91,54.296]],[\"comment/457\",[]],[\"name/458\",[92,48.237]],[\"comment/458\",[]],[\"name/459\",[92,48.237]],[\"comment/459\",[]],[\"name/460\",[50,41.682]],[\"comment/460\",[]],[\"name/461\",[50,41.682]],[\"comment/461\",[]],[\"name/462\",[32,37.707]],[\"comment/462\",[]],[\"name/463\",[32,37.707]],[\"comment/463\",[]],[\"name/464\",[125,59.561]],[\"comment/464\",[]],[\"name/465\",[4,23.522]],[\"comment/465\",[]],[\"name/466\",[4,23.522]],[\"comment/466\",[]],[\"name/467\",[4,23.522]],[\"comment/467\",[]],[\"name/468\",[4,23.522]],[\"comment/468\",[]],[\"name/469\",[4,23.522]],[\"comment/469\",[]],[\"name/470\",[4,23.522]],[\"comment/470\",[]],[\"name/471\",[4,23.522]],[\"comment/471\",[]],[\"name/472\",[4,23.522]],[\"comment/472\",[]],[\"name/473\",[4,23.522]],[\"comment/473\",[]],[\"name/474\",[4,23.522]],[\"comment/474\",[]],[\"name/475\",[4,23.522]],[\"comment/475\",[]],[\"name/476\",[4,23.522]],[\"comment/476\",[]],[\"name/477\",[4,23.522]],[\"comment/477\",[]],[\"name/478\",[4,23.522]],[\"comment/478\",[]],[\"name/479\",[4,23.522]],[\"comment/479\",[]],[\"name/480\",[4,23.522]],[\"comment/480\",[]],[\"name/481\",[4,23.522]],[\"comment/481\",[]],[\"name/482\",[4,23.522]],[\"comment/482\",[]],[\"name/483\",[22,42.972]],[\"comment/483\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":23,\"name\":{\"49\":{},\"103\":{},\"172\":{},\"197\":{},\"199\":{},\"221\":{},\"235\":{},\"259\":{},\"289\":{},\"372\":{},\"447\":{}},\"comment\":{}}],[\"add\",{\"_index\":24,\"name\":{\"50\":{},\"51\":{},\"173\":{},\"174\":{},\"200\":{},\"201\":{},\"236\":{},\"237\":{},\"260\":{},\"261\":{},\"290\":{},\"291\":{},\"373\":{},\"374\":{},\"448\":{},\"449\":{}},\"comment\":{}}],[\"addnx\",{\"_index\":70,\"name\":{\"175\":{},\"176\":{},\"238\":{},\"239\":{}},\"comment\":{}}],[\"bf\",{\"_index\":74,\"name\":{\"198\":{}},\"comment\":{}}],[\"bucketsize\",{\"_index\":59,\"name\":{\"145\":{}},\"comment\":{}}],[\"byrank\",{\"_index\":78,\"name\":{\"262\":{},\"263\":{},\"375\":{},\"376\":{}},\"comment\":{}}],[\"byrevrank\",{\"_index\":79,\"name\":{\"264\":{},\"265\":{},\"377\":{},\"378\":{}},\"comment\":{}}],[\"capacity\",{\"_index\":10,\"name\":{\"19\":{},\"169\":{}},\"comment\":{}}],[\"card\",{\"_index\":25,\"name\":{\"52\":{},\"53\":{},\"202\":{},\"203\":{}},\"comment\":{}}],[\"cdf\",{\"_index\":80,\"name\":{\"266\":{},\"267\":{},\"379\":{},\"380\":{}},\"comment\":{}}],[\"cf\",{\"_index\":76,\"name\":{\"234\":{}},\"comment\":{}}],[\"cms\",{\"_index\":75,\"name\":{\"220\":{}},\"comment\":{}}],[\"commands\",{\"_index\":73,\"name\":{\"195\":{}},\"comment\":{}}],[\"commands/bloom\",{\"_index\":21,\"name\":{\"47\":{}},\"comment\":{}}],[\"commands/bloom/add\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"commands/bloom/card\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"commands/bloom/exists\",{\"_index\":6,\"name\":{\"8\":{}},\"comment\":{}}],[\"commands/bloom/info\",{\"_index\":7,\"name\":{\"12\":{}},\"comment\":{}}],[\"commands/bloom/insert\",{\"_index\":15,\"name\":{\"24\":{}},\"comment\":{}}],[\"commands/bloom/loadchunk\",{\"_index\":16,\"name\":{\"27\":{}},\"comment\":{}}],[\"commands/bloom/madd\",{\"_index\":17,\"name\":{\"31\":{}},\"comment\":{}}],[\"commands/bloom/mexists\",{\"_index\":18,\"name\":{\"34\":{}},\"comment\":{}}],[\"commands/bloom/reserve\",{\"_index\":19,\"name\":{\"38\":{}},\"comment\":{}}],[\"commands/bloom/scandump\",{\"_index\":20,\"name\":{\"42\":{}},\"comment\":{}}],[\"commands/count\",{\"_index\":34,\"name\":{\"70\":{},\"74\":{},\"84\":{},\"88\":{},\"92\":{},\"96\":{},\"101\":{}},\"comment\":{}}],[\"commands/cuckoo\",{\"_index\":66,\"name\":{\"166\":{}},\"comment\":{}}],[\"commands/cuckoo/add\",{\"_index\":51,\"name\":{\"116\":{}},\"comment\":{}}],[\"commands/cuckoo/addnx\",{\"_index\":52,\"name\":{\"119\":{}},\"comment\":{}}],[\"commands/cuckoo/count\",{\"_index\":53,\"name\":{\"122\":{}},\"comment\":{}}],[\"commands/cuckoo/del\",{\"_index\":54,\"name\":{\"126\":{}},\"comment\":{}}],[\"commands/cuckoo/exists\",{\"_index\":55,\"name\":{\"129\":{}},\"comment\":{}}],[\"commands/cuckoo/info\",{\"_index\":56,\"name\":{\"133\":{}},\"comment\":{}}],[\"commands/cuckoo/insert\",{\"_index\":61,\"name\":{\"148\":{}},\"comment\":{}}],[\"commands/cuckoo/insertnx\",{\"_index\":62,\"name\":{\"151\":{}},\"comment\":{}}],[\"commands/cuckoo/loadchunk\",{\"_index\":63,\"name\":{\"154\":{}},\"comment\":{}}],[\"commands/cuckoo/reserve\",{\"_index\":64,\"name\":{\"158\":{}},\"comment\":{}}],[\"commands/cuckoo/scandump\",{\"_index\":65,\"name\":{\"162\":{}},\"comment\":{}}],[\"commands/t\",{\"_index\":93,\"name\":{\"306\":{},\"310\":{},\"314\":{},\"318\":{},\"322\":{},\"326\":{},\"331\":{},\"335\":{},\"339\":{},\"343\":{},\"347\":{},\"352\":{},\"356\":{},\"361\":{},\"365\":{}},\"comment\":{}}],[\"commands/top\",{\"_index\":114,\"name\":{\"401\":{},\"405\":{},\"410\":{},\"414\":{},\"425\":{},\"430\":{},\"435\":{},\"440\":{},\"445\":{}},\"comment\":{}}],[\"compression\",{\"_index\":113,\"name\":{\"370\":{}},\"comment\":{}}],[\"compressionoption\",{\"_index\":112,\"name\":{\"369\":{}},\"comment\":{}}],[\"count\",{\"_index\":40,\"name\":{\"83\":{},\"177\":{},\"178\":{},\"240\":{},\"241\":{},\"292\":{},\"293\":{},\"450\":{},\"451\":{}},\"comment\":{}}],[\"create\",{\"_index\":81,\"name\":{\"268\":{},\"269\":{},\"381\":{},\"382\":{}},\"comment\":{}}],[\"decay\",{\"_index\":120,\"name\":{\"424\":{}},\"comment\":{}}],[\"default\",{\"_index\":22,\"name\":{\"48\":{},\"102\":{},\"171\":{},\"196\":{},\"371\":{},\"446\":{},\"483\":{}},\"comment\":{}}],[\"del\",{\"_index\":71,\"name\":{\"179\":{},\"180\":{},\"242\":{},\"243\":{}},\"comment\":{}}],[\"depth\",{\"_index\":39,\"name\":{\"82\":{},\"423\":{}},\"comment\":{}}],[\"digest\",{\"_index\":108,\"name\":{\"365\":{}},\"comment\":{}}],[\"digest/add\",{\"_index\":94,\"name\":{\"306\":{}},\"comment\":{}}],[\"digest/byrank\",{\"_index\":95,\"name\":{\"310\":{}},\"comment\":{}}],[\"digest/byrevrank\",{\"_index\":96,\"name\":{\"314\":{}},\"comment\":{}}],[\"digest/cdf\",{\"_index\":97,\"name\":{\"318\":{}},\"comment\":{}}],[\"digest/create\",{\"_index\":98,\"name\":{\"322\":{}},\"comment\":{}}],[\"digest/info\",{\"_index\":99,\"name\":{\"326\":{}},\"comment\":{}}],[\"digest/max\",{\"_index\":100,\"name\":{\"331\":{}},\"comment\":{}}],[\"digest/merge\",{\"_index\":101,\"name\":{\"335\":{}},\"comment\":{}}],[\"digest/min\",{\"_index\":102,\"name\":{\"339\":{}},\"comment\":{}}],[\"digest/quantile\",{\"_index\":103,\"name\":{\"343\":{}},\"comment\":{}}],[\"digest/rank\",{\"_index\":104,\"name\":{\"347\":{}},\"comment\":{}}],[\"digest/reset\",{\"_index\":105,\"name\":{\"352\":{}},\"comment\":{}}],[\"digest/revrank\",{\"_index\":106,\"name\":{\"356\":{}},\"comment\":{}}],[\"digest/trimmed_mean\",{\"_index\":107,\"name\":{\"361\":{}},\"comment\":{}}],[\"exists\",{\"_index\":26,\"name\":{\"54\":{},\"55\":{},\"181\":{},\"182\":{},\"204\":{},\"205\":{},\"244\":{},\"245\":{}},\"comment\":{}}],[\"expansionrate\",{\"_index\":14,\"name\":{\"23\":{},\"146\":{}},\"comment\":{}}],[\"first_key_index\",{\"_index\":2,\"name\":{\"2\":{},\"6\":{},\"10\":{},\"15\":{},\"26\":{},\"30\":{},\"33\":{},\"36\":{},\"41\":{},\"45\":{},\"73\":{},\"77\":{},\"87\":{},\"91\":{},\"95\":{},\"99\":{},\"118\":{},\"121\":{},\"125\":{},\"128\":{},\"131\":{},\"136\":{},\"150\":{},\"153\":{},\"157\":{},\"161\":{},\"165\":{},\"309\":{},\"312\":{},\"316\":{},\"320\":{},\"325\":{},\"329\":{},\"333\":{},\"338\":{},\"341\":{},\"345\":{},\"350\":{},\"355\":{},\"359\":{},\"363\":{},\"404\":{},\"408\":{},\"413\":{},\"417\":{},\"428\":{},\"433\":{},\"438\":{},\"443\":{}},\"comment\":{}}],[\"incrby\",{\"_index\":46,\"name\":{\"104\":{},\"105\":{},\"222\":{},\"223\":{},\"294\":{},\"295\":{},\"452\":{},\"453\":{}},\"comment\":{}}],[\"index\",{\"_index\":125,\"name\":{\"464\":{}},\"comment\":{}}],[\"info\",{\"_index\":27,\"name\":{\"56\":{},\"57\":{},\"106\":{},\"107\":{},\"183\":{},\"184\":{},\"206\":{},\"207\":{},\"224\":{},\"225\":{},\"246\":{},\"247\":{},\"270\":{},\"271\":{},\"296\":{},\"297\":{},\"383\":{},\"384\":{},\"454\":{},\"455\":{}},\"comment\":{}}],[\"inforawreply\",{\"_index\":8,\"name\":{\"17\":{},\"79\":{},\"138\":{},\"419\":{}},\"comment\":{}}],[\"inforeply\",{\"_index\":9,\"name\":{\"18\":{},\"80\":{},\"139\":{},\"420\":{}},\"comment\":{}}],[\"initbydim\",{\"_index\":47,\"name\":{\"108\":{},\"109\":{},\"226\":{},\"227\":{}},\"comment\":{}}],[\"initbyprob\",{\"_index\":48,\"name\":{\"110\":{},\"111\":{},\"228\":{},\"229\":{}},\"comment\":{}}],[\"insert\",{\"_index\":28,\"name\":{\"58\":{},\"59\":{},\"185\":{},\"186\":{},\"208\":{},\"209\":{},\"248\":{},\"249\":{}},\"comment\":{}}],[\"insertnx\",{\"_index\":72,\"name\":{\"187\":{},\"188\":{},\"250\":{},\"251\":{}},\"comment\":{}}],[\"insertoptions\",{\"_index\":68,\"name\":{\"168\":{}},\"comment\":{}}],[\"is_read_only\",{\"_index\":5,\"name\":{\"7\":{},\"11\":{},\"16\":{},\"37\":{},\"46\":{},\"78\":{},\"100\":{},\"132\":{},\"137\":{},\"313\":{},\"317\":{},\"321\":{},\"330\":{},\"334\":{},\"342\":{},\"346\":{},\"351\":{},\"360\":{},\"364\":{},\"409\":{},\"418\":{},\"429\":{},\"434\":{},\"439\":{},\"444\":{}},\"comment\":{}}],[\"k\",{\"_index\":119,\"name\":{\"421\":{},\"445\":{}},\"comment\":{}}],[\"k/add\",{\"_index\":115,\"name\":{\"401\":{}},\"comment\":{}}],[\"k/count\",{\"_index\":116,\"name\":{\"405\":{}},\"comment\":{}}],[\"k/incrby\",{\"_index\":117,\"name\":{\"410\":{}},\"comment\":{}}],[\"k/info\",{\"_index\":118,\"name\":{\"414\":{}},\"comment\":{}}],[\"k/list\",{\"_index\":121,\"name\":{\"425\":{}},\"comment\":{}}],[\"k/list_withcount\",{\"_index\":122,\"name\":{\"430\":{}},\"comment\":{}}],[\"k/query\",{\"_index\":123,\"name\":{\"435\":{}},\"comment\":{}}],[\"k/reserve\",{\"_index\":124,\"name\":{\"440\":{}},\"comment\":{}}],[\"list\",{\"_index\":92,\"name\":{\"300\":{},\"301\":{},\"458\":{},\"459\":{}},\"comment\":{}}],[\"list_withcount\",{\"_index\":90,\"name\":{\"298\":{},\"456\":{}},\"comment\":{}}],[\"listwithcount\",{\"_index\":91,\"name\":{\"299\":{},\"457\":{}},\"comment\":{}}],[\"loadchunk\",{\"_index\":29,\"name\":{\"60\":{},\"61\":{},\"189\":{},\"190\":{},\"210\":{},\"211\":{},\"252\":{},\"253\":{}},\"comment\":{}}],[\"madd\",{\"_index\":30,\"name\":{\"62\":{},\"63\":{},\"212\":{},\"213\":{}},\"comment\":{}}],[\"max\",{\"_index\":82,\"name\":{\"272\":{},\"273\":{},\"385\":{},\"386\":{}},\"comment\":{}}],[\"maxiteration\",{\"_index\":60,\"name\":{\"147\":{}},\"comment\":{}}],[\"merge\",{\"_index\":49,\"name\":{\"112\":{},\"113\":{},\"230\":{},\"231\":{},\"274\":{},\"275\":{},\"387\":{},\"388\":{}},\"comment\":{}}],[\"mexists\",{\"_index\":31,\"name\":{\"64\":{},\"65\":{},\"214\":{},\"215\":{}},\"comment\":{}}],[\"min\",{\"_index\":35,\"name\":{\"70\":{},\"74\":{},\"84\":{},\"88\":{},\"92\":{},\"96\":{},\"101\":{},\"276\":{},\"277\":{},\"389\":{},\"390\":{}},\"comment\":{}}],[\"nocreate\",{\"_index\":69,\"name\":{\"170\":{}},\"comment\":{}}],[\"numberofbuckets\",{\"_index\":57,\"name\":{\"141\":{}},\"comment\":{}}],[\"numberofdeleteditems\",{\"_index\":58,\"name\":{\"144\":{}},\"comment\":{}}],[\"numberoffilters\",{\"_index\":12,\"name\":{\"21\":{},\"142\":{}},\"comment\":{}}],[\"numberofinserteditems\",{\"_index\":13,\"name\":{\"22\":{},\"143\":{}},\"comment\":{}}],[\"pushcompressionargument\",{\"_index\":109,\"name\":{\"366\":{}},\"comment\":{}}],[\"pushinsertoptions\",{\"_index\":67,\"name\":{\"167\":{}},\"comment\":{}}],[\"quantile\",{\"_index\":83,\"name\":{\"278\":{},\"279\":{},\"391\":{},\"392\":{}},\"comment\":{}}],[\"query\",{\"_index\":50,\"name\":{\"114\":{},\"115\":{},\"232\":{},\"233\":{},\"302\":{},\"303\":{},\"460\":{},\"461\":{}},\"comment\":{}}],[\"rank\",{\"_index\":84,\"name\":{\"280\":{},\"281\":{},\"393\":{},\"394\":{}},\"comment\":{}}],[\"reserve\",{\"_index\":32,\"name\":{\"66\":{},\"67\":{},\"191\":{},\"192\":{},\"216\":{},\"217\":{},\"254\":{},\"255\":{},\"304\":{},\"305\":{},\"462\":{},\"463\":{}},\"comment\":{}}],[\"reset\",{\"_index\":85,\"name\":{\"282\":{},\"283\":{},\"395\":{},\"396\":{}},\"comment\":{}}],[\"revrank\",{\"_index\":86,\"name\":{\"284\":{},\"285\":{},\"397\":{},\"398\":{}},\"comment\":{}}],[\"scandump\",{\"_index\":33,\"name\":{\"68\":{},\"69\":{},\"193\":{},\"194\":{},\"218\":{},\"219\":{},\"256\":{},\"257\":{}},\"comment\":{}}],[\"size\",{\"_index\":11,\"name\":{\"20\":{},\"140\":{}},\"comment\":{}}],[\"sketch\",{\"_index\":45,\"name\":{\"101\":{}},\"comment\":{}}],[\"sketch/incrby\",{\"_index\":36,\"name\":{\"70\":{}},\"comment\":{}}],[\"sketch/info\",{\"_index\":37,\"name\":{\"74\":{}},\"comment\":{}}],[\"sketch/initbydim\",{\"_index\":41,\"name\":{\"84\":{}},\"comment\":{}}],[\"sketch/initbyprob\",{\"_index\":42,\"name\":{\"88\":{}},\"comment\":{}}],[\"sketch/merge\",{\"_index\":43,\"name\":{\"92\":{}},\"comment\":{}}],[\"sketch/query\",{\"_index\":44,\"name\":{\"96\":{}},\"comment\":{}}],[\"tdigest\",{\"_index\":77,\"name\":{\"258\":{}},\"comment\":{}}],[\"topk\",{\"_index\":89,\"name\":{\"288\":{}},\"comment\":{}}],[\"transformarguments\",{\"_index\":1,\"name\":{\"1\":{},\"4\":{},\"9\":{},\"13\":{},\"25\":{},\"28\":{},\"32\":{},\"35\":{},\"39\":{},\"43\":{},\"71\":{},\"75\":{},\"85\":{},\"89\":{},\"93\":{},\"97\":{},\"117\":{},\"120\":{},\"123\":{},\"127\":{},\"130\":{},\"134\":{},\"149\":{},\"152\":{},\"155\":{},\"159\":{},\"163\":{},\"307\":{},\"311\":{},\"315\":{},\"319\":{},\"323\":{},\"327\":{},\"332\":{},\"336\":{},\"340\":{},\"344\":{},\"348\":{},\"353\":{},\"357\":{},\"362\":{},\"402\":{},\"406\":{},\"411\":{},\"415\":{},\"426\":{},\"431\":{},\"436\":{},\"441\":{}},\"comment\":{}}],[\"transformdoublereply\",{\"_index\":110,\"name\":{\"367\":{}},\"comment\":{}}],[\"transformdoublesreply\",{\"_index\":111,\"name\":{\"368\":{}},\"comment\":{}}],[\"transformreply\",{\"_index\":4,\"name\":{\"5\":{},\"14\":{},\"29\":{},\"40\":{},\"44\":{},\"72\":{},\"76\":{},\"86\":{},\"90\":{},\"94\":{},\"98\":{},\"124\":{},\"135\":{},\"156\":{},\"160\":{},\"164\":{},\"308\":{},\"324\":{},\"328\":{},\"337\":{},\"349\":{},\"354\":{},\"358\":{},\"403\":{},\"407\":{},\"412\":{},\"416\":{},\"427\":{},\"432\":{},\"437\":{},\"442\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{},\"478\":{},\"479\":{},\"480\":{},\"481\":{},\"482\":{}},\"comment\":{}}],[\"trimmed_mean\",{\"_index\":87,\"name\":{\"286\":{},\"399\":{}},\"comment\":{}}],[\"trimmedmean\",{\"_index\":88,\"name\":{\"287\":{},\"400\":{}},\"comment\":{}}],[\"width\",{\"_index\":38,\"name\":{\"81\":{},\"422\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
\ No newline at end of file
+window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"commands/bloom/ADD\",\"url\":\"modules/commands_bloom_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/ADD\"},{\"kind\":2,\"name\":\"commands/bloom/CARD\",\"url\":\"modules/commands_bloom_CARD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_CARD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_CARD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_CARD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_CARD.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/CARD\"},{\"kind\":2,\"name\":\"commands/bloom/EXISTS\",\"url\":\"modules/commands_bloom_EXISTS.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_EXISTS.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_EXISTS.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_EXISTS.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":2,\"name\":\"commands/bloom/INFO\",\"url\":\"modules/commands_bloom_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_bloom_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/bloom/INFO\"},{\"kind\":1024,\"name\":\"capacity\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#capacity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfFilters\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#numberOfFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfInsertedItems\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#numberOfInsertedItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"expansionRate\",\"url\":\"interfaces/commands_bloom_INFO.InfoReply.html#expansionRate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/bloom/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/bloom/INSERT\",\"url\":\"modules/commands_bloom_INSERT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_INSERT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INSERT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_INSERT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/INSERT\"},{\"kind\":2,\"name\":\"commands/bloom/LOADCHUNK\",\"url\":\"modules/commands_bloom_LOADCHUNK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_LOADCHUNK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/LOADCHUNK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_LOADCHUNK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/LOADCHUNK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_LOADCHUNK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/LOADCHUNK\"},{\"kind\":2,\"name\":\"commands/bloom/MADD\",\"url\":\"modules/commands_bloom_MADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_MADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/MADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_MADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/MADD\"},{\"kind\":2,\"name\":\"commands/bloom/MEXISTS\",\"url\":\"modules/commands_bloom_MEXISTS.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_MEXISTS.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_MEXISTS.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_MEXISTS.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":2,\"name\":\"commands/bloom/RESERVE\",\"url\":\"modules/commands_bloom_RESERVE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_RESERVE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/RESERVE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_RESERVE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/RESERVE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_RESERVE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/RESERVE\"},{\"kind\":2,\"name\":\"commands/bloom/SCANDUMP\",\"url\":\"modules/commands_bloom_SCANDUMP.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_bloom_SCANDUMP.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_SCANDUMP.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_bloom_SCANDUMP.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_bloom_SCANDUMP.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom/SCANDUMP\"},{\"kind\":2,\"name\":\"commands/bloom\",\"url\":\"modules/commands_bloom.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_bloom.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/bloom\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_bloom.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/bloom.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_bloom.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_bloom.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"CARD\",\"url\":\"variables/commands_bloom.default.html#__type.CARD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"card\",\"url\":\"variables/commands_bloom.default.html#__type.card-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands_bloom.default.html#__type.EXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands_bloom.default.html#__type.exists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_bloom.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_bloom.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands_bloom.default.html#__type.INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands_bloom.default.html#__type.insert-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands_bloom.default.html#__type.LOADCHUNK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands_bloom.default.html#__type.loadChunk-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"MADD\",\"url\":\"variables/commands_bloom.default.html#__type.MADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"mAdd\",\"url\":\"variables/commands_bloom.default.html#__type.mAdd-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"MEXISTS\",\"url\":\"variables/commands_bloom.default.html#__type.MEXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"mExists\",\"url\":\"variables/commands_bloom.default.html#__type.mExists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands_bloom.default.html#__type.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands_bloom.default.html#__type.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands_bloom.default.html#__type.SCANDUMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands_bloom.default.html#__type.scanDump-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/bloom.default.__type\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INCRBY\",\"url\":\"modules/commands_count_min_sketch_INCRBY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INCRBY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INCRBY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INCRBY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INCRBY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INCRBY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INCRBY\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INFO\",\"url\":\"modules/commands_count_min_sketch_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_count_min_sketch_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_count_min_sketch_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INFO\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/count-min-sketch/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"depth\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html#depth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/count-min-sketch/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/commands_count_min_sketch_INFO.InfoReply.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/count-min-sketch/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INITBYDIM\",\"url\":\"modules/commands_count_min_sketch_INITBYDIM.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INITBYDIM.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYDIM\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INITBYDIM.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYDIM\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INITBYDIM.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYDIM\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/INITBYPROB\",\"url\":\"modules/commands_count_min_sketch_INITBYPROB.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_INITBYPROB.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYPROB\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_INITBYPROB.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYPROB\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_INITBYPROB.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/INITBYPROB\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/MERGE\",\"url\":\"modules/commands_count_min_sketch_MERGE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_MERGE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/MERGE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_MERGE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/MERGE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_MERGE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/MERGE\"},{\"kind\":2,\"name\":\"commands/count-min-sketch/QUERY\",\"url\":\"modules/commands_count_min_sketch_QUERY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_count_min_sketch_QUERY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_count_min_sketch_QUERY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_count_min_sketch_QUERY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_count_min_sketch_QUERY.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch/QUERY\"},{\"kind\":2,\"name\":\"commands/count-min-sketch\",\"url\":\"modules/commands_count_min_sketch.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_count_min_sketch.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/count-min-sketch\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_count_min_sketch.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/count-min-sketch.default\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INCRBY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.incrBy-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"INITBYDIM\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INITBYDIM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"initByDim\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.initByDim-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"INITBYPROB\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.INITBYPROB\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"initByProb\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.initByProb-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.merge-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.QUERY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands_count_min_sketch.default.html#__type.query-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/count-min-sketch.default.__type\"},{\"kind\":2,\"name\":\"commands/cuckoo/ADD\",\"url\":\"modules/commands_cuckoo_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADD\"},{\"kind\":2,\"name\":\"commands/cuckoo/ADDNX\",\"url\":\"modules/commands_cuckoo_ADDNX.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_ADDNX.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADDNX\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_ADDNX.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADDNX\"},{\"kind\":2,\"name\":\"commands/cuckoo/COUNT\",\"url\":\"modules/commands_cuckoo_COUNT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_COUNT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/COUNT\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_COUNT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/COUNT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_COUNT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/COUNT\"},{\"kind\":2,\"name\":\"commands/cuckoo/DEL\",\"url\":\"modules/commands_cuckoo_DEL.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_DEL.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/DEL\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_DEL.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/DEL\"},{\"kind\":2,\"name\":\"commands/cuckoo/EXISTS\",\"url\":\"modules/commands_cuckoo_EXISTS.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_EXISTS.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_EXISTS.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_cuckoo_EXISTS.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":2,\"name\":\"commands/cuckoo/INFO\",\"url\":\"modules/commands_cuckoo_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_cuckoo_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_cuckoo_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INFO\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfBuckets\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfBuckets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfFilters\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfInsertedItems\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfInsertedItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"numberOfDeletedItems\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#numberOfDeletedItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"bucketSize\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#bucketSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"expansionRate\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#expansionRate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"maxIteration\",\"url\":\"interfaces/commands_cuckoo_INFO.InfoReply.html#maxIteration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/cuckoo/INSERT\",\"url\":\"modules/commands_cuckoo_INSERT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_INSERT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_INSERT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERT\"},{\"kind\":2,\"name\":\"commands/cuckoo/INSERTNX\",\"url\":\"modules/commands_cuckoo_INSERTNX.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_INSERTNX.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERTNX\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_INSERTNX.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERTNX\"},{\"kind\":2,\"name\":\"commands/cuckoo/LOADCHUNK\",\"url\":\"modules/commands_cuckoo_LOADCHUNK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_LOADCHUNK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/LOADCHUNK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_LOADCHUNK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/LOADCHUNK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_LOADCHUNK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/LOADCHUNK\"},{\"kind\":2,\"name\":\"commands/cuckoo/RESERVE\",\"url\":\"modules/commands_cuckoo_RESERVE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_RESERVE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/RESERVE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_RESERVE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/RESERVE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_RESERVE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/RESERVE\"},{\"kind\":2,\"name\":\"commands/cuckoo/SCANDUMP\",\"url\":\"modules/commands_cuckoo_SCANDUMP.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_cuckoo_SCANDUMP.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/SCANDUMP\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_cuckoo_SCANDUMP.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/SCANDUMP\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_cuckoo_SCANDUMP.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/SCANDUMP\"},{\"kind\":2,\"name\":\"commands/cuckoo\",\"url\":\"modules/commands_cuckoo.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"pushInsertOptions\",\"url\":\"functions/commands_cuckoo.pushInsertOptions.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/cuckoo\"},{\"kind\":256,\"name\":\"InsertOptions\",\"url\":\"interfaces/commands_cuckoo.InsertOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/cuckoo\"},{\"kind\":1024,\"name\":\"CAPACITY\",\"url\":\"interfaces/commands_cuckoo.InsertOptions.html#CAPACITY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo.InsertOptions\"},{\"kind\":1024,\"name\":\"NOCREATE\",\"url\":\"interfaces/commands_cuckoo.InsertOptions.html#NOCREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/cuckoo.InsertOptions\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_cuckoo.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/cuckoo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_cuckoo.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/cuckoo.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_cuckoo.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_cuckoo.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"ADDNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.ADDNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"addNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.addNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands_cuckoo.default.html#__type.COUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands_cuckoo.default.html#__type.count-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"DEL\",\"url\":\"variables/commands_cuckoo.default.html#__type.DEL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"del\",\"url\":\"variables/commands_cuckoo.default.html#__type.del-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands_cuckoo.default.html#__type.EXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands_cuckoo.default.html#__type.exists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_cuckoo.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_cuckoo.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands_cuckoo.default.html#__type.INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands_cuckoo.default.html#__type.insert-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"INSERTNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.INSERTNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"insertNX\",\"url\":\"variables/commands_cuckoo.default.html#__type.insertNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands_cuckoo.default.html#__type.LOADCHUNK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands_cuckoo.default.html#__type.loadChunk-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands_cuckoo.default.html#__type.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands_cuckoo.default.html#__type.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands_cuckoo.default.html#__type.SCANDUMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands_cuckoo.default.html#__type.scanDump-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/cuckoo.default.__type\"},{\"kind\":2,\"name\":\"commands\",\"url\":\"modules/commands.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands.default\"},{\"kind\":1024,\"name\":\"bf\",\"url\":\"variables/commands.default.html#__type.bf\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.bf.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"commands.default.__type.bf\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"CARD\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.CARD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"card\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.card-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.EXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.exists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.insert-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.LOADCHUNK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.loadChunk-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"MADD\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.MADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"mAdd\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.mAdd-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"MEXISTS\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.MEXISTS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"mExists\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.mExists-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.SCANDUMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands.default.html#__type.bf.__type-1.scanDump-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.bf.__type\"},{\"kind\":1024,\"name\":\"cms\",\"url\":\"variables/commands.default.html#__type.cms\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.cms.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"commands.default.__type.cms\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.INCRBY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.incrBy-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.INFO-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.info-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"INITBYDIM\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.INITBYDIM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"initByDim\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.initByDim-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"INITBYPROB\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.INITBYPROB\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"initByProb\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.initByProb-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.merge-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.QUERY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands.default.html#__type.cms.__type-3.query-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cms.__type\"},{\"kind\":1024,\"name\":\"cf\",\"url\":\"variables/commands.default.html#__type.cf\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.cf.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"commands.default.__type.cf\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.ADD-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.add-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"ADDNX\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.ADDNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"addNX\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.addNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.COUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.count-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"DEL\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.DEL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"del\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.del-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"EXISTS\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.EXISTS-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"exists\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.exists-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.INFO-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.info-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"INSERT\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.INSERT-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"insert\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.insert-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"INSERTNX\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.INSERTNX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"insertNX\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.insertNX-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"LOADCHUNK\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.LOADCHUNK-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"loadChunk\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.loadChunk-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.RESERVE-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.reserve-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"SCANDUMP\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.SCANDUMP-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"scanDump\",\"url\":\"variables/commands.default.html#__type.cf.__type-2.scanDump-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.cf.__type\"},{\"kind\":1024,\"name\":\"tDigest\",\"url\":\"variables/commands.default.html#__type.tDigest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"commands.default.__type.tDigest\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.ADD-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.add-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"BYRANK\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.BYRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"byRank\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.byRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"BYREVRANK\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.BYREVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"byRevRank\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.byRevRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"CDF\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.CDF\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"cdf\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.cdf-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"CREATE\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.CREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"create\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.create-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.INFO-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.info-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"MAX\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.MAX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.max-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.MERGE-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.merge-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"MIN\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.MIN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"min\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.min-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"QUANTILE\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.QUANTILE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"quantile\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.quantile-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"RANK\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.RANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"rank\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.rank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"RESET\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.RESET\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.reset-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"REVRANK\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.REVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"revRank\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.revRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"TRIMMED_MEAN\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.TRIMMED_MEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"trimmedMean\",\"url\":\"variables/commands.default.html#__type.tDigest.__type-4.trimmedMean\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.tDigest.__type\"},{\"kind\":1024,\"name\":\"topK\",\"url\":\"variables/commands.default.html#__type.topK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands.default.html#__type.topK.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"commands.default.__type.topK\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.ADD-6\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.add-7\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.COUNT-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.count-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.INCRBY-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.incrBy-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.INFO-8\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.info-9\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"LIST_WITHCOUNT\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.LIST_WITHCOUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"listWithCount\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.listWithCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"LIST\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.LIST\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"list\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.list-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.QUERY-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.query-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.RESERVE-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands.default.html#__type.topK.__type-5.reserve-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.topK.__type\"},{\"kind\":2,\"name\":\"commands/t-digest/ADD\",\"url\":\"modules/commands_t_digest_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/ADD\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_ADD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/ADD\"},{\"kind\":2,\"name\":\"commands/t-digest/BYRANK\",\"url\":\"modules/commands_t_digest_BYRANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_BYRANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_BYRANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_BYRANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":2,\"name\":\"commands/t-digest/BYREVRANK\",\"url\":\"modules/commands_t_digest_BYREVRANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_BYREVRANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_BYREVRANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_BYREVRANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":2,\"name\":\"commands/t-digest/CDF\",\"url\":\"modules/commands_t_digest_CDF.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_CDF.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_CDF.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_CDF.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":2,\"name\":\"commands/t-digest/CREATE\",\"url\":\"modules/commands_t_digest_CREATE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_CREATE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CREATE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_CREATE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CREATE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_CREATE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CREATE\"},{\"kind\":2,\"name\":\"commands/t-digest/INFO\",\"url\":\"modules/commands_t_digest_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/INFO\"},{\"kind\":2,\"name\":\"commands/t-digest/MAX\",\"url\":\"modules/commands_t_digest_MAX.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_MAX.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_MAX.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_MAX.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":2,\"name\":\"commands/t-digest/MERGE\",\"url\":\"modules/commands_t_digest_MERGE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_MERGE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MERGE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_MERGE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MERGE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_MERGE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MERGE\"},{\"kind\":2,\"name\":\"commands/t-digest/MIN\",\"url\":\"modules/commands_t_digest_MIN.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_MIN.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_MIN.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_MIN.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":2,\"name\":\"commands/t-digest/QUANTILE\",\"url\":\"modules/commands_t_digest_QUANTILE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_QUANTILE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_QUANTILE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_QUANTILE.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":2,\"name\":\"commands/t-digest/RANK\",\"url\":\"modules/commands_t_digest_RANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_RANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_RANK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_RANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_RANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RANK\"},{\"kind\":2,\"name\":\"commands/t-digest/RESET\",\"url\":\"modules/commands_t_digest_RESET.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_RESET.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RESET\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_RESET.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RESET\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_RESET.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/RESET\"},{\"kind\":2,\"name\":\"commands/t-digest/REVRANK\",\"url\":\"modules/commands_t_digest_REVRANK.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_REVRANK.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_t_digest_REVRANK.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_REVRANK.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_REVRANK.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/REVRANK\"},{\"kind\":2,\"name\":\"commands/t-digest/TRIMMED_MEAN\",\"url\":\"modules/commands_t_digest_TRIMMED_MEAN.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_t_digest_TRIMMED_MEAN.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_t_digest_TRIMMED_MEAN.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_t_digest_TRIMMED_MEAN.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":2,\"name\":\"commands/t-digest\",\"url\":\"modules/commands_t_digest.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"pushCompressionArgument\",\"url\":\"functions/commands_t_digest.pushCompressionArgument.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":64,\"name\":\"transformDoubleReply\",\"url\":\"functions/commands_t_digest.transformDoubleReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":64,\"name\":\"transformDoublesReply\",\"url\":\"functions/commands_t_digest.transformDoublesReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":256,\"name\":\"CompressionOption\",\"url\":\"interfaces/commands_t_digest.CompressionOption.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":1024,\"name\":\"COMPRESSION\",\"url\":\"interfaces/commands_t_digest.CompressionOption.html#COMPRESSION\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/t-digest.CompressionOption\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_t_digest.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/t-digest\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_t_digest.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/t-digest.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_t_digest.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_t_digest.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"BYRANK\",\"url\":\"variables/commands_t_digest.default.html#__type.BYRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"byRank\",\"url\":\"variables/commands_t_digest.default.html#__type.byRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"BYREVRANK\",\"url\":\"variables/commands_t_digest.default.html#__type.BYREVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"byRevRank\",\"url\":\"variables/commands_t_digest.default.html#__type.byRevRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"CDF\",\"url\":\"variables/commands_t_digest.default.html#__type.CDF\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"cdf\",\"url\":\"variables/commands_t_digest.default.html#__type.cdf-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"CREATE\",\"url\":\"variables/commands_t_digest.default.html#__type.CREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"create\",\"url\":\"variables/commands_t_digest.default.html#__type.create-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_t_digest.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_t_digest.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"MAX\",\"url\":\"variables/commands_t_digest.default.html#__type.MAX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"variables/commands_t_digest.default.html#__type.max-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"MERGE\",\"url\":\"variables/commands_t_digest.default.html#__type.MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"merge\",\"url\":\"variables/commands_t_digest.default.html#__type.merge-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"MIN\",\"url\":\"variables/commands_t_digest.default.html#__type.MIN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"min\",\"url\":\"variables/commands_t_digest.default.html#__type.min-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"QUANTILE\",\"url\":\"variables/commands_t_digest.default.html#__type.QUANTILE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"quantile\",\"url\":\"variables/commands_t_digest.default.html#__type.quantile-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"RANK\",\"url\":\"variables/commands_t_digest.default.html#__type.RANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"rank\",\"url\":\"variables/commands_t_digest.default.html#__type.rank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"RESET\",\"url\":\"variables/commands_t_digest.default.html#__type.RESET\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"variables/commands_t_digest.default.html#__type.reset-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"REVRANK\",\"url\":\"variables/commands_t_digest.default.html#__type.REVRANK\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"revRank\",\"url\":\"variables/commands_t_digest.default.html#__type.revRank-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"TRIMMED_MEAN\",\"url\":\"variables/commands_t_digest.default.html#__type.TRIMMED_MEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":1024,\"name\":\"trimmedMean\",\"url\":\"variables/commands_t_digest.default.html#__type.trimmedMean\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/t-digest.default.__type\"},{\"kind\":2,\"name\":\"commands/top-k/ADD\",\"url\":\"modules/commands_top_k_ADD.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_ADD.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/ADD\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_ADD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/ADD\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_ADD.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/ADD\"},{\"kind\":2,\"name\":\"commands/top-k/COUNT\",\"url\":\"modules/commands_top_k_COUNT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_COUNT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_COUNT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_COUNT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_COUNT.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/COUNT\"},{\"kind\":2,\"name\":\"commands/top-k/INCRBY\",\"url\":\"modules/commands_top_k_INCRBY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_INCRBY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INCRBY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_INCRBY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INCRBY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_INCRBY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/INCRBY\"},{\"kind\":2,\"name\":\"commands/top-k/INFO\",\"url\":\"modules/commands_top_k_INFO.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_INFO.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_INFO.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_INFO.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_INFO.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":4194304,\"name\":\"InfoRawReply\",\"url\":\"types/commands_top_k_INFO.InfoRawReply.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":256,\"name\":\"InfoReply\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"commands/top-k/INFO\"},{\"kind\":1024,\"name\":\"k\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#k\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"depth\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#depth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":1024,\"name\":\"decay\",\"url\":\"interfaces/commands_top_k_INFO.InfoReply.html#decay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"commands/top-k/INFO.InfoReply\"},{\"kind\":2,\"name\":\"commands/top-k/LIST\",\"url\":\"modules/commands_top_k_LIST.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_LIST.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_LIST.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_LIST.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_LIST.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST\"},{\"kind\":2,\"name\":\"commands/top-k/LIST_WITHCOUNT\",\"url\":\"modules/commands_top_k_LIST_WITHCOUNT.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_LIST_WITHCOUNT.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_LIST_WITHCOUNT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_LIST_WITHCOUNT.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_LIST_WITHCOUNT.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/LIST_WITHCOUNT\"},{\"kind\":2,\"name\":\"commands/top-k/QUERY\",\"url\":\"modules/commands_top_k_QUERY.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_QUERY.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_QUERY.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_QUERY.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_QUERY.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/QUERY\"},{\"kind\":2,\"name\":\"commands/top-k/RESERVE\",\"url\":\"modules/commands_top_k_RESERVE.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformArguments\",\"url\":\"functions/commands_top_k_RESERVE.transformArguments.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_top_k_RESERVE.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":32,\"name\":\"FIRST_KEY_INDEX\",\"url\":\"variables/commands_top_k_RESERVE.FIRST_KEY_INDEX.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":32,\"name\":\"IS_READ_ONLY\",\"url\":\"variables/commands_top_k_RESERVE.IS_READ_ONLY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k/RESERVE\"},{\"kind\":2,\"name\":\"commands/top-k\",\"url\":\"modules/commands_top_k.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/commands_top_k.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"commands/top-k\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/commands_top_k.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"commands/top-k.default\"},{\"kind\":1024,\"name\":\"ADD\",\"url\":\"variables/commands_top_k.default.html#__type.ADD\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"add\",\"url\":\"variables/commands_top_k.default.html#__type.add-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"COUNT\",\"url\":\"variables/commands_top_k.default.html#__type.COUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"variables/commands_top_k.default.html#__type.count-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"INCRBY\",\"url\":\"variables/commands_top_k.default.html#__type.INCRBY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"incrBy\",\"url\":\"variables/commands_top_k.default.html#__type.incrBy-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"INFO\",\"url\":\"variables/commands_top_k.default.html#__type.INFO\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"variables/commands_top_k.default.html#__type.info-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"LIST_WITHCOUNT\",\"url\":\"variables/commands_top_k.default.html#__type.LIST_WITHCOUNT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"listWithCount\",\"url\":\"variables/commands_top_k.default.html#__type.listWithCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"LIST\",\"url\":\"variables/commands_top_k.default.html#__type.LIST\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"list\",\"url\":\"variables/commands_top_k.default.html#__type.list-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"QUERY\",\"url\":\"variables/commands_top_k.default.html#__type.QUERY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"variables/commands_top_k.default.html#__type.query-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"RESERVE\",\"url\":\"variables/commands_top_k.default.html#__type.RESERVE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":1024,\"name\":\"reserve\",\"url\":\"variables/commands_top_k.default.html#__type.reserve-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands/top-k.default.__type\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_ADD.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/ADD\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_bloom_EXISTS.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/bloom/EXISTS\"},{\"kind\":64,\"name\":\"transformReply\",\"url\":\"functions/commands_bloom_INSERT.transformReply.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"commands/bloom/INSERT\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_bloom_MADD.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/bloom/MADD\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_bloom_MEXISTS.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/bloom/MEXISTS\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_ADD.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADD\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_ADDNX.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/ADDNX\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_DEL.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/DEL\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_EXISTS.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/EXISTS\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_INSERT.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERT\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_cuckoo_INSERTNX.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/cuckoo/INSERTNX\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_BYRANK.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYRANK\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_BYREVRANK.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/BYREVRANK\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_CDF.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/CDF\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_MAX.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MAX\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_MIN.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/MIN\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_QUANTILE.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/QUANTILE\"},{\"kind\":8388608,\"name\":\"transformReply\",\"url\":\"modules/commands_t_digest_TRIMMED_MEAN.html#transformReply\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"commands/t-digest/TRIMMED_MEAN\"},{\"kind\":8388608,\"name\":\"default\",\"url\":\"modules/index.html#default\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,59.561]],[\"comment/0\",[]],[\"name/1\",[1,23.522]],[\"comment/1\",[]],[\"name/2\",[2,23.522]],[\"comment/2\",[]],[\"name/3\",[3,59.561]],[\"comment/3\",[]],[\"name/4\",[1,23.522]],[\"comment/4\",[]],[\"name/5\",[4,23.522]],[\"comment/5\",[]],[\"name/6\",[2,23.522]],[\"comment/6\",[]],[\"name/7\",[5,30.359]],[\"comment/7\",[]],[\"name/8\",[6,59.561]],[\"comment/8\",[]],[\"name/9\",[1,23.522]],[\"comment/9\",[]],[\"name/10\",[2,23.522]],[\"comment/10\",[]],[\"name/11\",[5,30.359]],[\"comment/11\",[]],[\"name/12\",[7,59.561]],[\"comment/12\",[]],[\"name/13\",[1,23.522]],[\"comment/13\",[]],[\"name/14\",[4,23.522]],[\"comment/14\",[]],[\"name/15\",[2,23.522]],[\"comment/15\",[]],[\"name/16\",[5,30.359]],[\"comment/16\",[]],[\"name/17\",[8,48.237]],[\"comment/17\",[]],[\"name/18\",[9,48.237]],[\"comment/18\",[]],[\"name/19\",[10,54.296]],[\"comment/19\",[]],[\"name/20\",[11,54.296]],[\"comment/20\",[]],[\"name/21\",[12,54.296]],[\"comment/21\",[]],[\"name/22\",[13,54.296]],[\"comment/22\",[]],[\"name/23\",[14,54.296]],[\"comment/23\",[]],[\"name/24\",[15,59.561]],[\"comment/24\",[]],[\"name/25\",[1,23.522]],[\"comment/25\",[]],[\"name/26\",[2,23.522]],[\"comment/26\",[]],[\"name/27\",[16,59.561]],[\"comment/27\",[]],[\"name/28\",[1,23.522]],[\"comment/28\",[]],[\"name/29\",[4,23.522]],[\"comment/29\",[]],[\"name/30\",[2,23.522]],[\"comment/30\",[]],[\"name/31\",[17,59.561]],[\"comment/31\",[]],[\"name/32\",[1,23.522]],[\"comment/32\",[]],[\"name/33\",[2,23.522]],[\"comment/33\",[]],[\"name/34\",[18,59.561]],[\"comment/34\",[]],[\"name/35\",[1,23.522]],[\"comment/35\",[]],[\"name/36\",[2,23.522]],[\"comment/36\",[]],[\"name/37\",[5,30.359]],[\"comment/37\",[]],[\"name/38\",[19,59.561]],[\"comment/38\",[]],[\"name/39\",[1,23.522]],[\"comment/39\",[]],[\"name/40\",[4,23.522]],[\"comment/40\",[]],[\"name/41\",[2,23.522]],[\"comment/41\",[]],[\"name/42\",[20,59.561]],[\"comment/42\",[]],[\"name/43\",[1,23.522]],[\"comment/43\",[]],[\"name/44\",[4,23.522]],[\"comment/44\",[]],[\"name/45\",[2,23.522]],[\"comment/45\",[]],[\"name/46\",[5,30.359]],[\"comment/46\",[]],[\"name/47\",[21,59.561]],[\"comment/47\",[]],[\"name/48\",[22,42.972]],[\"comment/48\",[]],[\"name/49\",[23,38.567]],[\"comment/49\",[]],[\"name/50\",[24,34.846]],[\"comment/50\",[]],[\"name/51\",[24,34.846]],[\"comment/51\",[]],[\"name/52\",[25,48.237]],[\"comment/52\",[]],[\"name/53\",[25,48.237]],[\"comment/53\",[]],[\"name/54\",[26,41.682]],[\"comment/54\",[]],[\"name/55\",[26,41.682]],[\"comment/55\",[]],[\"name/56\",[27,32.608]],[\"comment/56\",[]],[\"name/57\",[27,32.608]],[\"comment/57\",[]],[\"name/58\",[28,41.682]],[\"comment/58\",[]],[\"name/59\",[28,41.682]],[\"comment/59\",[]],[\"name/60\",[29,41.682]],[\"comment/60\",[]],[\"name/61\",[29,41.682]],[\"comment/61\",[]],[\"name/62\",[30,48.237]],[\"comment/62\",[]],[\"name/63\",[30,48.237]],[\"comment/63\",[]],[\"name/64\",[31,48.237]],[\"comment/64\",[]],[\"name/65\",[31,48.237]],[\"comment/65\",[]],[\"name/66\",[32,37.707]],[\"comment/66\",[]],[\"name/67\",[32,37.707]],[\"comment/67\",[]],[\"name/68\",[33,41.682]],[\"comment/68\",[]],[\"name/69\",[33,41.682]],[\"comment/69\",[]],[\"name/70\",[34,24.116,35,21.643,36,33.425]],[\"comment/70\",[]],[\"name/71\",[1,23.522]],[\"comment/71\",[]],[\"name/72\",[4,23.522]],[\"comment/72\",[]],[\"name/73\",[2,23.522]],[\"comment/73\",[]],[\"name/74\",[34,24.116,35,21.643,37,33.425]],[\"comment/74\",[]],[\"name/75\",[1,23.522]],[\"comment/75\",[]],[\"name/76\",[4,23.522]],[\"comment/76\",[]],[\"name/77\",[2,23.522]],[\"comment/77\",[]],[\"name/78\",[5,30.359]],[\"comment/78\",[]],[\"name/79\",[8,48.237]],[\"comment/79\",[]],[\"name/80\",[9,48.237]],[\"comment/80\",[]],[\"name/81\",[38,54.296]],[\"comment/81\",[]],[\"name/82\",[39,54.296]],[\"comment/82\",[]],[\"name/83\",[40,40.536]],[\"comment/83\",[]],[\"name/84\",[34,24.116,35,21.643,41,33.425]],[\"comment/84\",[]],[\"name/85\",[1,23.522]],[\"comment/85\",[]],[\"name/86\",[4,23.522]],[\"comment/86\",[]],[\"name/87\",[2,23.522]],[\"comment/87\",[]],[\"name/88\",[34,24.116,35,21.643,42,33.425]],[\"comment/88\",[]],[\"name/89\",[1,23.522]],[\"comment/89\",[]],[\"name/90\",[4,23.522]],[\"comment/90\",[]],[\"name/91\",[2,23.522]],[\"comment/91\",[]],[\"name/92\",[34,24.116,35,21.643,43,33.425]],[\"comment/92\",[]],[\"name/93\",[1,23.522]],[\"comment/93\",[]],[\"name/94\",[4,23.522]],[\"comment/94\",[]],[\"name/95\",[2,23.522]],[\"comment/95\",[]],[\"name/96\",[34,24.116,35,21.643,44,33.425]],[\"comment/96\",[]],[\"name/97\",[1,23.522]],[\"comment/97\",[]],[\"name/98\",[4,23.522]],[\"comment/98\",[]],[\"name/99\",[2,23.522]],[\"comment/99\",[]],[\"name/100\",[5,30.359]],[\"comment/100\",[]],[\"name/101\",[34,24.116,35,21.643,45,33.425]],[\"comment/101\",[]],[\"name/102\",[22,42.972]],[\"comment/102\",[]],[\"name/103\",[23,38.567]],[\"comment/103\",[]],[\"name/104\",[46,41.682]],[\"comment/104\",[]],[\"name/105\",[46,41.682]],[\"comment/105\",[]],[\"name/106\",[27,32.608]],[\"comment/106\",[]],[\"name/107\",[27,32.608]],[\"comment/107\",[]],[\"name/108\",[47,48.237]],[\"comment/108\",[]],[\"name/109\",[47,48.237]],[\"comment/109\",[]],[\"name/110\",[48,48.237]],[\"comment/110\",[]],[\"name/111\",[48,48.237]],[\"comment/111\",[]],[\"name/112\",[49,41.682]],[\"comment/112\",[]],[\"name/113\",[49,41.682]],[\"comment/113\",[]],[\"name/114\",[50,41.682]],[\"comment/114\",[]],[\"name/115\",[50,41.682]],[\"comment/115\",[]],[\"name/116\",[51,59.561]],[\"comment/116\",[]],[\"name/117\",[1,23.522]],[\"comment/117\",[]],[\"name/118\",[2,23.522]],[\"comment/118\",[]],[\"name/119\",[52,59.561]],[\"comment/119\",[]],[\"name/120\",[1,23.522]],[\"comment/120\",[]],[\"name/121\",[2,23.522]],[\"comment/121\",[]],[\"name/122\",[53,59.561]],[\"comment/122\",[]],[\"name/123\",[1,23.522]],[\"comment/123\",[]],[\"name/124\",[4,23.522]],[\"comment/124\",[]],[\"name/125\",[2,23.522]],[\"comment/125\",[]],[\"name/126\",[54,59.561]],[\"comment/126\",[]],[\"name/127\",[1,23.522]],[\"comment/127\",[]],[\"name/128\",[2,23.522]],[\"comment/128\",[]],[\"name/129\",[55,59.561]],[\"comment/129\",[]],[\"name/130\",[1,23.522]],[\"comment/130\",[]],[\"name/131\",[2,23.522]],[\"comment/131\",[]],[\"name/132\",[5,30.359]],[\"comment/132\",[]],[\"name/133\",[56,59.561]],[\"comment/133\",[]],[\"name/134\",[1,23.522]],[\"comment/134\",[]],[\"name/135\",[4,23.522]],[\"comment/135\",[]],[\"name/136\",[2,23.522]],[\"comment/136\",[]],[\"name/137\",[5,30.359]],[\"comment/137\",[]],[\"name/138\",[8,48.237]],[\"comment/138\",[]],[\"name/139\",[9,48.237]],[\"comment/139\",[]],[\"name/140\",[11,54.296]],[\"comment/140\",[]],[\"name/141\",[57,59.561]],[\"comment/141\",[]],[\"name/142\",[12,54.296]],[\"comment/142\",[]],[\"name/143\",[13,54.296]],[\"comment/143\",[]],[\"name/144\",[58,59.561]],[\"comment/144\",[]],[\"name/145\",[59,59.561]],[\"comment/145\",[]],[\"name/146\",[14,54.296]],[\"comment/146\",[]],[\"name/147\",[60,59.561]],[\"comment/147\",[]],[\"name/148\",[61,59.561]],[\"comment/148\",[]],[\"name/149\",[1,23.522]],[\"comment/149\",[]],[\"name/150\",[2,23.522]],[\"comment/150\",[]],[\"name/151\",[62,59.561]],[\"comment/151\",[]],[\"name/152\",[1,23.522]],[\"comment/152\",[]],[\"name/153\",[2,23.522]],[\"comment/153\",[]],[\"name/154\",[63,59.561]],[\"comment/154\",[]],[\"name/155\",[1,23.522]],[\"comment/155\",[]],[\"name/156\",[4,23.522]],[\"comment/156\",[]],[\"name/157\",[2,23.522]],[\"comment/157\",[]],[\"name/158\",[64,59.561]],[\"comment/158\",[]],[\"name/159\",[1,23.522]],[\"comment/159\",[]],[\"name/160\",[4,23.522]],[\"comment/160\",[]],[\"name/161\",[2,23.522]],[\"comment/161\",[]],[\"name/162\",[65,59.561]],[\"comment/162\",[]],[\"name/163\",[1,23.522]],[\"comment/163\",[]],[\"name/164\",[4,23.522]],[\"comment/164\",[]],[\"name/165\",[2,23.522]],[\"comment/165\",[]],[\"name/166\",[66,59.561]],[\"comment/166\",[]],[\"name/167\",[67,59.561]],[\"comment/167\",[]],[\"name/168\",[68,59.561]],[\"comment/168\",[]],[\"name/169\",[10,54.296]],[\"comment/169\",[]],[\"name/170\",[69,59.561]],[\"comment/170\",[]],[\"name/171\",[22,42.972]],[\"comment/171\",[]],[\"name/172\",[23,38.567]],[\"comment/172\",[]],[\"name/173\",[24,34.846]],[\"comment/173\",[]],[\"name/174\",[24,34.846]],[\"comment/174\",[]],[\"name/175\",[70,48.237]],[\"comment/175\",[]],[\"name/176\",[70,48.237]],[\"comment/176\",[]],[\"name/177\",[40,40.536]],[\"comment/177\",[]],[\"name/178\",[40,40.536]],[\"comment/178\",[]],[\"name/179\",[71,48.237]],[\"comment/179\",[]],[\"name/180\",[71,48.237]],[\"comment/180\",[]],[\"name/181\",[26,41.682]],[\"comment/181\",[]],[\"name/182\",[26,41.682]],[\"comment/182\",[]],[\"name/183\",[27,32.608]],[\"comment/183\",[]],[\"name/184\",[27,32.608]],[\"comment/184\",[]],[\"name/185\",[28,41.682]],[\"comment/185\",[]],[\"name/186\",[28,41.682]],[\"comment/186\",[]],[\"name/187\",[72,48.237]],[\"comment/187\",[]],[\"name/188\",[72,48.237]],[\"comment/188\",[]],[\"name/189\",[29,41.682]],[\"comment/189\",[]],[\"name/190\",[29,41.682]],[\"comment/190\",[]],[\"name/191\",[32,37.707]],[\"comment/191\",[]],[\"name/192\",[32,37.707]],[\"comment/192\",[]],[\"name/193\",[33,41.682]],[\"comment/193\",[]],[\"name/194\",[33,41.682]],[\"comment/194\",[]],[\"name/195\",[73,59.561]],[\"comment/195\",[]],[\"name/196\",[22,42.972]],[\"comment/196\",[]],[\"name/197\",[23,38.567]],[\"comment/197\",[]],[\"name/198\",[74,59.561]],[\"comment/198\",[]],[\"name/199\",[23,38.567]],[\"comment/199\",[]],[\"name/200\",[24,34.846]],[\"comment/200\",[]],[\"name/201\",[24,34.846]],[\"comment/201\",[]],[\"name/202\",[25,48.237]],[\"comment/202\",[]],[\"name/203\",[25,48.237]],[\"comment/203\",[]],[\"name/204\",[26,41.682]],[\"comment/204\",[]],[\"name/205\",[26,41.682]],[\"comment/205\",[]],[\"name/206\",[27,32.608]],[\"comment/206\",[]],[\"name/207\",[27,32.608]],[\"comment/207\",[]],[\"name/208\",[28,41.682]],[\"comment/208\",[]],[\"name/209\",[28,41.682]],[\"comment/209\",[]],[\"name/210\",[29,41.682]],[\"comment/210\",[]],[\"name/211\",[29,41.682]],[\"comment/211\",[]],[\"name/212\",[30,48.237]],[\"comment/212\",[]],[\"name/213\",[30,48.237]],[\"comment/213\",[]],[\"name/214\",[31,48.237]],[\"comment/214\",[]],[\"name/215\",[31,48.237]],[\"comment/215\",[]],[\"name/216\",[32,37.707]],[\"comment/216\",[]],[\"name/217\",[32,37.707]],[\"comment/217\",[]],[\"name/218\",[33,41.682]],[\"comment/218\",[]],[\"name/219\",[33,41.682]],[\"comment/219\",[]],[\"name/220\",[75,59.561]],[\"comment/220\",[]],[\"name/221\",[23,38.567]],[\"comment/221\",[]],[\"name/222\",[46,41.682]],[\"comment/222\",[]],[\"name/223\",[46,41.682]],[\"comment/223\",[]],[\"name/224\",[27,32.608]],[\"comment/224\",[]],[\"name/225\",[27,32.608]],[\"comment/225\",[]],[\"name/226\",[47,48.237]],[\"comment/226\",[]],[\"name/227\",[47,48.237]],[\"comment/227\",[]],[\"name/228\",[48,48.237]],[\"comment/228\",[]],[\"name/229\",[48,48.237]],[\"comment/229\",[]],[\"name/230\",[49,41.682]],[\"comment/230\",[]],[\"name/231\",[49,41.682]],[\"comment/231\",[]],[\"name/232\",[50,41.682]],[\"comment/232\",[]],[\"name/233\",[50,41.682]],[\"comment/233\",[]],[\"name/234\",[76,59.561]],[\"comment/234\",[]],[\"name/235\",[23,38.567]],[\"comment/235\",[]],[\"name/236\",[24,34.846]],[\"comment/236\",[]],[\"name/237\",[24,34.846]],[\"comment/237\",[]],[\"name/238\",[70,48.237]],[\"comment/238\",[]],[\"name/239\",[70,48.237]],[\"comment/239\",[]],[\"name/240\",[40,40.536]],[\"comment/240\",[]],[\"name/241\",[40,40.536]],[\"comment/241\",[]],[\"name/242\",[71,48.237]],[\"comment/242\",[]],[\"name/243\",[71,48.237]],[\"comment/243\",[]],[\"name/244\",[26,41.682]],[\"comment/244\",[]],[\"name/245\",[26,41.682]],[\"comment/245\",[]],[\"name/246\",[27,32.608]],[\"comment/246\",[]],[\"name/247\",[27,32.608]],[\"comment/247\",[]],[\"name/248\",[28,41.682]],[\"comment/248\",[]],[\"name/249\",[28,41.682]],[\"comment/249\",[]],[\"name/250\",[72,48.237]],[\"comment/250\",[]],[\"name/251\",[72,48.237]],[\"comment/251\",[]],[\"name/252\",[29,41.682]],[\"comment/252\",[]],[\"name/253\",[29,41.682]],[\"comment/253\",[]],[\"name/254\",[32,37.707]],[\"comment/254\",[]],[\"name/255\",[32,37.707]],[\"comment/255\",[]],[\"name/256\",[33,41.682]],[\"comment/256\",[]],[\"name/257\",[33,41.682]],[\"comment/257\",[]],[\"name/258\",[77,59.561]],[\"comment/258\",[]],[\"name/259\",[23,38.567]],[\"comment/259\",[]],[\"name/260\",[24,34.846]],[\"comment/260\",[]],[\"name/261\",[24,34.846]],[\"comment/261\",[]],[\"name/262\",[78,48.237]],[\"comment/262\",[]],[\"name/263\",[78,48.237]],[\"comment/263\",[]],[\"name/264\",[79,48.237]],[\"comment/264\",[]],[\"name/265\",[79,48.237]],[\"comment/265\",[]],[\"name/266\",[80,48.237]],[\"comment/266\",[]],[\"name/267\",[80,48.237]],[\"comment/267\",[]],[\"name/268\",[81,48.237]],[\"comment/268\",[]],[\"name/269\",[81,48.237]],[\"comment/269\",[]],[\"name/270\",[27,32.608]],[\"comment/270\",[]],[\"name/271\",[27,32.608]],[\"comment/271\",[]],[\"name/272\",[82,48.237]],[\"comment/272\",[]],[\"name/273\",[82,48.237]],[\"comment/273\",[]],[\"name/274\",[49,41.682]],[\"comment/274\",[]],[\"name/275\",[49,41.682]],[\"comment/275\",[]],[\"name/276\",[35,38.567]],[\"comment/276\",[]],[\"name/277\",[35,38.567]],[\"comment/277\",[]],[\"name/278\",[83,48.237]],[\"comment/278\",[]],[\"name/279\",[83,48.237]],[\"comment/279\",[]],[\"name/280\",[84,48.237]],[\"comment/280\",[]],[\"name/281\",[84,48.237]],[\"comment/281\",[]],[\"name/282\",[85,48.237]],[\"comment/282\",[]],[\"name/283\",[85,48.237]],[\"comment/283\",[]],[\"name/284\",[86,48.237]],[\"comment/284\",[]],[\"name/285\",[86,48.237]],[\"comment/285\",[]],[\"name/286\",[87,54.296]],[\"comment/286\",[]],[\"name/287\",[88,54.296]],[\"comment/287\",[]],[\"name/288\",[89,59.561]],[\"comment/288\",[]],[\"name/289\",[23,38.567]],[\"comment/289\",[]],[\"name/290\",[24,34.846]],[\"comment/290\",[]],[\"name/291\",[24,34.846]],[\"comment/291\",[]],[\"name/292\",[40,40.536]],[\"comment/292\",[]],[\"name/293\",[40,40.536]],[\"comment/293\",[]],[\"name/294\",[46,41.682]],[\"comment/294\",[]],[\"name/295\",[46,41.682]],[\"comment/295\",[]],[\"name/296\",[27,32.608]],[\"comment/296\",[]],[\"name/297\",[27,32.608]],[\"comment/297\",[]],[\"name/298\",[90,54.296]],[\"comment/298\",[]],[\"name/299\",[91,54.296]],[\"comment/299\",[]],[\"name/300\",[92,48.237]],[\"comment/300\",[]],[\"name/301\",[92,48.237]],[\"comment/301\",[]],[\"name/302\",[50,41.682]],[\"comment/302\",[]],[\"name/303\",[50,41.682]],[\"comment/303\",[]],[\"name/304\",[32,37.707]],[\"comment/304\",[]],[\"name/305\",[32,37.707]],[\"comment/305\",[]],[\"name/306\",[93,25.515,94,42.82]],[\"comment/306\",[]],[\"name/307\",[1,23.522]],[\"comment/307\",[]],[\"name/308\",[4,23.522]],[\"comment/308\",[]],[\"name/309\",[2,23.522]],[\"comment/309\",[]],[\"name/310\",[93,25.515,95,42.82]],[\"comment/310\",[]],[\"name/311\",[1,23.522]],[\"comment/311\",[]],[\"name/312\",[2,23.522]],[\"comment/312\",[]],[\"name/313\",[5,30.359]],[\"comment/313\",[]],[\"name/314\",[93,25.515,96,42.82]],[\"comment/314\",[]],[\"name/315\",[1,23.522]],[\"comment/315\",[]],[\"name/316\",[2,23.522]],[\"comment/316\",[]],[\"name/317\",[5,30.359]],[\"comment/317\",[]],[\"name/318\",[93,25.515,97,42.82]],[\"comment/318\",[]],[\"name/319\",[1,23.522]],[\"comment/319\",[]],[\"name/320\",[2,23.522]],[\"comment/320\",[]],[\"name/321\",[5,30.359]],[\"comment/321\",[]],[\"name/322\",[93,25.515,98,42.82]],[\"comment/322\",[]],[\"name/323\",[1,23.522]],[\"comment/323\",[]],[\"name/324\",[4,23.522]],[\"comment/324\",[]],[\"name/325\",[2,23.522]],[\"comment/325\",[]],[\"name/326\",[93,25.515,99,42.82]],[\"comment/326\",[]],[\"name/327\",[1,23.522]],[\"comment/327\",[]],[\"name/328\",[4,23.522]],[\"comment/328\",[]],[\"name/329\",[2,23.522]],[\"comment/329\",[]],[\"name/330\",[5,30.359]],[\"comment/330\",[]],[\"name/331\",[93,25.515,100,42.82]],[\"comment/331\",[]],[\"name/332\",[1,23.522]],[\"comment/332\",[]],[\"name/333\",[2,23.522]],[\"comment/333\",[]],[\"name/334\",[5,30.359]],[\"comment/334\",[]],[\"name/335\",[93,25.515,101,42.82]],[\"comment/335\",[]],[\"name/336\",[1,23.522]],[\"comment/336\",[]],[\"name/337\",[4,23.522]],[\"comment/337\",[]],[\"name/338\",[2,23.522]],[\"comment/338\",[]],[\"name/339\",[93,25.515,102,42.82]],[\"comment/339\",[]],[\"name/340\",[1,23.522]],[\"comment/340\",[]],[\"name/341\",[2,23.522]],[\"comment/341\",[]],[\"name/342\",[5,30.359]],[\"comment/342\",[]],[\"name/343\",[93,25.515,103,42.82]],[\"comment/343\",[]],[\"name/344\",[1,23.522]],[\"comment/344\",[]],[\"name/345\",[2,23.522]],[\"comment/345\",[]],[\"name/346\",[5,30.359]],[\"comment/346\",[]],[\"name/347\",[93,25.515,104,42.82]],[\"comment/347\",[]],[\"name/348\",[1,23.522]],[\"comment/348\",[]],[\"name/349\",[4,23.522]],[\"comment/349\",[]],[\"name/350\",[2,23.522]],[\"comment/350\",[]],[\"name/351\",[5,30.359]],[\"comment/351\",[]],[\"name/352\",[93,25.515,105,42.82]],[\"comment/352\",[]],[\"name/353\",[1,23.522]],[\"comment/353\",[]],[\"name/354\",[4,23.522]],[\"comment/354\",[]],[\"name/355\",[2,23.522]],[\"comment/355\",[]],[\"name/356\",[93,25.515,106,42.82]],[\"comment/356\",[]],[\"name/357\",[1,23.522]],[\"comment/357\",[]],[\"name/358\",[4,23.522]],[\"comment/358\",[]],[\"name/359\",[2,23.522]],[\"comment/359\",[]],[\"name/360\",[5,30.359]],[\"comment/360\",[]],[\"name/361\",[93,25.515,107,42.82]],[\"comment/361\",[]],[\"name/362\",[1,23.522]],[\"comment/362\",[]],[\"name/363\",[2,23.522]],[\"comment/363\",[]],[\"name/364\",[5,30.359]],[\"comment/364\",[]],[\"name/365\",[93,25.515,108,42.82]],[\"comment/365\",[]],[\"name/366\",[109,59.561]],[\"comment/366\",[]],[\"name/367\",[110,59.561]],[\"comment/367\",[]],[\"name/368\",[111,59.561]],[\"comment/368\",[]],[\"name/369\",[112,59.561]],[\"comment/369\",[]],[\"name/370\",[113,59.561]],[\"comment/370\",[]],[\"name/371\",[22,42.972]],[\"comment/371\",[]],[\"name/372\",[23,38.567]],[\"comment/372\",[]],[\"name/373\",[24,34.846]],[\"comment/373\",[]],[\"name/374\",[24,34.846]],[\"comment/374\",[]],[\"name/375\",[78,48.237]],[\"comment/375\",[]],[\"name/376\",[78,48.237]],[\"comment/376\",[]],[\"name/377\",[79,48.237]],[\"comment/377\",[]],[\"name/378\",[79,48.237]],[\"comment/378\",[]],[\"name/379\",[80,48.237]],[\"comment/379\",[]],[\"name/380\",[80,48.237]],[\"comment/380\",[]],[\"name/381\",[81,48.237]],[\"comment/381\",[]],[\"name/382\",[81,48.237]],[\"comment/382\",[]],[\"name/383\",[27,32.608]],[\"comment/383\",[]],[\"name/384\",[27,32.608]],[\"comment/384\",[]],[\"name/385\",[82,48.237]],[\"comment/385\",[]],[\"name/386\",[82,48.237]],[\"comment/386\",[]],[\"name/387\",[49,41.682]],[\"comment/387\",[]],[\"name/388\",[49,41.682]],[\"comment/388\",[]],[\"name/389\",[35,38.567]],[\"comment/389\",[]],[\"name/390\",[35,38.567]],[\"comment/390\",[]],[\"name/391\",[83,48.237]],[\"comment/391\",[]],[\"name/392\",[83,48.237]],[\"comment/392\",[]],[\"name/393\",[84,48.237]],[\"comment/393\",[]],[\"name/394\",[84,48.237]],[\"comment/394\",[]],[\"name/395\",[85,48.237]],[\"comment/395\",[]],[\"name/396\",[85,48.237]],[\"comment/396\",[]],[\"name/397\",[86,48.237]],[\"comment/397\",[]],[\"name/398\",[86,48.237]],[\"comment/398\",[]],[\"name/399\",[87,54.296]],[\"comment/399\",[]],[\"name/400\",[88,54.296]],[\"comment/400\",[]],[\"name/401\",[114,29.142,115,42.82]],[\"comment/401\",[]],[\"name/402\",[1,23.522]],[\"comment/402\",[]],[\"name/403\",[4,23.522]],[\"comment/403\",[]],[\"name/404\",[2,23.522]],[\"comment/404\",[]],[\"name/405\",[114,29.142,116,42.82]],[\"comment/405\",[]],[\"name/406\",[1,23.522]],[\"comment/406\",[]],[\"name/407\",[4,23.522]],[\"comment/407\",[]],[\"name/408\",[2,23.522]],[\"comment/408\",[]],[\"name/409\",[5,30.359]],[\"comment/409\",[]],[\"name/410\",[114,29.142,117,42.82]],[\"comment/410\",[]],[\"name/411\",[1,23.522]],[\"comment/411\",[]],[\"name/412\",[4,23.522]],[\"comment/412\",[]],[\"name/413\",[2,23.522]],[\"comment/413\",[]],[\"name/414\",[114,29.142,118,42.82]],[\"comment/414\",[]],[\"name/415\",[1,23.522]],[\"comment/415\",[]],[\"name/416\",[4,23.522]],[\"comment/416\",[]],[\"name/417\",[2,23.522]],[\"comment/417\",[]],[\"name/418\",[5,30.359]],[\"comment/418\",[]],[\"name/419\",[8,48.237]],[\"comment/419\",[]],[\"name/420\",[9,48.237]],[\"comment/420\",[]],[\"name/421\",[119,54.296]],[\"comment/421\",[]],[\"name/422\",[38,54.296]],[\"comment/422\",[]],[\"name/423\",[39,54.296]],[\"comment/423\",[]],[\"name/424\",[120,59.561]],[\"comment/424\",[]],[\"name/425\",[114,29.142,121,42.82]],[\"comment/425\",[]],[\"name/426\",[1,23.522]],[\"comment/426\",[]],[\"name/427\",[4,23.522]],[\"comment/427\",[]],[\"name/428\",[2,23.522]],[\"comment/428\",[]],[\"name/429\",[5,30.359]],[\"comment/429\",[]],[\"name/430\",[114,29.142,122,42.82]],[\"comment/430\",[]],[\"name/431\",[1,23.522]],[\"comment/431\",[]],[\"name/432\",[4,23.522]],[\"comment/432\",[]],[\"name/433\",[2,23.522]],[\"comment/433\",[]],[\"name/434\",[5,30.359]],[\"comment/434\",[]],[\"name/435\",[114,29.142,123,42.82]],[\"comment/435\",[]],[\"name/436\",[1,23.522]],[\"comment/436\",[]],[\"name/437\",[4,23.522]],[\"comment/437\",[]],[\"name/438\",[2,23.522]],[\"comment/438\",[]],[\"name/439\",[5,30.359]],[\"comment/439\",[]],[\"name/440\",[114,29.142,124,42.82]],[\"comment/440\",[]],[\"name/441\",[1,23.522]],[\"comment/441\",[]],[\"name/442\",[4,23.522]],[\"comment/442\",[]],[\"name/443\",[2,23.522]],[\"comment/443\",[]],[\"name/444\",[5,30.359]],[\"comment/444\",[]],[\"name/445\",[114,29.142,119,39.035]],[\"comment/445\",[]],[\"name/446\",[22,42.972]],[\"comment/446\",[]],[\"name/447\",[23,38.567]],[\"comment/447\",[]],[\"name/448\",[24,34.846]],[\"comment/448\",[]],[\"name/449\",[24,34.846]],[\"comment/449\",[]],[\"name/450\",[40,40.536]],[\"comment/450\",[]],[\"name/451\",[40,40.536]],[\"comment/451\",[]],[\"name/452\",[46,41.682]],[\"comment/452\",[]],[\"name/453\",[46,41.682]],[\"comment/453\",[]],[\"name/454\",[27,32.608]],[\"comment/454\",[]],[\"name/455\",[27,32.608]],[\"comment/455\",[]],[\"name/456\",[90,54.296]],[\"comment/456\",[]],[\"name/457\",[91,54.296]],[\"comment/457\",[]],[\"name/458\",[92,48.237]],[\"comment/458\",[]],[\"name/459\",[92,48.237]],[\"comment/459\",[]],[\"name/460\",[50,41.682]],[\"comment/460\",[]],[\"name/461\",[50,41.682]],[\"comment/461\",[]],[\"name/462\",[32,37.707]],[\"comment/462\",[]],[\"name/463\",[32,37.707]],[\"comment/463\",[]],[\"name/464\",[125,59.561]],[\"comment/464\",[]],[\"name/465\",[4,23.522]],[\"comment/465\",[]],[\"name/466\",[4,23.522]],[\"comment/466\",[]],[\"name/467\",[4,23.522]],[\"comment/467\",[]],[\"name/468\",[4,23.522]],[\"comment/468\",[]],[\"name/469\",[4,23.522]],[\"comment/469\",[]],[\"name/470\",[4,23.522]],[\"comment/470\",[]],[\"name/471\",[4,23.522]],[\"comment/471\",[]],[\"name/472\",[4,23.522]],[\"comment/472\",[]],[\"name/473\",[4,23.522]],[\"comment/473\",[]],[\"name/474\",[4,23.522]],[\"comment/474\",[]],[\"name/475\",[4,23.522]],[\"comment/475\",[]],[\"name/476\",[4,23.522]],[\"comment/476\",[]],[\"name/477\",[4,23.522]],[\"comment/477\",[]],[\"name/478\",[4,23.522]],[\"comment/478\",[]],[\"name/479\",[4,23.522]],[\"comment/479\",[]],[\"name/480\",[4,23.522]],[\"comment/480\",[]],[\"name/481\",[4,23.522]],[\"comment/481\",[]],[\"name/482\",[4,23.522]],[\"comment/482\",[]],[\"name/483\",[22,42.972]],[\"comment/483\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":23,\"name\":{\"49\":{},\"103\":{},\"172\":{},\"197\":{},\"199\":{},\"221\":{},\"235\":{},\"259\":{},\"289\":{},\"372\":{},\"447\":{}},\"comment\":{}}],[\"add\",{\"_index\":24,\"name\":{\"50\":{},\"51\":{},\"173\":{},\"174\":{},\"200\":{},\"201\":{},\"236\":{},\"237\":{},\"260\":{},\"261\":{},\"290\":{},\"291\":{},\"373\":{},\"374\":{},\"448\":{},\"449\":{}},\"comment\":{}}],[\"addnx\",{\"_index\":70,\"name\":{\"175\":{},\"176\":{},\"238\":{},\"239\":{}},\"comment\":{}}],[\"bf\",{\"_index\":74,\"name\":{\"198\":{}},\"comment\":{}}],[\"bucketsize\",{\"_index\":59,\"name\":{\"145\":{}},\"comment\":{}}],[\"byrank\",{\"_index\":78,\"name\":{\"262\":{},\"263\":{},\"375\":{},\"376\":{}},\"comment\":{}}],[\"byrevrank\",{\"_index\":79,\"name\":{\"264\":{},\"265\":{},\"377\":{},\"378\":{}},\"comment\":{}}],[\"capacity\",{\"_index\":10,\"name\":{\"19\":{},\"169\":{}},\"comment\":{}}],[\"card\",{\"_index\":25,\"name\":{\"52\":{},\"53\":{},\"202\":{},\"203\":{}},\"comment\":{}}],[\"cdf\",{\"_index\":80,\"name\":{\"266\":{},\"267\":{},\"379\":{},\"380\":{}},\"comment\":{}}],[\"cf\",{\"_index\":76,\"name\":{\"234\":{}},\"comment\":{}}],[\"cms\",{\"_index\":75,\"name\":{\"220\":{}},\"comment\":{}}],[\"commands\",{\"_index\":73,\"name\":{\"195\":{}},\"comment\":{}}],[\"commands/bloom\",{\"_index\":21,\"name\":{\"47\":{}},\"comment\":{}}],[\"commands/bloom/add\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"commands/bloom/card\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"commands/bloom/exists\",{\"_index\":6,\"name\":{\"8\":{}},\"comment\":{}}],[\"commands/bloom/info\",{\"_index\":7,\"name\":{\"12\":{}},\"comment\":{}}],[\"commands/bloom/insert\",{\"_index\":15,\"name\":{\"24\":{}},\"comment\":{}}],[\"commands/bloom/loadchunk\",{\"_index\":16,\"name\":{\"27\":{}},\"comment\":{}}],[\"commands/bloom/madd\",{\"_index\":17,\"name\":{\"31\":{}},\"comment\":{}}],[\"commands/bloom/mexists\",{\"_index\":18,\"name\":{\"34\":{}},\"comment\":{}}],[\"commands/bloom/reserve\",{\"_index\":19,\"name\":{\"38\":{}},\"comment\":{}}],[\"commands/bloom/scandump\",{\"_index\":20,\"name\":{\"42\":{}},\"comment\":{}}],[\"commands/count\",{\"_index\":34,\"name\":{\"70\":{},\"74\":{},\"84\":{},\"88\":{},\"92\":{},\"96\":{},\"101\":{}},\"comment\":{}}],[\"commands/cuckoo\",{\"_index\":66,\"name\":{\"166\":{}},\"comment\":{}}],[\"commands/cuckoo/add\",{\"_index\":51,\"name\":{\"116\":{}},\"comment\":{}}],[\"commands/cuckoo/addnx\",{\"_index\":52,\"name\":{\"119\":{}},\"comment\":{}}],[\"commands/cuckoo/count\",{\"_index\":53,\"name\":{\"122\":{}},\"comment\":{}}],[\"commands/cuckoo/del\",{\"_index\":54,\"name\":{\"126\":{}},\"comment\":{}}],[\"commands/cuckoo/exists\",{\"_index\":55,\"name\":{\"129\":{}},\"comment\":{}}],[\"commands/cuckoo/info\",{\"_index\":56,\"name\":{\"133\":{}},\"comment\":{}}],[\"commands/cuckoo/insert\",{\"_index\":61,\"name\":{\"148\":{}},\"comment\":{}}],[\"commands/cuckoo/insertnx\",{\"_index\":62,\"name\":{\"151\":{}},\"comment\":{}}],[\"commands/cuckoo/loadchunk\",{\"_index\":63,\"name\":{\"154\":{}},\"comment\":{}}],[\"commands/cuckoo/reserve\",{\"_index\":64,\"name\":{\"158\":{}},\"comment\":{}}],[\"commands/cuckoo/scandump\",{\"_index\":65,\"name\":{\"162\":{}},\"comment\":{}}],[\"commands/t\",{\"_index\":93,\"name\":{\"306\":{},\"310\":{},\"314\":{},\"318\":{},\"322\":{},\"326\":{},\"331\":{},\"335\":{},\"339\":{},\"343\":{},\"347\":{},\"352\":{},\"356\":{},\"361\":{},\"365\":{}},\"comment\":{}}],[\"commands/top\",{\"_index\":114,\"name\":{\"401\":{},\"405\":{},\"410\":{},\"414\":{},\"425\":{},\"430\":{},\"435\":{},\"440\":{},\"445\":{}},\"comment\":{}}],[\"compression\",{\"_index\":113,\"name\":{\"370\":{}},\"comment\":{}}],[\"compressionoption\",{\"_index\":112,\"name\":{\"369\":{}},\"comment\":{}}],[\"count\",{\"_index\":40,\"name\":{\"83\":{},\"177\":{},\"178\":{},\"240\":{},\"241\":{},\"292\":{},\"293\":{},\"450\":{},\"451\":{}},\"comment\":{}}],[\"create\",{\"_index\":81,\"name\":{\"268\":{},\"269\":{},\"381\":{},\"382\":{}},\"comment\":{}}],[\"decay\",{\"_index\":120,\"name\":{\"424\":{}},\"comment\":{}}],[\"default\",{\"_index\":22,\"name\":{\"48\":{},\"102\":{},\"171\":{},\"196\":{},\"371\":{},\"446\":{},\"483\":{}},\"comment\":{}}],[\"del\",{\"_index\":71,\"name\":{\"179\":{},\"180\":{},\"242\":{},\"243\":{}},\"comment\":{}}],[\"depth\",{\"_index\":39,\"name\":{\"82\":{},\"423\":{}},\"comment\":{}}],[\"digest\",{\"_index\":108,\"name\":{\"365\":{}},\"comment\":{}}],[\"digest/add\",{\"_index\":94,\"name\":{\"306\":{}},\"comment\":{}}],[\"digest/byrank\",{\"_index\":95,\"name\":{\"310\":{}},\"comment\":{}}],[\"digest/byrevrank\",{\"_index\":96,\"name\":{\"314\":{}},\"comment\":{}}],[\"digest/cdf\",{\"_index\":97,\"name\":{\"318\":{}},\"comment\":{}}],[\"digest/create\",{\"_index\":98,\"name\":{\"322\":{}},\"comment\":{}}],[\"digest/info\",{\"_index\":99,\"name\":{\"326\":{}},\"comment\":{}}],[\"digest/max\",{\"_index\":100,\"name\":{\"331\":{}},\"comment\":{}}],[\"digest/merge\",{\"_index\":101,\"name\":{\"335\":{}},\"comment\":{}}],[\"digest/min\",{\"_index\":102,\"name\":{\"339\":{}},\"comment\":{}}],[\"digest/quantile\",{\"_index\":103,\"name\":{\"343\":{}},\"comment\":{}}],[\"digest/rank\",{\"_index\":104,\"name\":{\"347\":{}},\"comment\":{}}],[\"digest/reset\",{\"_index\":105,\"name\":{\"352\":{}},\"comment\":{}}],[\"digest/revrank\",{\"_index\":106,\"name\":{\"356\":{}},\"comment\":{}}],[\"digest/trimmed_mean\",{\"_index\":107,\"name\":{\"361\":{}},\"comment\":{}}],[\"exists\",{\"_index\":26,\"name\":{\"54\":{},\"55\":{},\"181\":{},\"182\":{},\"204\":{},\"205\":{},\"244\":{},\"245\":{}},\"comment\":{}}],[\"expansionrate\",{\"_index\":14,\"name\":{\"23\":{},\"146\":{}},\"comment\":{}}],[\"first_key_index\",{\"_index\":2,\"name\":{\"2\":{},\"6\":{},\"10\":{},\"15\":{},\"26\":{},\"30\":{},\"33\":{},\"36\":{},\"41\":{},\"45\":{},\"73\":{},\"77\":{},\"87\":{},\"91\":{},\"95\":{},\"99\":{},\"118\":{},\"121\":{},\"125\":{},\"128\":{},\"131\":{},\"136\":{},\"150\":{},\"153\":{},\"157\":{},\"161\":{},\"165\":{},\"309\":{},\"312\":{},\"316\":{},\"320\":{},\"325\":{},\"329\":{},\"333\":{},\"338\":{},\"341\":{},\"345\":{},\"350\":{},\"355\":{},\"359\":{},\"363\":{},\"404\":{},\"408\":{},\"413\":{},\"417\":{},\"428\":{},\"433\":{},\"438\":{},\"443\":{}},\"comment\":{}}],[\"incrby\",{\"_index\":46,\"name\":{\"104\":{},\"105\":{},\"222\":{},\"223\":{},\"294\":{},\"295\":{},\"452\":{},\"453\":{}},\"comment\":{}}],[\"index\",{\"_index\":125,\"name\":{\"464\":{}},\"comment\":{}}],[\"info\",{\"_index\":27,\"name\":{\"56\":{},\"57\":{},\"106\":{},\"107\":{},\"183\":{},\"184\":{},\"206\":{},\"207\":{},\"224\":{},\"225\":{},\"246\":{},\"247\":{},\"270\":{},\"271\":{},\"296\":{},\"297\":{},\"383\":{},\"384\":{},\"454\":{},\"455\":{}},\"comment\":{}}],[\"inforawreply\",{\"_index\":8,\"name\":{\"17\":{},\"79\":{},\"138\":{},\"419\":{}},\"comment\":{}}],[\"inforeply\",{\"_index\":9,\"name\":{\"18\":{},\"80\":{},\"139\":{},\"420\":{}},\"comment\":{}}],[\"initbydim\",{\"_index\":47,\"name\":{\"108\":{},\"109\":{},\"226\":{},\"227\":{}},\"comment\":{}}],[\"initbyprob\",{\"_index\":48,\"name\":{\"110\":{},\"111\":{},\"228\":{},\"229\":{}},\"comment\":{}}],[\"insert\",{\"_index\":28,\"name\":{\"58\":{},\"59\":{},\"185\":{},\"186\":{},\"208\":{},\"209\":{},\"248\":{},\"249\":{}},\"comment\":{}}],[\"insertnx\",{\"_index\":72,\"name\":{\"187\":{},\"188\":{},\"250\":{},\"251\":{}},\"comment\":{}}],[\"insertoptions\",{\"_index\":68,\"name\":{\"168\":{}},\"comment\":{}}],[\"is_read_only\",{\"_index\":5,\"name\":{\"7\":{},\"11\":{},\"16\":{},\"37\":{},\"46\":{},\"78\":{},\"100\":{},\"132\":{},\"137\":{},\"313\":{},\"317\":{},\"321\":{},\"330\":{},\"334\":{},\"342\":{},\"346\":{},\"351\":{},\"360\":{},\"364\":{},\"409\":{},\"418\":{},\"429\":{},\"434\":{},\"439\":{},\"444\":{}},\"comment\":{}}],[\"k\",{\"_index\":119,\"name\":{\"421\":{},\"445\":{}},\"comment\":{}}],[\"k/add\",{\"_index\":115,\"name\":{\"401\":{}},\"comment\":{}}],[\"k/count\",{\"_index\":116,\"name\":{\"405\":{}},\"comment\":{}}],[\"k/incrby\",{\"_index\":117,\"name\":{\"410\":{}},\"comment\":{}}],[\"k/info\",{\"_index\":118,\"name\":{\"414\":{}},\"comment\":{}}],[\"k/list\",{\"_index\":121,\"name\":{\"425\":{}},\"comment\":{}}],[\"k/list_withcount\",{\"_index\":122,\"name\":{\"430\":{}},\"comment\":{}}],[\"k/query\",{\"_index\":123,\"name\":{\"435\":{}},\"comment\":{}}],[\"k/reserve\",{\"_index\":124,\"name\":{\"440\":{}},\"comment\":{}}],[\"list\",{\"_index\":92,\"name\":{\"300\":{},\"301\":{},\"458\":{},\"459\":{}},\"comment\":{}}],[\"list_withcount\",{\"_index\":90,\"name\":{\"298\":{},\"456\":{}},\"comment\":{}}],[\"listwithcount\",{\"_index\":91,\"name\":{\"299\":{},\"457\":{}},\"comment\":{}}],[\"loadchunk\",{\"_index\":29,\"name\":{\"60\":{},\"61\":{},\"189\":{},\"190\":{},\"210\":{},\"211\":{},\"252\":{},\"253\":{}},\"comment\":{}}],[\"madd\",{\"_index\":30,\"name\":{\"62\":{},\"63\":{},\"212\":{},\"213\":{}},\"comment\":{}}],[\"max\",{\"_index\":82,\"name\":{\"272\":{},\"273\":{},\"385\":{},\"386\":{}},\"comment\":{}}],[\"maxiteration\",{\"_index\":60,\"name\":{\"147\":{}},\"comment\":{}}],[\"merge\",{\"_index\":49,\"name\":{\"112\":{},\"113\":{},\"230\":{},\"231\":{},\"274\":{},\"275\":{},\"387\":{},\"388\":{}},\"comment\":{}}],[\"mexists\",{\"_index\":31,\"name\":{\"64\":{},\"65\":{},\"214\":{},\"215\":{}},\"comment\":{}}],[\"min\",{\"_index\":35,\"name\":{\"70\":{},\"74\":{},\"84\":{},\"88\":{},\"92\":{},\"96\":{},\"101\":{},\"276\":{},\"277\":{},\"389\":{},\"390\":{}},\"comment\":{}}],[\"nocreate\",{\"_index\":69,\"name\":{\"170\":{}},\"comment\":{}}],[\"numberofbuckets\",{\"_index\":57,\"name\":{\"141\":{}},\"comment\":{}}],[\"numberofdeleteditems\",{\"_index\":58,\"name\":{\"144\":{}},\"comment\":{}}],[\"numberoffilters\",{\"_index\":12,\"name\":{\"21\":{},\"142\":{}},\"comment\":{}}],[\"numberofinserteditems\",{\"_index\":13,\"name\":{\"22\":{},\"143\":{}},\"comment\":{}}],[\"pushcompressionargument\",{\"_index\":109,\"name\":{\"366\":{}},\"comment\":{}}],[\"pushinsertoptions\",{\"_index\":67,\"name\":{\"167\":{}},\"comment\":{}}],[\"quantile\",{\"_index\":83,\"name\":{\"278\":{},\"279\":{},\"391\":{},\"392\":{}},\"comment\":{}}],[\"query\",{\"_index\":50,\"name\":{\"114\":{},\"115\":{},\"232\":{},\"233\":{},\"302\":{},\"303\":{},\"460\":{},\"461\":{}},\"comment\":{}}],[\"rank\",{\"_index\":84,\"name\":{\"280\":{},\"281\":{},\"393\":{},\"394\":{}},\"comment\":{}}],[\"reserve\",{\"_index\":32,\"name\":{\"66\":{},\"67\":{},\"191\":{},\"192\":{},\"216\":{},\"217\":{},\"254\":{},\"255\":{},\"304\":{},\"305\":{},\"462\":{},\"463\":{}},\"comment\":{}}],[\"reset\",{\"_index\":85,\"name\":{\"282\":{},\"283\":{},\"395\":{},\"396\":{}},\"comment\":{}}],[\"revrank\",{\"_index\":86,\"name\":{\"284\":{},\"285\":{},\"397\":{},\"398\":{}},\"comment\":{}}],[\"scandump\",{\"_index\":33,\"name\":{\"68\":{},\"69\":{},\"193\":{},\"194\":{},\"218\":{},\"219\":{},\"256\":{},\"257\":{}},\"comment\":{}}],[\"size\",{\"_index\":11,\"name\":{\"20\":{},\"140\":{}},\"comment\":{}}],[\"sketch\",{\"_index\":45,\"name\":{\"101\":{}},\"comment\":{}}],[\"sketch/incrby\",{\"_index\":36,\"name\":{\"70\":{}},\"comment\":{}}],[\"sketch/info\",{\"_index\":37,\"name\":{\"74\":{}},\"comment\":{}}],[\"sketch/initbydim\",{\"_index\":41,\"name\":{\"84\":{}},\"comment\":{}}],[\"sketch/initbyprob\",{\"_index\":42,\"name\":{\"88\":{}},\"comment\":{}}],[\"sketch/merge\",{\"_index\":43,\"name\":{\"92\":{}},\"comment\":{}}],[\"sketch/query\",{\"_index\":44,\"name\":{\"96\":{}},\"comment\":{}}],[\"tdigest\",{\"_index\":77,\"name\":{\"258\":{}},\"comment\":{}}],[\"topk\",{\"_index\":89,\"name\":{\"288\":{}},\"comment\":{}}],[\"transformarguments\",{\"_index\":1,\"name\":{\"1\":{},\"4\":{},\"9\":{},\"13\":{},\"25\":{},\"28\":{},\"32\":{},\"35\":{},\"39\":{},\"43\":{},\"71\":{},\"75\":{},\"85\":{},\"89\":{},\"93\":{},\"97\":{},\"117\":{},\"120\":{},\"123\":{},\"127\":{},\"130\":{},\"134\":{},\"149\":{},\"152\":{},\"155\":{},\"159\":{},\"163\":{},\"307\":{},\"311\":{},\"315\":{},\"319\":{},\"323\":{},\"327\":{},\"332\":{},\"336\":{},\"340\":{},\"344\":{},\"348\":{},\"353\":{},\"357\":{},\"362\":{},\"402\":{},\"406\":{},\"411\":{},\"415\":{},\"426\":{},\"431\":{},\"436\":{},\"441\":{}},\"comment\":{}}],[\"transformdoublereply\",{\"_index\":110,\"name\":{\"367\":{}},\"comment\":{}}],[\"transformdoublesreply\",{\"_index\":111,\"name\":{\"368\":{}},\"comment\":{}}],[\"transformreply\",{\"_index\":4,\"name\":{\"5\":{},\"14\":{},\"29\":{},\"40\":{},\"44\":{},\"72\":{},\"76\":{},\"86\":{},\"90\":{},\"94\":{},\"98\":{},\"124\":{},\"135\":{},\"156\":{},\"160\":{},\"164\":{},\"308\":{},\"324\":{},\"328\":{},\"337\":{},\"349\":{},\"354\":{},\"358\":{},\"403\":{},\"407\":{},\"412\":{},\"416\":{},\"427\":{},\"432\":{},\"437\":{},\"442\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{},\"478\":{},\"479\":{},\"480\":{},\"481\":{},\"482\":{}},\"comment\":{}}],[\"trimmed_mean\",{\"_index\":87,\"name\":{\"286\":{},\"399\":{}},\"comment\":{}}],[\"trimmedmean\",{\"_index\":88,\"name\":{\"287\":{},\"400\":{}},\"comment\":{}}],[\"width\",{\"_index\":38,\"name\":{\"81\":{},\"422\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
\ No newline at end of file
diff --git a/documentation/bloom/assets/style.css b/documentation/bloom/assets/style.css
index e5093854c3..2d02570d01 100644
--- a/documentation/bloom/assets/style.css
+++ b/documentation/bloom/assets/style.css
@@ -2,6 +2,8 @@
/* Light */
--light-color-background: #f2f4f8;
--light-color-background-secondary: #eff0f1;
+ --light-color-warning-text: #222;
+ --light-color-background-warning: #e6e600;
--light-color-icon-background: var(--light-color-background);
--light-color-accent: #c5c7c9;
--light-color-text: #222;
@@ -21,6 +23,8 @@
/* Dark */
--dark-color-background: #2b2e33;
--dark-color-background-secondary: #1e2024;
+ --dark-color-background-warning: #bebe00;
+ --dark-color-warning-text: #222;
--dark-color-icon-background: var(--dark-color-background-secondary);
--dark-color-accent: #9096a2;
--dark-color-text: #f5f5f5;
@@ -42,6 +46,8 @@
:root {
--color-background: var(--light-color-background);
--color-background-secondary: var(--light-color-background-secondary);
+ --color-background-warning: var(--light-color-background-warning);
+ --color-warning-text: var(--light-color-warning-text);
--color-icon-background: var(--light-color-icon-background);
--color-accent: var(--light-color-accent);
--color-text: var(--light-color-text);
@@ -64,6 +70,8 @@
:root {
--color-background: var(--dark-color-background);
--color-background-secondary: var(--dark-color-background-secondary);
+ --color-background-warning: var(--dark-color-background-warning);
+ --color-warning-text: var(--dark-color-warning-text);
--color-icon-background: var(--dark-color-icon-background);
--color-accent: var(--dark-color-accent);
--color-text: var(--dark-color-text);
@@ -93,6 +101,8 @@ body {
:root[data-theme="light"] {
--color-background: var(--light-color-background);
--color-background-secondary: var(--light-color-background-secondary);
+ --color-background-warning: var(--light-color-background-warning);
+ --color-warning-text: var(--light-color-warning-text);
--color-icon-background: var(--light-color-icon-background);
--color-accent: var(--light-color-accent);
--color-text: var(--light-color-text);
@@ -113,6 +123,8 @@ body {
:root[data-theme="dark"] {
--color-background: var(--dark-color-background);
--color-background-secondary: var(--dark-color-background-secondary);
+ --color-background-warning: var(--dark-color-background-warning);
+ --color-warning-text: var(--dark-color-warning-text);
--color-icon-background: var(--dark-color-icon-background);
--color-accent: var(--dark-color-accent);
--color-text: var(--dark-color-text);
@@ -130,6 +142,11 @@ body {
--color-scheme: var(--dark-color-scheme);
}
+.always-visible,
+.always-visible .tsd-signatures {
+ display: inherit !important;
+}
+
h1,
h2,
h3,
@@ -1237,6 +1254,12 @@ img {
text-decoration: line-through;
}
+.warning {
+ padding: 1rem;
+ color: var(--color-warning-text);
+ background: var(--color-background-warning);
+}
+
* {
scrollbar-width: thin;
scrollbar-color: var(--color-accent) var(--color-icon-background);
diff --git a/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html b/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html
index f3a751b54e..e1478d750d 100644
--- a/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html
+++ b/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/bloom/ADD.ts:3
+The search index is not available @redis/bloom
diff --git a/documentation/bloom/functions/commands_bloom_CARD.transformArguments.html b/documentation/bloom/functions/commands_bloom_CARD.transformArguments.html
index 80b1ada6ff..d0b12c90dc 100644
--- a/documentation/bloom/functions/commands_bloom_CARD.transformArguments.html
+++ b/documentation/bloom/functions/commands_bloom_CARD.transformArguments.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/bloom/CARD.ts:5
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number
+
Defined in bloom/lib/commands/bloom/CARD.ts:9
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/bloom/EXISTS.ts:5
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/bloom/INFO.ts:5
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/bloom/INFO.ts:30
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
Optional
options: InsertOptions
Returns RedisCommandArguments
+Defined in bloom/lib/commands/bloom/INSERT.ts:14
+The search index is not available @redis/bloom
diff --git a/documentation/bloom/functions/commands_bloom_LOADCHUNK.transformArguments.html b/documentation/bloom/functions/commands_bloom_LOADCHUNK.transformArguments.html
index 5c0f447871..6e8f55a834 100644
--- a/documentation/bloom/functions/commands_bloom_LOADCHUNK.transformArguments.html
+++ b/documentation/bloom/functions/commands_bloom_LOADCHUNK.transformArguments.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
chunk: RedisCommandArgument
Returns RedisCommandArguments
+Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:5
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:13
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: string []
Returns string []
+Defined in bloom/lib/commands/bloom/MADD.ts:3
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: string []
Returns string []
+Defined in bloom/lib/commands/bloom/MEXISTS.ts:5
+The search index is not available @redis/bloom
@@ -33,7 +33,7 @@
Optional
options: ReserveOptions
Returns string []
+Defined in bloom/lib/commands/bloom/RESERVE.ts:8
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/bloom/RESERVE.ts:27
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
iterator: number
Returns string []
+Defined in bloom/lib/commands/bloom/SCANDUMP.ts:5
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
__namedParameters: ScanDumpRawReply
Returns ScanDumpReply
+Defined in bloom/lib/commands/bloom/SCANDUMP.ts:19
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: IncrByItem | IncrByItem []
Returns string []
+Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:8
+The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/count-min-sketch/INFO.ts:5
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/count-min-sketch/INFO.ts:24
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
depth: number
Returns string []
+Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:3
+The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
probability: number
Returns string []
+Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:3
+The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
src: Sketches
Returns string []
+Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:10
+The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: string | string []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:8
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number []
+
Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:15
+The search index is not available @redis/bloom
Returns RedisCommandArguments
+Defined in bloom/lib/commands/cuckoo/index.ts:46
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/cuckoo/ADD.ts:3
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/cuckoo/ADDNX.ts:3
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/cuckoo/COUNT.ts:3
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number
+
Defined in bloom/lib/commands/cuckoo/COUNT.ts:7
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/cuckoo/DEL.ts:3
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
item: string
Returns string []
+Defined in bloom/lib/commands/cuckoo/EXISTS.ts:5
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/cuckoo/INFO.ts:5
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/cuckoo/INFO.ts:39
+The search index is not available @redis/bloom
Returns RedisCommandArguments
+Defined in bloom/lib/commands/cuckoo/INSERT.ts:6
+The search index is not available @redis/bloom
Returns RedisCommandArguments
+Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:6
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
chunk: RedisCommandArgument
Returns RedisCommandArguments
+Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:5
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:13
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
Optional
options: ReserveOptions
Returns string []
+Defined in bloom/lib/commands/cuckoo/RESERVE.ts:9
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/cuckoo/RESERVE.ts:31
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
iterator: number
Returns string []
+Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:3
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
__namedParameters: ScanDumpRawReply
Returns ScanDumpReply
+Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:17
+The search index is not available @redis/bloom
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/index.ts:52
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
reply: string
Returns number
+Defined in bloom/lib/commands/t-digest/index.ts:63
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
reply: string []
Returns number []
+Defined in bloom/lib/commands/t-digest/index.ts:79
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
values: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/ADD.ts:5
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/t-digest/ADD.ts:17
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
ranks: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/BYRANK.ts:7
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
ranks: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:7
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
values: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/CDF.ts:7
+The search index is not available @redis/bloom
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/CREATE.ts:6
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/t-digest/CREATE.ts:16
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: RedisCommandArgument
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/INFO.ts:7
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
reply: InfoRawReply
Returns InfoReply
+Defined in bloom/lib/commands/t-digest/INFO.ts:41
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: RedisCommandArgument
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/MAX.ts:7
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
Optional
options: MergeOptions
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/MERGE.ts:11
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/t-digest/MERGE.ts:30
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: RedisCommandArgument
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/MIN.ts:7
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
quantiles: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/QUANTILE.ts:7
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
values: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/RANK.ts:7
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number []
+
Defined in bloom/lib/commands/t-digest/RANK.ts:19
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: RedisCommandArgument
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/RESET.ts:5
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/t-digest/RESET.ts:9
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
values: number []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/REVRANK.ts:7
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number []
+
Defined in bloom/lib/commands/t-digest/REVRANK.ts:19
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
highCutPercentile: number
Returns RedisCommandArguments
+Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:7
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: string | string []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/top-k/ADD.ts:6
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns ( null | string ) []
+
Defined in bloom/lib/commands/top-k/ADD.ts:13
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: string | string []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/top-k/COUNT.ts:8
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number []
+
Defined in bloom/lib/commands/top-k/COUNT.ts:15
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: IncrByItem | IncrByItem []
Returns string []
+Defined in bloom/lib/commands/top-k/INCRBY.ts:8
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns ( string | null ) []
+
Defined in bloom/lib/commands/top-k/INCRBY.ts:29
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/top-k/INFO.ts:5
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/top-k/INFO.ts:27
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/top-k/LIST.ts:5
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns ( string | null ) []
+
Defined in bloom/lib/commands/top-k/LIST.ts:9
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:5
+The search index is not available @redis/bloom
@@ -27,7 +27,7 @@
rawReply: ListWithCountRawReply
Returns ListWithCountReply
+Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:16
+The search index is not available @redis/bloom
@@ -29,7 +29,7 @@
items: string | string []
Returns RedisCommandArguments
+Defined in bloom/lib/commands/top-k/QUERY.ts:8
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns number []
+
Defined in bloom/lib/commands/top-k/QUERY.ts:15
+The search index is not available @redis/bloom
@@ -31,7 +31,7 @@
Optional
options: ReserveOptions
Returns string []
+Defined in bloom/lib/commands/top-k/RESERVE.ts:11
+The search index is not available @redis/bloom
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in bloom/lib/commands/top-k/RESERVE.ts:29
+The search index is not available @redis/bloom
diff --git a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html
index 175f301756..274388610c 100644
--- a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html
+++ b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -21,7 +21,7 @@
+
Defined in bloom/lib/commands/bloom/INFO.ts:22
expansion Rate
expansion Rate: number
+
Defined in bloom/lib/commands/bloom/INFO.ts:27
number Of Filters
number Of Filters: number
+
Defined in bloom/lib/commands/bloom/INFO.ts:25
number Of Inserted Items
number Of Inserted Items: number
+
Defined in bloom/lib/commands/bloom/INFO.ts:26
+
Defined in bloom/lib/commands/bloom/INFO.ts:24
+The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -21,7 +21,7 @@
+
Defined in bloom/lib/commands/cuckoo/index.ts:41
Optional
NOCREATE
NOCREATE?: true
+
Defined in bloom/lib/commands/cuckoo/index.ts:43
+The search index is not available @redis/bloom
@@ -21,7 +21,7 @@
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:28
expansion Rate
expansion Rate: number
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:35
max Iteration
max Iteration: number
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:36
number Of Buckets
number Of Buckets: number
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:30
number Of Deleted Items
number Of Deleted Items: number
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:33
number Of Filters
number Of Filters: number
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:31
number Of Inserted Items
number Of Inserted Items: number
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:32
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:29
+The search index is not available @redis/bloom
@@ -21,7 +21,7 @@
+
Defined in bloom/lib/commands/t-digest/index.ts:48
@@ -37,7 +37,7 @@
Optional
COMPRESSION
COMPRESSION?: number
+
Defined in bloom/lib/commands/t-digest/index.ts:49
+The search index is not available @redis/bloom
+The search index is not available @redis/bloom
diff --git a/documentation/bloom/modules/commands.html b/documentation/bloom/modules/commands.html
index 372ac0d10a..4c09d49fd2 100644
--- a/documentation/bloom/modules/commands.html
+++ b/documentation/bloom/modules/commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands
Module commands
+
Defined in bloom/lib/commands/index.ts:1
diff --git a/documentation/bloom/modules/commands_bloom.html b/documentation/bloom/modules/commands_bloom.html
index 2e7affa34d..2da0426459 100644
--- a/documentation/bloom/modules/commands_bloom.html
+++ b/documentation/bloom/modules/commands_bloom.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom
Module commands/bloom
+
Defined in bloom/lib/commands/bloom/index.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_ADD.html b/documentation/bloom/modules/commands_bloom_ADD.html
index b4782139da..4a24ed9320 100644
--- a/documentation/bloom/modules/commands_bloom_ADD.html
+++ b/documentation/bloom/modules/commands_bloom_ADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/ADD
Module commands/bloom/ADD
+
Defined in bloom/lib/commands/bloom/ADD.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_CARD.html b/documentation/bloom/modules/commands_bloom_CARD.html
index 8aabd62580..bea6bc3028 100644
--- a/documentation/bloom/modules/commands_bloom_CARD.html
+++ b/documentation/bloom/modules/commands_bloom_CARD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/CARD
Module commands/bloom/CARD
+
Defined in bloom/lib/commands/bloom/CARD.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_EXISTS.html b/documentation/bloom/modules/commands_bloom_EXISTS.html
index 82520f03f7..bc21baed9c 100644
--- a/documentation/bloom/modules/commands_bloom_EXISTS.html
+++ b/documentation/bloom/modules/commands_bloom_EXISTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/EXISTS
Module commands/bloom/EXISTS
+
Defined in bloom/lib/commands/bloom/EXISTS.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_INFO.html b/documentation/bloom/modules/commands_bloom_INFO.html
index a73c730303..808dd91c17 100644
--- a/documentation/bloom/modules/commands_bloom_INFO.html
+++ b/documentation/bloom/modules/commands_bloom_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/INFO
Module commands/bloom/INFO
+
Defined in bloom/lib/commands/bloom/INFO.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_INSERT.html b/documentation/bloom/modules/commands_bloom_INSERT.html
index 9a99995b89..6e026a8b58 100644
--- a/documentation/bloom/modules/commands_bloom_INSERT.html
+++ b/documentation/bloom/modules/commands_bloom_INSERT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/INSERT
Module commands/bloom/INSERT
+
Defined in bloom/lib/commands/bloom/INSERT.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html
index 7a99e28453..9c5300cb24 100644
--- a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html
+++ b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/LOADCHUNK
Module commands/bloom/LOADCHUNK
+
Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_MADD.html b/documentation/bloom/modules/commands_bloom_MADD.html
index 69f6fc56cd..93a8847359 100644
--- a/documentation/bloom/modules/commands_bloom_MADD.html
+++ b/documentation/bloom/modules/commands_bloom_MADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/MADD
Module commands/bloom/MADD
+
Defined in bloom/lib/commands/bloom/MADD.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_MEXISTS.html b/documentation/bloom/modules/commands_bloom_MEXISTS.html
index 92b1926f90..3db5ab42cd 100644
--- a/documentation/bloom/modules/commands_bloom_MEXISTS.html
+++ b/documentation/bloom/modules/commands_bloom_MEXISTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/MEXISTS
Module commands/bloom/MEXISTS
+
Defined in bloom/lib/commands/bloom/MEXISTS.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_RESERVE.html b/documentation/bloom/modules/commands_bloom_RESERVE.html
index 7a5d52c723..722f73f1a4 100644
--- a/documentation/bloom/modules/commands_bloom_RESERVE.html
+++ b/documentation/bloom/modules/commands_bloom_RESERVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/RESERVE
Module commands/bloom/RESERVE
+
Defined in bloom/lib/commands/bloom/RESERVE.ts:1
diff --git a/documentation/bloom/modules/commands_bloom_SCANDUMP.html b/documentation/bloom/modules/commands_bloom_SCANDUMP.html
index 8d259347c1..69744b2d42 100644
--- a/documentation/bloom/modules/commands_bloom_SCANDUMP.html
+++ b/documentation/bloom/modules/commands_bloom_SCANDUMP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/bloom/SCANDUMP
Module commands/bloom/SCANDUMP
+
Defined in bloom/lib/commands/bloom/SCANDUMP.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch.html b/documentation/bloom/modules/commands_count_min_sketch.html
index a21d5604db..8ac3940ec9 100644
--- a/documentation/bloom/modules/commands_count_min_sketch.html
+++ b/documentation/bloom/modules/commands_count_min_sketch.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch
Module commands/count-min-sketch
+
Defined in bloom/lib/commands/count-min-sketch/index.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html
index c2937ff8fe..55596982dd 100644
--- a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html
+++ b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch/INCRBY
Module commands/count-min-sketch/INCRBY
+
Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch_INFO.html b/documentation/bloom/modules/commands_count_min_sketch_INFO.html
index da54b0f23f..9687089859 100644
--- a/documentation/bloom/modules/commands_count_min_sketch_INFO.html
+++ b/documentation/bloom/modules/commands_count_min_sketch_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch/INFO
Module commands/count-min-sketch/INFO
+
Defined in bloom/lib/commands/count-min-sketch/INFO.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html
index dbeed004b8..6d32449d26 100644
--- a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html
+++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch/INITBYDIM
Module commands/count-min-sketch/INITBYDIM
+
Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html
index e22d7dee22..0755ad1d27 100644
--- a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html
+++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch/INITBYPROB
Module commands/count-min-sketch/INITBYPROB
+
Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html
index 7b79ac2e2b..a1e315340f 100644
--- a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html
+++ b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch/MERGE
Module commands/count-min-sketch/MERGE
+
Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:1
diff --git a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html
index 82e03f8ad9..7c1b64ce3a 100644
--- a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html
+++ b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/count-min-sketch/QUERY
Module commands/count-min-sketch/QUERY
+
Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo.html b/documentation/bloom/modules/commands_cuckoo.html
index 74a4959b5e..d405bfe039 100644
--- a/documentation/bloom/modules/commands_cuckoo.html
+++ b/documentation/bloom/modules/commands_cuckoo.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo
Module commands/cuckoo
+
Defined in bloom/lib/commands/cuckoo/index.ts:2
diff --git a/documentation/bloom/modules/commands_cuckoo_ADD.html b/documentation/bloom/modules/commands_cuckoo_ADD.html
index e174913916..7a41434d6f 100644
--- a/documentation/bloom/modules/commands_cuckoo_ADD.html
+++ b/documentation/bloom/modules/commands_cuckoo_ADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/ADD
Module commands/cuckoo/ADD
+
Defined in bloom/lib/commands/cuckoo/ADD.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_ADDNX.html b/documentation/bloom/modules/commands_cuckoo_ADDNX.html
index 7881e5cfb1..f06e892901 100644
--- a/documentation/bloom/modules/commands_cuckoo_ADDNX.html
+++ b/documentation/bloom/modules/commands_cuckoo_ADDNX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/ADDNX
Module commands/cuckoo/ADDNX
+
Defined in bloom/lib/commands/cuckoo/ADDNX.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_COUNT.html b/documentation/bloom/modules/commands_cuckoo_COUNT.html
index 9b25656006..782698fcb2 100644
--- a/documentation/bloom/modules/commands_cuckoo_COUNT.html
+++ b/documentation/bloom/modules/commands_cuckoo_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/COUNT
Module commands/cuckoo/COUNT
+
Defined in bloom/lib/commands/cuckoo/COUNT.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_DEL.html b/documentation/bloom/modules/commands_cuckoo_DEL.html
index 27da67f859..3d8d28e114 100644
--- a/documentation/bloom/modules/commands_cuckoo_DEL.html
+++ b/documentation/bloom/modules/commands_cuckoo_DEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/DEL
Module commands/cuckoo/DEL
+
Defined in bloom/lib/commands/cuckoo/DEL.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_EXISTS.html b/documentation/bloom/modules/commands_cuckoo_EXISTS.html
index 79c0cc641c..59122c5bb1 100644
--- a/documentation/bloom/modules/commands_cuckoo_EXISTS.html
+++ b/documentation/bloom/modules/commands_cuckoo_EXISTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/EXISTS
Module commands/cuckoo/EXISTS
+
Defined in bloom/lib/commands/cuckoo/EXISTS.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_INFO.html b/documentation/bloom/modules/commands_cuckoo_INFO.html
index 0eaf2fae5d..99e466d691 100644
--- a/documentation/bloom/modules/commands_cuckoo_INFO.html
+++ b/documentation/bloom/modules/commands_cuckoo_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/INFO
Module commands/cuckoo/INFO
+
Defined in bloom/lib/commands/cuckoo/INFO.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_INSERT.html b/documentation/bloom/modules/commands_cuckoo_INSERT.html
index 09e7591197..7ef8d7df14 100644
--- a/documentation/bloom/modules/commands_cuckoo_INSERT.html
+++ b/documentation/bloom/modules/commands_cuckoo_INSERT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/INSERT
Module commands/cuckoo/INSERT
+
Defined in bloom/lib/commands/cuckoo/INSERT.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html
index ced67db594..a95fd901ca 100644
--- a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html
+++ b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/INSERTNX
Module commands/cuckoo/INSERTNX
+
Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html
index 57183e3f31..2c1a1da131 100644
--- a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html
+++ b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/LOADCHUNK
Module commands/cuckoo/LOADCHUNK
+
Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_RESERVE.html b/documentation/bloom/modules/commands_cuckoo_RESERVE.html
index 5c34583934..6a12ab92f8 100644
--- a/documentation/bloom/modules/commands_cuckoo_RESERVE.html
+++ b/documentation/bloom/modules/commands_cuckoo_RESERVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/RESERVE
Module commands/cuckoo/RESERVE
+
Defined in bloom/lib/commands/cuckoo/RESERVE.ts:1
diff --git a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html
index 9e7a7fd158..5223c9928c 100644
--- a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html
+++ b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/cuckoo/SCANDUMP
Module commands/cuckoo/SCANDUMP
+
Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest.html b/documentation/bloom/modules/commands_t_digest.html
index 1d3799bc94..73255a0919 100644
--- a/documentation/bloom/modules/commands_t_digest.html
+++ b/documentation/bloom/modules/commands_t_digest.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest
Module commands/t-digest
+
Defined in bloom/lib/commands/t-digest/index.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_ADD.html b/documentation/bloom/modules/commands_t_digest_ADD.html
index 32bc2abb30..80a2a2ff5b 100644
--- a/documentation/bloom/modules/commands_t_digest_ADD.html
+++ b/documentation/bloom/modules/commands_t_digest_ADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/ADD
Module commands/t-digest/ADD
+
Defined in bloom/lib/commands/t-digest/ADD.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_BYRANK.html b/documentation/bloom/modules/commands_t_digest_BYRANK.html
index c93d1ff1b0..bf1f5821c2 100644
--- a/documentation/bloom/modules/commands_t_digest_BYRANK.html
+++ b/documentation/bloom/modules/commands_t_digest_BYRANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/BYRANK
Module commands/t-digest/BYRANK
+
Defined in bloom/lib/commands/t-digest/BYRANK.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_BYREVRANK.html b/documentation/bloom/modules/commands_t_digest_BYREVRANK.html
index b6c08d2617..0f5b7ecd07 100644
--- a/documentation/bloom/modules/commands_t_digest_BYREVRANK.html
+++ b/documentation/bloom/modules/commands_t_digest_BYREVRANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/BYREVRANK
Module commands/t-digest/BYREVRANK
+
Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_CDF.html b/documentation/bloom/modules/commands_t_digest_CDF.html
index 0f4084d13e..7ab9feb853 100644
--- a/documentation/bloom/modules/commands_t_digest_CDF.html
+++ b/documentation/bloom/modules/commands_t_digest_CDF.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/CDF
Module commands/t-digest/CDF
+
Defined in bloom/lib/commands/t-digest/CDF.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_CREATE.html b/documentation/bloom/modules/commands_t_digest_CREATE.html
index 20acc14454..29e7f0a4ba 100644
--- a/documentation/bloom/modules/commands_t_digest_CREATE.html
+++ b/documentation/bloom/modules/commands_t_digest_CREATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/CREATE
Module commands/t-digest/CREATE
+
Defined in bloom/lib/commands/t-digest/CREATE.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_INFO.html b/documentation/bloom/modules/commands_t_digest_INFO.html
index b3fd7abf30..e816ed0f69 100644
--- a/documentation/bloom/modules/commands_t_digest_INFO.html
+++ b/documentation/bloom/modules/commands_t_digest_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/INFO
Module commands/t-digest/INFO
+
Defined in bloom/lib/commands/t-digest/INFO.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_MAX.html b/documentation/bloom/modules/commands_t_digest_MAX.html
index 99e95a7123..b58a3bc089 100644
--- a/documentation/bloom/modules/commands_t_digest_MAX.html
+++ b/documentation/bloom/modules/commands_t_digest_MAX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/MAX
Module commands/t-digest/MAX
+
Defined in bloom/lib/commands/t-digest/MAX.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_MERGE.html b/documentation/bloom/modules/commands_t_digest_MERGE.html
index a5523738f7..b0db89d475 100644
--- a/documentation/bloom/modules/commands_t_digest_MERGE.html
+++ b/documentation/bloom/modules/commands_t_digest_MERGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/MERGE
Module commands/t-digest/MERGE
+
Defined in bloom/lib/commands/t-digest/MERGE.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_MIN.html b/documentation/bloom/modules/commands_t_digest_MIN.html
index 3db2ff75fa..4186724e17 100644
--- a/documentation/bloom/modules/commands_t_digest_MIN.html
+++ b/documentation/bloom/modules/commands_t_digest_MIN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/MIN
Module commands/t-digest/MIN
+
Defined in bloom/lib/commands/t-digest/MIN.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_QUANTILE.html b/documentation/bloom/modules/commands_t_digest_QUANTILE.html
index bd828c4fc4..744441daf6 100644
--- a/documentation/bloom/modules/commands_t_digest_QUANTILE.html
+++ b/documentation/bloom/modules/commands_t_digest_QUANTILE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/QUANTILE
Module commands/t-digest/QUANTILE
+
Defined in bloom/lib/commands/t-digest/QUANTILE.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_RANK.html b/documentation/bloom/modules/commands_t_digest_RANK.html
index d7b16f63ec..472f5e7281 100644
--- a/documentation/bloom/modules/commands_t_digest_RANK.html
+++ b/documentation/bloom/modules/commands_t_digest_RANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/RANK
Module commands/t-digest/RANK
+
Defined in bloom/lib/commands/t-digest/RANK.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_RESET.html b/documentation/bloom/modules/commands_t_digest_RESET.html
index b9c926c615..3683f9eacb 100644
--- a/documentation/bloom/modules/commands_t_digest_RESET.html
+++ b/documentation/bloom/modules/commands_t_digest_RESET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/RESET
Module commands/t-digest/RESET
+
Defined in bloom/lib/commands/t-digest/RESET.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_REVRANK.html b/documentation/bloom/modules/commands_t_digest_REVRANK.html
index ee5c274f44..28561baeba 100644
--- a/documentation/bloom/modules/commands_t_digest_REVRANK.html
+++ b/documentation/bloom/modules/commands_t_digest_REVRANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/REVRANK
Module commands/t-digest/REVRANK
+
Defined in bloom/lib/commands/t-digest/REVRANK.ts:1
diff --git a/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html b/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html
index cacfe86a2d..b313ac493c 100644
--- a/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html
+++ b/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/t-digest/TRIMMED_MEAN
Module commands/t-digest/TRIMMED_MEAN
+
Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:1
diff --git a/documentation/bloom/modules/commands_top_k.html b/documentation/bloom/modules/commands_top_k.html
index 133ff00d5d..e2af3a71a2 100644
--- a/documentation/bloom/modules/commands_top_k.html
+++ b/documentation/bloom/modules/commands_top_k.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k
Module commands/top-k
+
Defined in bloom/lib/commands/top-k/index.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_ADD.html b/documentation/bloom/modules/commands_top_k_ADD.html
index dc37288025..32150a2c71 100644
--- a/documentation/bloom/modules/commands_top_k_ADD.html
+++ b/documentation/bloom/modules/commands_top_k_ADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/ADD
Module commands/top-k/ADD
+
Defined in bloom/lib/commands/top-k/ADD.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_COUNT.html b/documentation/bloom/modules/commands_top_k_COUNT.html
index f80830fa4c..46a74cc4f1 100644
--- a/documentation/bloom/modules/commands_top_k_COUNT.html
+++ b/documentation/bloom/modules/commands_top_k_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/COUNT
Module commands/top-k/COUNT
+
Defined in bloom/lib/commands/top-k/COUNT.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_INCRBY.html b/documentation/bloom/modules/commands_top_k_INCRBY.html
index 00e9fcf214..3463b8d9d3 100644
--- a/documentation/bloom/modules/commands_top_k_INCRBY.html
+++ b/documentation/bloom/modules/commands_top_k_INCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/INCRBY
Module commands/top-k/INCRBY
+
Defined in bloom/lib/commands/top-k/INCRBY.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_INFO.html b/documentation/bloom/modules/commands_top_k_INFO.html
index c7380932bb..5ae8fd01fc 100644
--- a/documentation/bloom/modules/commands_top_k_INFO.html
+++ b/documentation/bloom/modules/commands_top_k_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/INFO
Module commands/top-k/INFO
+
Defined in bloom/lib/commands/top-k/INFO.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_LIST.html b/documentation/bloom/modules/commands_top_k_LIST.html
index 6ac28387e4..01e4b7bdd6 100644
--- a/documentation/bloom/modules/commands_top_k_LIST.html
+++ b/documentation/bloom/modules/commands_top_k_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/LIST
Module commands/top-k/LIST
+
Defined in bloom/lib/commands/top-k/LIST.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html b/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html
index d4489cc068..86bfda5858 100644
--- a/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html
+++ b/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/LIST_WITHCOUNT
Module commands/top-k/LIST_WITHCOUNT
+
Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_QUERY.html b/documentation/bloom/modules/commands_top_k_QUERY.html
index 4c71dcd586..6d1c877634 100644
--- a/documentation/bloom/modules/commands_top_k_QUERY.html
+++ b/documentation/bloom/modules/commands_top_k_QUERY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/QUERY
Module commands/top-k/QUERY
+
Defined in bloom/lib/commands/top-k/QUERY.ts:1
diff --git a/documentation/bloom/modules/commands_top_k_RESERVE.html b/documentation/bloom/modules/commands_top_k_RESERVE.html
index fd35fee1f0..3e661c7168 100644
--- a/documentation/bloom/modules/commands_top_k_RESERVE.html
+++ b/documentation/bloom/modules/commands_top_k_RESERVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
commands/top-k/RESERVE
Module commands/top-k/RESERVE
+
Defined in bloom/lib/commands/top-k/RESERVE.ts:1
diff --git a/documentation/bloom/modules/index.html b/documentation/bloom/modules/index.html
index d26cadcd43..1d41529fae 100644
--- a/documentation/bloom/modules/index.html
+++ b/documentation/bloom/modules/index.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -16,7 +16,7 @@
index
Module index
+
Defined in bloom/lib/index.ts:1
diff --git a/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html b/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html
index e03cdc19ba..056a80f30e 100644
--- a/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html
+++ b/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/bloom
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Type alias InfoRawReply
Info Raw Reply: [ _: string , capacity: number , _: string , size: number , _: string , numberOfFilters: number , _: string , numberOfInsertedItems: number , _: string , expansionRate: number ]
+Defined in bloom/lib/commands/bloom/INFO.ts:9
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Type alias InfoRawReply
Info Raw Reply: [ _: string , width: number , _: string , depth: number , _: string , count: number ]
+Defined in bloom/lib/commands/count-min-sketch/INFO.ts:9
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Type alias InfoRawReply
Info Raw Reply: [ _: string , size: number , _: string , numberOfBuckets: number , _: string , numberOfFilters: number , _: string , numberOfInsertedItems: number , _: string , numberOfDeletedItems: number , _: string , bucketSize: number , _: string , expansionRate: number , _: string , maxIteration: number ]
+Defined in bloom/lib/commands/cuckoo/INFO.ts:9
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Type alias InfoRawReply
Info Raw Reply: [ _: string , k: number , _: string , width: number , _: string , depth: number , _: string , decay: string ]
+Defined in bloom/lib/commands/top-k/INFO.ts:9
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/index.ts:7
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/bloom/index.ts:12
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/ADD.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/CARD.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/bloom/CARD.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/EXISTS.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/bloom/EXISTS.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/INFO.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/bloom/INFO.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/INSERT.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/MADD.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/MEXISTS.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/bloom/MEXISTS.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/RESERVE.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/bloom/SCANDUMP.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/bloom/SCANDUMP.ts:3
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/count-min-sketch/index.ts:8
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/count-min-sketch/INFO.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/count-min-sketch/INFO.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:6
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/cuckoo/index.ts:16
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/ADD.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/ADDNX.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/COUNT.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/DEL.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/EXISTS.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/cuckoo/EXISTS.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/INFO.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/cuckoo/INFO.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/INSERT.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/RESERVE.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:1
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/t-digest/index.ts:17
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/ADD.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/BYRANK.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/BYRANK.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/CDF.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/CDF.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/CREATE.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/INFO.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/INFO.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/MAX.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/MAX.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/MERGE.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/MIN.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/MIN.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/QUANTILE.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/QUANTILE.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/RANK.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/RANK.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/RESET.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/REVRANK.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/REVRANK.ts:5
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:5
+The search index is not available @redis/bloom
+Defined in bloom/lib/commands/top-k/index.ts:10
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/ADD.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/COUNT.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/top-k/COUNT.ts:6
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/INCRBY.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/INFO.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/top-k/INFO.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/LIST.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/top-k/LIST.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:3
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/QUERY.ts:4
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/top-k/QUERY.ts:6
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in bloom/lib/commands/top-k/RESERVE.ts:1
+The search index is not available @redis/bloom
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in bloom/lib/commands/top-k/RESERVE.ts:3
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
+
Defined in packages/client/lib/client/index.ts:109
@@ -165,44 +165,44 @@
Returns default < M , F , S >
+
Defined in packages/client/lib/client/index.ts:220
Private
Optional
Readonly
#options
+
Defined in packages/client/lib/client/index.ts:189
Private
Optional
#ping Timer
#ping Timer?: Timer
+
Defined in packages/client/lib/client/index.ts:397
+
Defined in packages/client/lib/client/index.ts:191
Private
#selectedDB
#selectedDB: number = 0
+
Defined in packages/client/lib/client/index.ts:194
+
Defined in packages/client/lib/client/index.ts:190
Private
Readonly
#v4
#v4: Record < string , any > = {}
+
Defined in packages/client/lib/client/index.ts:193
command Options
command
Options
: ( < T > ( options
: T ) => CommandOptions < T > ) = RedisClient.commandOptions
@@ -210,8 +210,8 @@
Type declaration
+Defined in packages/client/lib/client/index.ts:118
multi
@@ -233,12 +233,12 @@
Type declaration
+Defined in packages/client/lib/client/index.ts:714
p Subscribe
p
Subscribe
: ( < T > ( patterns
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -246,8 +246,8 @@
Type declaration
-
-< T > ( patterns: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( patterns: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -265,7 +265,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:601
p Unsubscribe
p
Unsubscribe
: ( < T > ( patterns
?: string | string [] , listener
?: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -273,8 +273,8 @@
Type declaration
-
-< T > ( patterns?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( patterns?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -292,7 +292,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:618
quit
quit: ( ( ) => Promise < string > ) = ...
@@ -300,12 +300,12 @@
Type declaration
-
-( ) : Promise < string >
+
+( ) : Promise < string >
Returns Promise < string >
+Defined in packages/client/lib/client/index.ts:686
s Subscribe
s
Subscribe
: ( < T > ( channels
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -313,8 +313,8 @@
Type declaration
-
-< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -332,7 +332,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:635
s Unsubscribe
s
Unsubscribe
: ( < T > ( channels
?: string | string [] , listener
?: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -340,8 +340,8 @@
Type declaration
-
-< T > ( channels?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -359,7 +359,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:652
select
@@ -367,8 +367,8 @@
Type declaration
-
-( db: number ) : Promise < void >
+
+Defined in packages/client/lib/client/index.ts:542
subscribe
subscribe
: ( < T > ( channels
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -395,8 +395,8 @@
Type declaration
-
-< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -414,7 +414,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:566
unsubscribe
unsubscribe
: ( < T > ( channels
?: string | string [] , listener
?: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -422,8 +422,8 @@
Type declaration
-
-< T > ( channels?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -441,13 +441,13 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:584
Static
Readonly
capture Rejection Symbol
+Defined in node_modules/@types/node/events.d.ts:328
Static
capture Rejections
capture Rejections: boolean
@@ -455,13 +455,13 @@
+Defined in node_modules/@types/node/events.d.ts:333
Static
default Max Listeners
default Max Listeners: number
+Defined in node_modules/@types/node/events.d.ts:334
Static
Readonly
error Monitor
@@ -474,7 +474,7 @@ regular 'error'
listener is installed.
+Defined in node_modules/@types/node/events.d.ts:327
is Pub Sub Active
@@ -492,7 +492,7 @@ regular 'error'
listener is installed.
Returns boolean
+Defined in packages/client/lib/client/index.ts:208
is Ready
@@ -500,7 +500,7 @@ regular 'error'
listener is installed.
Returns boolean
+Defined in packages/client/lib/client/index.ts:204
options
@@ -508,7 +508,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/client/index.ts:196
v4
@@ -516,7 +516,7 @@ regular 'error'
listener is installed.
Returns Record < string , any >
+Defined in packages/client/lib/client/index.ts:212
Private
#destroy Isolation Pool
@@ -543,7 +543,7 @@ regular 'error'
listener is installed.
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:792
Private
#initiate Options
@@ -556,7 +556,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/client/index.ts:238
Private
#initiate Queue
@@ -564,7 +564,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/client/index.ts:255
Private
#initiate Socket
@@ -572,7 +572,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/client/index.ts:262
Private
#legacy Mode
@@ -580,7 +580,7 @@ regular 'error'
listener is installed.
Returns void
+Defined in packages/client/lib/client/index.ts:339
Private
#legacy Send Command
@@ -593,7 +593,7 @@ regular 'error'
listener is installed.
Rest
... args: any []
Returns undefined | { Â Â Â Â callback: ClientLegacyCallback ; Â Â Â Â promise: Promise < RedisCommandRawReply > ; }
+Defined in packages/client/lib/client/index.ts:370
Private
#pub Sub Command
@@ -606,7 +606,7 @@ regular 'error'
listener is installed.
promise: undefined | Promise < void >
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:544
Private
#send Command
@@ -626,7 +626,7 @@ regular 'error'
listener is installed.
Returns Promise < T >
+Defined in packages/client/lib/client/index.ts:445
Private
#set Ping Timer
@@ -634,7 +634,7 @@ regular 'error'
listener is installed.
Returns void
+Defined in packages/client/lib/client/index.ts:399
Private
#tick
@@ -647,7 +647,7 @@ regular 'error'
listener is installed.
force: boolean = false
Returns void
+Defined in packages/client/lib/client/index.ts:688
MULTI
@@ -655,7 +655,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/client/index.ts:707
PSUBSCRIBE
@@ -677,7 +677,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:586
PUNSUBSCRIBE
@@ -699,7 +699,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:603
QUIT
@@ -707,7 +707,7 @@ regular 'error'
listener is installed.
Returns Promise < string >
+Defined in packages/client/lib/client/index.ts:674
+Defined in packages/client/lib/client/index.ts:531
SSUBSCRIBE
@@ -754,7 +754,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:620
SUBSCRIBE
@@ -776,7 +776,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:551
SUNSUBSCRIBE
@@ -798,7 +798,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:637
UNSUBSCRIBE
@@ -820,7 +820,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:569
+Defined in node_modules/@types/node/events.d.ts:354
commands Executor
@@ -871,7 +871,7 @@ regular 'error'
listener is installed.
args: unknown []
+Defined in packages/client/lib/client/index.ts:425
connect
@@ -879,7 +879,7 @@ regular 'error'
listener is installed.
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:421
disconnect
@@ -887,7 +887,7 @@ regular 'error'
listener is installed.
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:786
duplicate
@@ -900,7 +900,7 @@ regular 'error'
listener is installed.
Optional
overrides: Partial < RedisClientOptions < M , F , S > >
+Defined in packages/client/lib/client/index.ts:414
+Defined in node_modules/@types/node/events.d.ts:610
+Defined in node_modules/@types/node/events.d.ts:669
execute Function
@@ -959,7 +959,7 @@ listeners. The values in the array are strings or Symbol
s.
+Defined in packages/client/lib/client/index.ts:480
execute Isolated
@@ -988,7 +988,7 @@ listeners. The values in the array are strings or Symbol
s.
Returns T | Promise < T >
Returns Promise < T >
+Defined in packages/client/lib/client/index.ts:703
execute Script
@@ -1005,7 +1005,7 @@ listeners. The values in the array are strings or Symbol
s.
+Defined in packages/client/lib/client/index.ts:504
extend Pub Sub Channel Listeners
@@ -1022,7 +1022,7 @@ listeners. The values in the array are strings or Symbol
s.
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:658
extend Pub Sub Listeners
@@ -1037,7 +1037,7 @@ listeners. The values in the array are strings or Symbol
s.
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:668
functions Executer
@@ -1059,7 +1059,7 @@ listeners. The values in the array are strings or Symbol
s.
name: string
+Defined in packages/client/lib/client/index.ts:467
get Max Listeners
@@ -1073,7 +1073,7 @@ set by emitter.setMaxListeners(n)
or defaults to Returns number
+Defined in node_modules/@types/node/events.d.ts:526
get Pub Sub Listeners
@@ -1086,7 +1086,7 @@ set by emitter.setMaxListeners(n)
or defaults to PubSubType
+Defined in packages/client/lib/client/index.ts:654
h Scan Iterator
Returns AsyncIterable < { Â Â Â Â field: string ; Â Â Â Â value: string ; } >
+Defined in packages/client/lib/client/index.ts:753
listener Count
@@ -1121,7 +1121,7 @@ set by emitter.setMaxListeners(n)
or defaults to Returns number
+Defined in node_modules/@types/node/events.d.ts:616
+Defined in node_modules/@types/node/events.d.ts:539
+Defined in packages/client/lib/client/index.ts:716
+Defined in node_modules/@types/node/events.d.ts:499
+Defined in node_modules/@types/node/events.d.ts:385
+Defined in node_modules/@types/node/events.d.ts:414
+Defined in node_modules/@types/node/events.d.ts:634
+Defined in node_modules/@types/node/events.d.ts:650
+Defined in node_modules/@types/node/events.d.ts:569
ref
@@ -1386,7 +1386,7 @@ including any wrappers (such as those created by .once()
).
Returns void
+Defined in packages/client/lib/client/index.ts:797
+Defined in node_modules/@types/node/events.d.ts:510
+Defined in node_modules/@types/node/events.d.ts:494
s Scan Iterator
@@ -1476,7 +1476,7 @@ recently added instance. In the example the once('ping')
lis
Returns AsyncIterable < string >
+Defined in packages/client/lib/client/index.ts:764
scan Iterator
@@ -1489,7 +1489,7 @@ recently added instance. In the example the once('ping')
lis
Returns AsyncIterable < string >
+Defined in packages/client/lib/client/index.ts:742
scripts Executer
@@ -1509,7 +1509,7 @@ recently added instance. In the example the once('ping')
lis
args: unknown []
+Defined in packages/client/lib/client/index.ts:492
send Command
@@ -1529,7 +1529,7 @@ recently added instance. In the example the once('ping')
lis
Returns Promise < T >
+Defined in packages/client/lib/client/index.ts:437
+Defined in node_modules/@types/node/events.d.ts:520
unref
@@ -1559,7 +1559,7 @@ modified for this specific EventEmitter
instance. The value can be
Returns void
+Defined in packages/client/lib/client/index.ts:801
z Scan Iterator
@@ -1574,7 +1574,7 @@ modified for this specific EventEmitter
instance. The value can be
Returns AsyncIterable < { Â Â Â Â score: number ; Â Â Â Â value: string ; } >
+Defined in packages/client/lib/client/index.ts:775
Static
command Options
@@ -1592,7 +1592,7 @@ modified for this specific EventEmitter
instance. The value can be
options: T
+Defined in packages/client/lib/client/index.ts:114
Static
create
@@ -1614,7 +1614,7 @@ modified for this specific EventEmitter
instance. The value can be
+Defined in packages/client/lib/client/index.ts:142
Static
extend
@@ -1636,7 +1636,7 @@ modified for this specific EventEmitter
instance. The value can be
+Defined in packages/client/lib/client/index.ts:120
+Defined in node_modules/@types/node/events.d.ts:299
+Defined in node_modules/@types/node/events.d.ts:271
+Defined in node_modules/@types/node/events.d.ts:254
Static
once
once( emitter: _DOMEventTarget , eventName: string , options?: StaticEventEmitterOptions ) : Promise < any [] >
@@ -1776,7 +1776,7 @@ special handling:
Returns Promise < any [] >
+
Defined in node_modules/@types/node/events.d.ts:195
Static
parseURL
@@ -1789,7 +1789,7 @@ special handling:
url: string
+Defined in packages/client/lib/client/index.ts:150
+Defined in node_modules/@types/node/events.d.ts:317
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/client/RESP2/decoder.ts:41
@@ -74,69 +74,69 @@
options: RESP2Options
+
Defined in packages/client/lib/client/RESP2/decoder.ts:42
Private
arrays In Process
arrays In Process: ArrayInProcess [] = []
+
Defined in packages/client/lib/client/RESP2/decoder.ts:188
+
Defined in packages/client/lib/client/RESP2/decoder.ts:48
Private
Optional
bulk String Remaining Length
bulk String Remaining Length?: number
+
Defined in packages/client/lib/client/RESP2/decoder.ts:159
Private
current String Composer
+
Defined in packages/client/lib/client/RESP2/decoder.ts:52
Private
cursor
cursor: number = 0
+
Defined in packages/client/lib/client/RESP2/decoder.ts:44
Private
initialize Array
initialize Array: boolean = false
+
Defined in packages/client/lib/client/RESP2/decoder.ts:190
Private
integer
integer: number = 0
+
Defined in packages/client/lib/client/RESP2/decoder.ts:135
Private
Optional
is Negative Integer
is Negative Integer?: boolean
+
Defined in packages/client/lib/client/RESP2/decoder.ts:137
Private
options
options: RESP2Options
+
Defined in packages/client/lib/client/RESP2/decoder.ts:42
+
Defined in packages/client/lib/client/RESP2/decoder.ts:50
Private
Optional
type
type?: Types
+
Defined in packages/client/lib/client/RESP2/decoder.ts:46
Methods
@@ -160,7 +160,7 @@
composer: C
Returns undefined | T
+Defined in packages/client/lib/client/RESP2/decoder.ts:102
Private
parse Array
@@ -175,7 +175,7 @@
arraysToKeep: number = 0
Returns undefined | ArrayReply
+Defined in packages/client/lib/client/RESP2/decoder.ts:194
Private
parse Bulk String
@@ -188,7 +188,7 @@
chunk: Buffer
Returns undefined | null | string | Buffer
+Defined in packages/client/lib/client/RESP2/decoder.ts:161
Private
parse Error
@@ -201,7 +201,7 @@
chunk: Buffer
+Defined in packages/client/lib/client/RESP2/decoder.ts:128
Private
parse Integer
@@ -214,7 +214,7 @@
chunk: Buffer
Returns undefined | number
+Defined in packages/client/lib/client/RESP2/decoder.ts:139
Private
parse Simple String
@@ -227,7 +227,7 @@
chunk: Buffer
Returns undefined | string | Buffer
+Defined in packages/client/lib/client/RESP2/decoder.ts:124
Private
parse Type
@@ -244,7 +244,7 @@
Optional
arraysToKeep: number
Returns undefined | Reply
+Defined in packages/client/lib/client/RESP2/decoder.ts:83
Private
push Array Item
@@ -259,7 +259,7 @@
arraysToKeep: number
Returns undefined | ArrayReply
+Defined in packages/client/lib/client/RESP2/decoder.ts:244
reset
@@ -267,7 +267,7 @@
Returns void
+Defined in packages/client/lib/client/RESP2/decoder.ts:54
Private
return Array Reply
@@ -282,7 +282,7 @@
arraysToKeep: number
Returns undefined | ArrayReply
+Defined in packages/client/lib/client/RESP2/decoder.ts:238
write
@@ -295,7 +295,7 @@
chunk: Buffer
Returns void
+Defined in packages/client/lib/client/RESP2/decoder.ts:62
+The search index is not available @redis/client
+
Defined in packages/client/lib/client/commands-queue.ts:99
+
Defined in packages/client/lib/client/commands-queue.ts:55
Private
Readonly
#max Length
#max Length: undefined | null | number
+
Defined in packages/client/lib/client/commands-queue.ts:42
Private
Readonly
#on Sharded Channel Moved
+
Defined in packages/client/lib/client/commands-queue.ts:45
+
Defined in packages/client/lib/client/commands-queue.ts:47
Private
Readonly
#waiting For Reply
#waiting For Reply: Yallist < CommandWaitingForReply > = ...
+
Defined in packages/client/lib/client/commands-queue.ts:44
Private
Readonly
#waiting To Be Sent
+
Defined in packages/client/lib/client/commands-queue.ts:43
Accessors
@@ -124,7 +124,7 @@
Returns boolean
+
Defined in packages/client/lib/client/commands-queue.ts:49
Returns undefined | Promise < void >
+Defined in packages/client/lib/client/commands-queue.ts:197
add Command
Returns Promise < T >
+Defined in packages/client/lib/client/commands-queue.ts:107
extend Pub Sub Channel Listeners
Returns undefined | Promise < void >
+Defined in packages/client/lib/client/commands-queue.ts:177
extend Pub Sub Listeners
Returns undefined | Promise < void >
+Defined in packages/client/lib/client/commands-queue.ts:187
flush All
@@ -204,7 +204,7 @@
err: Error
Returns void
+Defined in packages/client/lib/client/commands-queue.ts:257
flush Waiting For Reply
@@ -217,7 +217,7 @@
err: Error
Returns void
+Defined in packages/client/lib/client/commands-queue.ts:243
+Defined in packages/client/lib/client/commands-queue.ts:217
+Defined in packages/client/lib/client/commands-queue.ts:193
on Reply Chunk
@@ -251,7 +251,7 @@
chunk: Buffer
Returns void
+Defined in packages/client/lib/client/commands-queue.ts:239
resubscribe
@@ -259,7 +259,7 @@
Returns undefined | Promise < any >
+Defined in packages/client/lib/client/commands-queue.ts:168
subscribe
@@ -283,7 +283,7 @@
Optional
returnBuffers: T
Returns undefined | Promise < void >
+Defined in packages/client/lib/client/commands-queue.ts:146
unsubscribe
@@ -307,7 +307,7 @@
Optional
returnBuffers: T
Returns undefined | Promise < void >
+Defined in packages/client/lib/client/commands-queue.ts:157
Static
Private
#flush Queue
@@ -327,7 +327,7 @@
err: Error
Returns void
+Defined in packages/client/lib/client/commands-queue.ts:36
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/client/multi-command.ts:67
@@ -69,24 +69,24 @@
legacyMode: boolean = false
+
Defined in packages/client/lib/client/multi-command.ts:89
+
Defined in packages/client/lib/client/multi-command.ts:84
Private
Optional
#selectedDB
#selectedDB?: number
+
Defined in packages/client/lib/client/multi-command.ts:87
EXEC
@@ -94,8 +94,8 @@
Type declaration
+Defined in packages/client/lib/client/multi-command.ts:185
select
select
: ( ( db
: number , transformReply
?: ( ( this
: void , reply
: any , preserved
?: any ) => any ) ) => default ) = ...
@@ -112,8 +112,8 @@
Type declaration
-
-( db: number , transformReply?: ( ( this: void , reply: any , preserved?: any ) => any ) ) : default
+
+Defined in packages/client/lib/client/multi-command.ts:151
Readonly
v4
v4: Record < string , any > = {}
+Defined in packages/client/lib/client/multi-command.ts:86
Private
#legacy Mode
@@ -171,7 +171,7 @@
Returns void
+Defined in packages/client/lib/client/multi-command.ts:96
SELECT
@@ -201,7 +201,7 @@
Returns any
+Defined in packages/client/lib/client/multi-command.ts:146
add Command
@@ -231,7 +231,7 @@
Returns any
+Defined in packages/client/lib/client/multi-command.ts:153
commands Executor
@@ -246,7 +246,7 @@
args: unknown []
+Defined in packages/client/lib/client/multi-command.ts:139
exec
@@ -259,7 +259,7 @@
execAsPipeline: boolean = false
+Defined in packages/client/lib/client/multi-command.ts:168
+Defined in packages/client/lib/client/multi-command.ts:187
functions Executor
@@ -284,7 +284,7 @@
name: string
+Defined in packages/client/lib/client/multi-command.ts:158
scripts Executor
@@ -299,7 +299,7 @@
args: unknown []
+Defined in packages/client/lib/client/multi-command.ts:163
Static
extend
Returns InstantiableRedisMultiCommand < M , F , S >
+Defined in packages/client/lib/client/multi-command.ts:68
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/client/pub-sub.ts:47
Private
#listeners
#listeners: Listeners = ...
+
Defined in packages/client/lib/client/pub-sub.ts:81
Private
#subscribing
#subscribing: number = 0
+
Defined in packages/client/lib/client/pub-sub.ts:73
Accessors
@@ -95,7 +95,7 @@
Returns boolean
+
Defined in packages/client/lib/client/pub-sub.ts:77
Methods
@@ -116,7 +116,7 @@
Optional
pattern: Buffer
Returns void
+
Defined in packages/client/lib/client/pub-sub.ts:377
Private
#extend Channel Listeners
Returns boolean
+Defined in packages/client/lib/client/pub-sub.ts:164
Private
#unsubscribe Command
@@ -166,12 +166,12 @@
resolve: ( ( ) => void )
+Defined in packages/client/lib/client/pub-sub.ts:290
Private
#update Is Active
@@ -179,7 +179,7 @@
Returns void
+Defined in packages/client/lib/client/pub-sub.ts:306
extend Channel Listeners
Returns undefined | { Â Â Â Â args: ( string | Buffer ) [] ; Â Â Â Â channelsCounter: number ; Â Â Â Â reject: ( ( ) => void ) ; Â Â Â Â resolve: ( ( ) => number ) ; }
+Defined in packages/client/lib/client/pub-sub.ts:141
extend Type Listeners
Returns undefined | { Â Â Â Â args: RedisCommandArgument [] ; Â Â Â Â channelsCounter: number ; Â Â Â Â reject: ( ( ) => void ) ; Â Â Â Â resolve: ( ( ) => number ) ; }
+Defined in packages/client/lib/client/pub-sub.ts:186
+Defined in packages/client/lib/client/pub-sub.ts:405
handle Message Reply
@@ -237,7 +237,7 @@
reply: Buffer []
Returns boolean
+Defined in packages/client/lib/client/pub-sub.ts:342
remove Sharded Listeners
@@ -250,7 +250,7 @@
channel: string
+Defined in packages/client/lib/client/pub-sub.ts:370
reset
@@ -258,7 +258,7 @@
Returns void
+Defined in packages/client/lib/client/pub-sub.ts:315
+Defined in packages/client/lib/client/pub-sub.ts:320
subscribe
@@ -290,7 +290,7 @@
Optional
returnBuffers: T
Returns undefined | { Â Â Â Â args: RedisCommandArgument [] ; Â Â Â Â channelsCounter: number ; Â Â Â Â reject: ( ( ) => void ) ; Â Â Â Â resolve: ( ( ) => void ) ; }
+Defined in packages/client/lib/client/pub-sub.ts:87
unsubscribe
@@ -314,7 +314,7 @@
Optional
returnBuffers: T
Returns undefined | { Â Â Â Â args: RedisCommandArgument [] ; Â Â Â Â channelsCounter: number ; Â Â Â Â reject: undefined ; Â Â Â Â resolve: ( ( ) => void ) ; }
+Defined in packages/client/lib/client/pub-sub.ts:209
Static
Private
#channels Array
@@ -327,7 +327,7 @@
channels: string | string []
Returns string []
+Defined in packages/client/lib/client/pub-sub.ts:62
Static
Private
#listeners Set
@@ -347,7 +347,7 @@
Optional
returnBuffers: T
+Defined in packages/client/lib/client/pub-sub.ts:66
Static
is Sharded Unsubscribe
@@ -360,7 +360,7 @@
reply: Buffer []
Returns boolean
+Defined in packages/client/lib/client/pub-sub.ts:58
Static
is Status Reply
@@ -373,7 +373,7 @@
reply: Buffer []
Returns boolean
+Defined in packages/client/lib/client/pub-sub.ts:48
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/client/socket.ts:48
+
Defined in packages/client/lib/client/socket.ts:95
Private
#is Corked
#is Corked: boolean = false
+
Defined in packages/client/lib/client/socket.ts:286
Private
#is Open
#is Open: boolean = false
+
Defined in packages/client/lib/client/socket.ts:73
Private
#is Ready
#is Ready: boolean = false
+
Defined in packages/client/lib/client/socket.ts:79
Private
#is Socket Unrefed
#is Socket Unrefed: boolean = false
+
Defined in packages/client/lib/client/socket.ts:93
Private
Readonly
#options
+
Defined in packages/client/lib/client/socket.ts:69
Private
Optional
#socket
#socket?: Socket | TLSSocket
+
Defined in packages/client/lib/client/socket.ts:71
Private
#writable Need Drain
#writable Need Drain: boolean = false
+
Defined in packages/client/lib/client/socket.ts:87
Static
Readonly
capture Rejection Symbol
+
Defined in node_modules/@types/node/events.d.ts:328
Static
capture Rejections
capture Rejections: boolean
@@ -167,13 +167,13 @@
+
Defined in node_modules/@types/node/events.d.ts:333
Static
default Max Listeners
default Max Listeners: number
+
Defined in node_modules/@types/node/events.d.ts:334
Static
Readonly
error Monitor
@@ -186,7 +186,7 @@ regular 'error'
listener is installed.
+Defined in node_modules/@types/node/events.d.ts:327
is Ready
@@ -204,7 +204,7 @@ regular 'error'
listener is installed.
Returns boolean
+Defined in packages/client/lib/client/socket.ts:81
writable Need Drain
@@ -212,7 +212,7 @@ regular 'error'
listener is installed.
Returns boolean
+Defined in packages/client/lib/client/socket.ts:89
Private
#create Net Socket
@@ -230,7 +230,7 @@ regular 'error'
listener is installed.
Returns CreateSocketReturn < Socket >
+Defined in packages/client/lib/client/socket.ts:219
Private
#create Socket
@@ -238,7 +238,7 @@ regular 'error'
listener is installed.
Returns Promise < Socket | TLSSocket >
+Defined in packages/client/lib/client/socket.ts:179
Private
#create Tls Socket
@@ -246,7 +246,7 @@ regular 'error'
listener is installed.
Returns CreateSocketReturn < TLSSocket >
+Defined in packages/client/lib/client/socket.ts:226
Private
#disconnect
@@ -254,7 +254,7 @@ regular 'error'
listener is installed.
Returns void
+Defined in packages/client/lib/client/socket.ts:264
Private
#on Socket Error
@@ -267,7 +267,7 @@ regular 'error'
listener is installed.
err: Error
Returns void
+Defined in packages/client/lib/client/socket.ts:233
Private
#reconnect Strategy
@@ -282,7 +282,7 @@ regular 'error'
listener is installed.
cause: Error
Returns number | false | Error
+Defined in packages/client/lib/client/socket.ts:102
Private
#should Reconnect
@@ -297,7 +297,7 @@ regular 'error'
listener is installed.
cause: Error
Returns number | Error
+Defined in packages/client/lib/client/socket.ts:123
+Defined in node_modules/@types/node/events.d.ts:354
connect
@@ -336,7 +336,7 @@ regular 'error'
listener is installed.
Returns Promise < void >
+Defined in packages/client/lib/client/socket.ts:138
cork
@@ -344,7 +344,7 @@ regular 'error'
listener is installed.
Returns void
+Defined in packages/client/lib/client/socket.ts:288
disconnect
@@ -352,7 +352,7 @@ regular 'error'
listener is installed.
Returns void
+Defined in packages/client/lib/client/socket.ts:255
+Defined in node_modules/@types/node/events.d.ts:610
+Defined in node_modules/@types/node/events.d.ts:669
get Max Listeners
@@ -406,7 +406,7 @@ set by emitter.setMaxListeners(n)
or defaults to Returns number
+Defined in node_modules/@types/node/events.d.ts:526
listener Count
@@ -426,7 +426,7 @@ set by emitter.setMaxListeners(n)
or defaults to Returns number
+Defined in node_modules/@types/node/events.d.ts:616
+Defined in node_modules/@types/node/events.d.ts:539
+Defined in node_modules/@types/node/events.d.ts:499
+Defined in node_modules/@types/node/events.d.ts:385
+Defined in node_modules/@types/node/events.d.ts:414
+Defined in node_modules/@types/node/events.d.ts:634
+Defined in node_modules/@types/node/events.d.ts:650
quit
@@ -669,7 +669,7 @@ listener is removed, and then invoked.
Returns Promise < T >
Returns Promise < T >
+Defined in packages/client/lib/client/socket.ts:275
+Defined in node_modules/@types/node/events.d.ts:569
ref
@@ -698,7 +698,7 @@ including any wrappers (such as those created by .once()
).
Returns void
+Defined in packages/client/lib/client/socket.ts:302
+Defined in node_modules/@types/node/events.d.ts:510
+Defined in node_modules/@types/node/events.d.ts:494
+Defined in node_modules/@types/node/events.d.ts:520
unref
@@ -803,7 +803,7 @@ modified for this specific EventEmitter
instance. The value can be
Returns void
+Defined in packages/client/lib/client/socket.ts:307
write Command
@@ -816,7 +816,7 @@ modified for this specific EventEmitter
instance. The value can be
Returns void
+Defined in packages/client/lib/client/socket.ts:245
Static
Private
#initiate Options
@@ -829,7 +829,7 @@ modified for this specific EventEmitter
instance. The value can be
+Defined in packages/client/lib/client/socket.ts:49
Static
Private
#is Tls Socket
@@ -842,7 +842,7 @@ modified for this specific EventEmitter
instance. The value can be
+Defined in packages/client/lib/client/socket.ts:63
+Defined in node_modules/@types/node/events.d.ts:299
+Defined in node_modules/@types/node/events.d.ts:271
+Defined in node_modules/@types/node/events.d.ts:254
Static
once
once( emitter: _DOMEventTarget , eventName: string , options?: StaticEventEmitterOptions ) : Promise < any [] >
@@ -982,7 +982,7 @@ special handling:
Returns Promise < any [] >
+
Defined in node_modules/@types/node/events.d.ts:195
+ Defined in node_modules/@types/node/events.d.ts:317
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
+
Defined in packages/client/lib/cluster/index.ts:63
@@ -141,24 +141,24 @@
Returns default < M , F , S >
+
Defined in packages/client/lib/cluster/index.ts:132
Private
Readonly
#options
+
Defined in packages/client/lib/cluster/index.ts:98
+
Defined in packages/client/lib/cluster/index.ts:100
multi
@@ -166,8 +166,8 @@
Type declaration
+
Defined in packages/client/lib/cluster/index.ts:295
p Subscribe
p
Subscribe
: ( < T > ( patterns
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -184,8 +184,8 @@
Type declaration
-
-< T > ( patterns: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( patterns: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -203,7 +203,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:329
p Unsubscribe
p
Unsubscribe
: ( < T > ( patterns
?: string | string [] , listener
?: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -211,8 +211,8 @@
Type declaration
-
-< T > ( patterns?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( patterns?: string | string [] , listener?: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -230,7 +230,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:341
s Subscribe
s
Subscribe
: ( < T > ( channels
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -238,8 +238,8 @@
Type declaration
-
-< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -257,7 +257,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:370
s Unsubscribe
s
Unsubscribe
: ( < T > ( channels
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -265,8 +265,8 @@
Type declaration
-
-< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -284,7 +284,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:383
subscribe
subscribe
: ( < T > ( channels
: string | string [] , listener
: PubSubListener < T > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -292,8 +292,8 @@
Type declaration
-
-< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels: string | string [] , listener: PubSubListener < T > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -311,7 +311,7 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:306
unsubscribe
unsubscribe
: ( < T > ( channels
?: string | string [] , listener
?: PubSubListener < boolean > , bufferMode
?: T ) => Promise < void > ) = ...
@@ -319,8 +319,8 @@
Type declaration
-
-< T > ( channels?: string | string [] , listener?: PubSubListener < boolean > , bufferMode?: T ) : Promise < void >
+
+< T > ( channels?: string | string [] , listener?: PubSubListener < boolean > , bufferMode?: T ) : Promise < void >
Type Parameters
@@ -338,13 +338,13 @@
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:318
Static
Readonly
capture Rejection Symbol
+Defined in node_modules/@types/node/events.d.ts:328
Static
capture Rejections
capture Rejections: boolean
@@ -352,13 +352,13 @@
+Defined in node_modules/@types/node/events.d.ts:333
Static
default Max Listeners
default Max Listeners: number
+Defined in node_modules/@types/node/events.d.ts:334
Static
Readonly
error Monitor
@@ -371,7 +371,7 @@ regular 'error'
listener is installed.
+Defined in node_modules/@types/node/events.d.ts:327
masters
@@ -389,7 +389,7 @@ regular 'error'
listener is installed.
Returns ShardNode < M , F , S > []
+Defined in packages/client/lib/cluster/index.ts:110
node By Address
@@ -397,7 +397,7 @@ regular 'error'
listener is installed.
Returns Map < string , ShardNode < M , F , S > | MasterNode < M , F , S > >
+Defined in packages/client/lib/cluster/index.ts:118
pub Sub Node
@@ -405,7 +405,7 @@ regular 'error'
listener is installed.
Returns undefined | Required < Node < M , F , S > >
+Defined in packages/client/lib/cluster/index.ts:122
replicas
@@ -413,7 +413,7 @@ regular 'error'
listener is installed.
Returns ShardNode < M , F , S > []
+Defined in packages/client/lib/cluster/index.ts:114
shards
@@ -421,7 +421,7 @@ regular 'error'
listener is installed.
Returns Shard < M , F , S > []
+Defined in packages/client/lib/cluster/index.ts:106
slots
@@ -429,7 +429,7 @@ regular 'error'
listener is installed.
Returns Shard < M , F , S > []
+Defined in packages/client/lib/cluster/index.ts:102
MULTI
@@ -477,7 +477,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/cluster/index.ts:282
PSUBSCRIBE
@@ -499,7 +499,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:320
PUNSUBSCRIBE
@@ -521,7 +521,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:331
SSUBSCRIBE
@@ -543,7 +543,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:343
SUBSCRIBE
@@ -565,7 +565,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:297
SUNSUBSCRIBE
@@ -587,7 +587,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:372
UNSUBSCRIBE
@@ -609,7 +609,7 @@ regular 'error'
listener is installed.
Optional
bufferMode: T
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:308
+Defined in node_modules/@types/node/events.d.ts:354
commands Executor
@@ -660,7 +660,7 @@ regular 'error'
listener is installed.
args: unknown []
+Defined in packages/client/lib/cluster/index.ts:151
connect
@@ -668,7 +668,7 @@ regular 'error'
listener is installed.
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:147
disconnect
@@ -676,7 +676,7 @@ regular 'error'
listener is installed.
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:389
duplicate
@@ -689,7 +689,7 @@ regular 'error'
listener is installed.
+Defined in packages/client/lib/cluster/index.ts:140
+Defined in node_modules/@types/node/events.d.ts:610
+Defined in node_modules/@types/node/events.d.ts:669
execute Function
@@ -750,7 +750,7 @@ listeners. The values in the array are strings or Symbol
s.
+Defined in packages/client/lib/cluster/index.ts:200
execute Script
@@ -769,7 +769,7 @@ listeners. The values in the array are strings or Symbol
s.
+Defined in packages/client/lib/cluster/index.ts:228
functions Executor
@@ -791,7 +791,7 @@ listeners. The values in the array are strings or Symbol
s.
name: string
+Defined in packages/client/lib/cluster/index.ts:181
get Masters
@@ -802,7 +802,7 @@ listeners. The values in the array are strings or Symbol
s.
Returns ShardNode < M , F , S > []
+Defined in packages/client/lib/cluster/index.ts:408
get Max Listeners
@@ -816,7 +816,7 @@ set by emitter.setMaxListeners(n)
or defaults to Returns number
+Defined in node_modules/@types/node/events.d.ts:526
get Random Node
@@ -824,7 +824,7 @@ set by emitter.setMaxListeners(n)
or defaults to
+Defined in packages/client/lib/cluster/index.ts:397
get Slot Master
@@ -840,7 +840,7 @@ set by emitter.setMaxListeners(n)
or defaults to number
+Defined in packages/client/lib/cluster/index.ts:415
get Slot Random Node
@@ -853,7 +853,7 @@ set by emitter.setMaxListeners(n)
or defaults to number
+Defined in packages/client/lib/cluster/index.ts:401
listener Count
@@ -873,7 +873,7 @@ set by emitter.setMaxListeners(n)
or defaults to Returns number
+Defined in node_modules/@types/node/events.d.ts:616
+Defined in node_modules/@types/node/events.d.ts:539
node Client
@@ -906,7 +906,7 @@ set by emitter.setMaxListeners(n)
or defaults to ShardNode < M , F , S >
Returns ClientOrPromise < M , F , S >
+Defined in packages/client/lib/cluster/index.ts:393
+Defined in node_modules/@types/node/events.d.ts:499
+Defined in node_modules/@types/node/events.d.ts:385
+Defined in node_modules/@types/node/events.d.ts:414
+Defined in node_modules/@types/node/events.d.ts:634
+Defined in node_modules/@types/node/events.d.ts:650
quit
@@ -1113,7 +1113,7 @@ listener is removed, and then invoked.
Returns Promise < void >
+Defined in packages/client/lib/cluster/index.ts:385
+Defined in node_modules/@types/node/events.d.ts:569
+Defined in node_modules/@types/node/events.d.ts:510
+Defined in node_modules/@types/node/events.d.ts:494
scripts Executor
@@ -1229,7 +1229,7 @@ recently added instance. In the example the once('ping')
lis
args: unknown []
+Defined in packages/client/lib/cluster/index.ts:214
send Command
@@ -1253,7 +1253,7 @@ recently added instance. In the example the once('ping')
lis
Returns Promise < T >
+Defined in packages/client/lib/cluster/index.ts:168
+Defined in node_modules/@types/node/events.d.ts:520
Static
create
@@ -1297,7 +1297,7 @@ modified for this specific EventEmitter
instance. The value can be
+Defined in packages/client/lib/cluster/index.ts:82
Static
extract First Key
@@ -1314,7 +1314,7 @@ modified for this specific EventEmitter
instance. The value can be
+Defined in packages/client/lib/cluster/index.ts:68
+Defined in node_modules/@types/node/events.d.ts:299
+Defined in node_modules/@types/node/events.d.ts:271
+Defined in node_modules/@types/node/events.d.ts:254
Static
once
once( emitter: _DOMEventTarget , eventName: string , options?: StaticEventEmitterOptions ) : Promise < any [] >
@@ -1454,7 +1454,7 @@ special handling:
Returns Promise < any [] >
+
Defined in node_modules/@types/node/events.d.ts:195
+ Defined in node_modules/@types/node/events.d.ts:317
+The search index is not available @redis/client
@@ -30,7 +30,7 @@
+
Defined in packages/client/lib/cluster/cluster-slots.ts:93
@@ -138,14 +138,14 @@ to each.
Returns boolean
Returns default < M , F , S >
+
Defined in packages/client/lib/cluster/cluster-slots.ts:116
Private
Readonly
#emit
#emit: ( ( eventName: string | symbol , ... args: any [] ) => boolean )
@@ -153,8 +153,8 @@ to each.
Type declaration
-
-( eventName: string | symbol , ... args: any [] ) : boolean
+
+( eventName: string | symbol , ... args: any [] ) : boolean
Returns boolean
+Defined in packages/client/lib/cluster/cluster-slots.ts:102
Private
#is Open
#is Open: boolean = false
+Defined in packages/client/lib/cluster/cluster-slots.ts:110
Private
Readonly
#options
+Defined in packages/client/lib/cluster/cluster-slots.ts:100
Private
Optional
#random Node Iterator
#random
Node
Iterator
?: IterableIterator < ShardNode < M , F , S > >
+Defined in packages/client/lib/cluster/cluster-slots.ts:483
Private
Optional
#running Rediscover Promise
#running Rediscover Promise?: Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:369
+Defined in packages/client/lib/cluster/cluster-slots.ts:105
+Defined in packages/client/lib/cluster/cluster-slots.ts:107
Optional
pub Sub Node
pub
Sub
Node
?: Required < Node < M , F , S > >
+Defined in packages/client/lib/cluster/cluster-slots.ts:108
+Defined in packages/client/lib/cluster/cluster-slots.ts:106
shards
shards
: Shard < M , F , S > [] = ...
+Defined in packages/client/lib/cluster/cluster-slots.ts:104
slots
slots
: Shard < M , F , S > [] = ...
+Defined in packages/client/lib/cluster/cluster-slots.ts:103
Static
Private
#SLOTS
#SLOTS: number = 16384
+Defined in packages/client/lib/cluster/cluster-slots.ts:98
Accessors
@@ -238,7 +238,7 @@ to each.
Returns boolean
+Defined in packages/client/lib/cluster/cluster-slots.ts:112
Private
#create Client
@@ -270,7 +270,7 @@ to each.
readonly: boolean = node.readonly
+Defined in packages/client/lib/cluster/cluster-slots.ts:331
Private
#create Node Client
@@ -283,7 +283,7 @@ to each.
+Defined in packages/client/lib/cluster/cluster-slots.ts:351
Private
#destroy
@@ -307,7 +307,7 @@ to each.
Returns Promise < unknown >
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:391
Private
#discover
@@ -320,7 +320,7 @@ to each.
Returns Promise < boolean >
+Defined in packages/client/lib/cluster/cluster-slots.ts:160
Private
#discover With Root Nodes
@@ -328,7 +328,7 @@ to each.
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:139
Private
#exec On Node Client
@@ -354,7 +354,7 @@ to each.
Returns Promise < unknown >
Returns Promise < unknown >
+Defined in packages/client/lib/cluster/cluster-slots.ts:430
Private
#get Node Address
@@ -367,7 +367,7 @@ to each.
address: string
Returns undefined | NodeAddress
+Defined in packages/client/lib/cluster/cluster-slots.ts:254
Private
#get Shards
@@ -380,7 +380,7 @@ to each.
Returns Promise < { Â Â Â Â from: number ; Â Â Â Â master: { ip: string; port: number; id: string; }; Â Â Â Â replicas: ( { ip: string; port: number; id: string; }) [] ; Â Â Â Â to: number ; } [] >
+Defined in packages/client/lib/cluster/cluster-slots.ts:237
Private
#initiate Pub Sub Client
@@ -393,7 +393,7 @@ to each.
Optional
toResubscribe: PubSubToResubscribe
+Defined in packages/client/lib/cluster/cluster-slots.ts:530
Private
#initiate Sharded Pub Sub Client
@@ -406,7 +406,7 @@ to each.
+Defined in packages/client/lib/cluster/cluster-slots.ts:576
Private
#initiate Slot Node
@@ -427,7 +427,7 @@ to each.
promises: Promise < unknown > []
+Defined in packages/client/lib/cluster/cluster-slots.ts:298
Private
#iterate All Nodes
@@ -435,7 +435,7 @@ to each.
Returns Generator < ShardNode < M , F , S > , void , unknown >
+Defined in packages/client/lib/cluster/cluster-slots.ts:455
Private
#rediscover
@@ -448,7 +448,7 @@ to each.
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:377
Private
#reset Slots
@@ -456,7 +456,7 @@ to each.
Returns void
+Defined in packages/client/lib/cluster/cluster-slots.ts:152
Private
#slot Nodes Iterator
@@ -469,7 +469,7 @@ to each.
slot: ShardWithReplicas < M , F , S >
Returns Generator < ShardNode < M , F , S > , void , unknown >
+Defined in packages/client/lib/cluster/cluster-slots.ts:490
connect
@@ -477,7 +477,7 @@ to each.
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:125
disconnect
@@ -485,7 +485,7 @@ to each.
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:387
execute Sharded Unsubscribe Command
@@ -511,7 +511,7 @@ to each.
Returns Promise < void >
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:606
execute Unsubscribe Command
@@ -535,7 +535,7 @@ to each.
Returns Promise < void >
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:559
get Client
@@ -550,7 +550,7 @@ to each.
isReadonly: undefined | boolean
Returns ClientOrPromise < M , F , S >
+Defined in packages/client/lib/cluster/cluster-slots.ts:439
get Master By Address
@@ -563,7 +563,7 @@ to each.
address: string
Returns undefined | ClientOrPromise < M , F , S >
+Defined in packages/client/lib/cluster/cluster-slots.ts:517
get Pub Sub Client
@@ -571,7 +571,7 @@ to each.
Returns ClientOrPromise < M , F , S >
+Defined in packages/client/lib/cluster/cluster-slots.ts:524
get Random Node
@@ -579,7 +579,7 @@ to each.
+Defined in packages/client/lib/cluster/cluster-slots.ts:485
get Sharded Pub Sub Client
@@ -592,7 +592,7 @@ to each.
channel: string
Returns ClientOrPromise < M , F , S >
+Defined in packages/client/lib/cluster/cluster-slots.ts:571
get Slot Random Node
@@ -605,7 +605,7 @@ to each.
slotNumber: number
+Defined in packages/client/lib/cluster/cluster-slots.ts:507
node Client
@@ -618,7 +618,7 @@ to each.
Returns ClientOrPromise < M , F , S >
+Defined in packages/client/lib/cluster/cluster-slots.ts:365
quit
@@ -626,7 +626,7 @@ to each.
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:383
rediscover
@@ -639,7 +639,7 @@ to each.
Returns Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:371
+The search index is not available @redis/client
+Defined in packages/client/lib/cluster/multi-command.ts:131
commands Executor
@@ -148,7 +148,7 @@
args: unknown []
+Defined in packages/client/lib/cluster/multi-command.ts:90
exec
@@ -161,7 +161,7 @@
execAsPipeline: boolean = false
+Defined in packages/client/lib/cluster/multi-command.ts:118
+Defined in packages/client/lib/cluster/multi-command.ts:133
functions Executor
@@ -186,7 +186,7 @@
name: string
+Defined in packages/client/lib/cluster/multi-command.ts:106
scripts Executor
@@ -201,7 +201,7 @@
args: unknown []
+Defined in packages/client/lib/cluster/multi-command.ts:112
+Defined in packages/client/lib/cluster/multi-command.ts:69
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:1
+
Defined in packages/client/lib/errors.ts:2
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:19
+
Defined in packages/client/lib/errors.ts:20
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:25
+
Defined in packages/client/lib/errors.ts:26
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:13
+
Defined in packages/client/lib/errors.ts:14
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:31
+
Defined in packages/client/lib/errors.ts:32
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:60
+
Defined in packages/client/lib/errors.ts:61
Properties
@@ -68,19 +68,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -88,8 +88,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -131,7 +131,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:49
+
Defined in packages/client/lib/errors.ts:53
Properties
@@ -72,29 +72,29 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
original Error
original Error: Error
+
Defined in packages/client/lib/errors.ts:50
socket Error
socket Error: unknown
+
Defined in packages/client/lib/errors.ts:51
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -102,8 +102,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -145,7 +145,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
RootNodesUnavailableError
+
Defined in packages/client/lib/errors.ts:43
+
Defined in packages/client/lib/errors.ts:44
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
SocketClosedUnexpectedlyError
+
Defined in packages/client/lib/errors.ts:37
+
Defined in packages/client/lib/errors.ts:38
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/errors.ts:7
+
Defined in packages/client/lib/errors.ts:8
Properties
@@ -63,19 +63,19 @@
message: string
+Defined in node_modules/typescript/lib/lib.es5.d.ts:1054
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1053
Optional
stack
stack?: string
+
Defined in node_modules/typescript/lib/lib.es5.d.ts:1055
Static
Optional
prepare Stack Trace
prepare Stack Trace?: ( ( err: Error , stackTraces: CallSite [] ) => any )
@@ -83,8 +83,8 @@
Type declaration
-
-( err: Error , stackTraces: CallSite [] ) : any
+
+( err: Error , stackTraces: CallSite [] ) : any
+
Defined in node_modules/@types/node/globals.d.ts:11
Static
stack Trace Limit
stack Trace Limit: number
+
Defined in node_modules/@types/node/globals.d.ts:13
Methods
@@ -126,7 +126,7 @@
Returns void
+
Defined in node_modules/@types/node/globals.d.ts:4
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/multi-command.ts:10
Readonly
scripts In Use
scripts In Use: Set < string > = ...
+
Defined in packages/client/lib/multi-command.ts:17
Methods
@@ -97,7 +97,7 @@
Returns any
Returns void
+
Defined in packages/client/lib/multi-command.ts:19
add Function
@@ -114,7 +114,7 @@
args: unknown []
+Defined in packages/client/lib/multi-command.ts:26
add Script
@@ -129,7 +129,7 @@
args: unknown []
+Defined in packages/client/lib/multi-command.ts:39
+Defined in packages/client/lib/multi-command.ts:72
+Defined in packages/client/lib/multi-command.ts:84
+Defined in packages/client/lib/multi-command.ts:93
Static
generate Chain Id
@@ -171,7 +171,7 @@
Returns symbol
+Defined in packages/client/lib/multi-command.ts:11
+The search index is not available @redis/client
@@ -17,7 +17,7 @@
PubSubType
Enumeration PubSubType
+
Defined in packages/client/lib/client/pub-sub.ts:3
PATTERNS
PATTERNS: "PATTERNS"
+
Defined in packages/client/lib/client/pub-sub.ts:5
SHARDED
SHARDED: "SHARDED"
+Defined in packages/client/lib/client/pub-sub.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLIENT_KILL.ts:8
+The search index is not available @redis/client
@@ -17,7 +17,7 @@
FailoverModes
Enumeration FailoverModes
+
Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:1
TAKEOVER
TAKEOVER: "TAKEOVER"
+Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:3
+The search index is not available @redis/client
@@ -17,7 +17,7 @@
RedisClusterNodeLinkStates
Enumeration RedisClusterNodeLinkStates
+
Defined in packages/client/lib/commands/CLUSTER_NODES.ts:5
DISCONNECTED
DISCONNECTED: "disconnected"
+Defined in packages/client/lib/commands/CLUSTER_NODES.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:4
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/COMMAND_LIST.ts:8
+The search index is not available @redis/client
@@ -17,7 +17,7 @@
RedisFlushModes
Enumeration RedisFlushModes
+
Defined in packages/client/lib/commands/FLUSHALL.ts:1
+Defined in packages/client/lib/commands/FLUSHALL.ts:3
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:499
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:480
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:347
+The search index is not available @redis/client
@@ -17,7 +17,7 @@
RedisFunctionFlags
Enumeration RedisFunctionFlags
+
Defined in packages/client/lib/commands/generic-transformers.ts:555
ALLOW_ STALE
ALLOW_ STALE: "allow-stale"
+
Defined in packages/client/lib/commands/generic-transformers.ts:558
NO_ CLUSTER
NO_ CLUSTER: "no-cluster"
+
Defined in packages/client/lib/commands/generic-transformers.ts:559
NO_ WRITES
NO_ WRITES: "no-writes"
+Defined in packages/client/lib/commands/generic-transformers.ts:556
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
options: T
+Defined in packages/client/lib/client/index.ts:114
+The search index is not available @redis/client
+Defined in packages/client/lib/client/index.ts:142
+The search index is not available @redis/client
+Defined in packages/client/lib/cluster/index.ts:82
+The search index is not available @redis/client
+Defined in packages/client/lib/client/RESP2/encoder.ts:5
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
options: T
+Defined in packages/client/lib/command-options.ts:7
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
options: any
+Defined in packages/client/lib/command-options.ts:12
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
__namedParameters: AttachCommandsConfig < C >
Returns void
+Defined in packages/client/lib/commander.ts:17
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
config: AttachExtensionsConfig < Instantiable < any > >
Returns any
+Defined in packages/client/lib/commander.ts:39
+The search index is not available @redis/client
+Defined in packages/client/lib/commander.ts:146
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -36,7 +36,7 @@
preserved: unknown
+Defined in packages/client/lib/commander.ts:134
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
args: any []
Returns any []
+Defined in packages/client/lib/commander.ts:126
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ACL_CAT.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ACL_DELUSER.ts:4
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ACL_DRYRUN.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
bits: number
+Defined in packages/client/lib/commands/ACL_GENPASS.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ACL_GETUSER.ts:3
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: AclGetUserRawReply
Returns AclUser
+Defined in packages/client/lib/commands/ACL_GETUSER.ts:31
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
count: number
+Defined in packages/client/lib/commands/ACL_LOG.ts:3
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: AclLogRawReply []
Returns AclLog []
+Defined in packages/client/lib/commands/ACL_LOG.ts:40
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ACL_SETUSER.ts:4
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/APPEND.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/APPEND.ts:12
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/AUTH.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
options: BgSaveOptions
+Defined in packages/client/lib/commands/BGSAVE.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
range: BitCountRange
+Defined in packages/client/lib/commands/BITCOUNT.ts:13
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/BITCOUNT.ts:33
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
operations: BitFieldOperations
Returns string []
+Defined in packages/client/lib/commands/BITFIELD.ts:37
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns ( number | null ) []
+
Defined in packages/client/lib/commands/BITFIELD.ts:80
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
operations: BitFieldRoOperations
Returns string []
+Defined in packages/client/lib/commands/BITFIELD_RO.ts:12
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns ( number | null ) []
+
Defined in packages/client/lib/commands/BITFIELD_RO.ts:26
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/BITOP.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/BITOP.ts:16
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
Optional
mode: "BYTE" | "BIT"
+Defined in packages/client/lib/commands/BITPOS.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/BITPOS.ts:32
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
timeout: number
+Defined in packages/client/lib/commands/BLMOVE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/BLMPOP.ts:6
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
timeout: number
+Defined in packages/client/lib/commands/BLPOP.ts:6
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: BLPopRawReply
Returns BLPopReply
+Defined in packages/client/lib/commands/BLPOP.ts:24
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
timeout: number
+Defined in packages/client/lib/commands/BRPOP.ts:6
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
timeout: number
+Defined in packages/client/lib/commands/BRPOPLPUSH.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/BZMPOP.ts:6
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
timeout: number
+Defined in packages/client/lib/commands/BZPOPMAX.ts:6
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: ZMemberRawReply
Returns BZPopMaxReply | null
+Defined in packages/client/lib/commands/BZPOPMAX.ts:21
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
timeout: number
+Defined in packages/client/lib/commands/BZPOPMIN.ts:6
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
value: boolean
+Defined in packages/client/lib/commands/CLIENT_CACHING.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "OK" | Buffer
+
Defined in packages/client/lib/commands/CLIENT_CACHING.ts:11
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string | null
+
Defined in packages/client/lib/commands/CLIENT_GETNAME.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/CLIENT_ID.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/CLIENT_ID.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/CLIENT_INFO.ts:3
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: string
+Defined in packages/client/lib/commands/CLIENT_INFO.ts:38
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
filters: KillFilters | KillFilters []
+Defined in packages/client/lib/commands/CLIENT_KILL.ts:42
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLIENT_LIST.ts:19
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: string
+Defined in packages/client/lib/commands/CLIENT_LIST.ts:34
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
value: boolean
+Defined in packages/client/lib/commands/CLIENT_NO-EVICT.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "OK" | Buffer
+
Defined in packages/client/lib/commands/CLIENT_NO-EVICT.ts:11
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
mode: "WRITE" | "ALL"
+Defined in packages/client/lib/commands/CLIENT_PAUSE.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "OK" | Buffer
+
Defined in packages/client/lib/commands/CLIENT_PAUSE.ts:20
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLIENT_SETNAME.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -34,7 +34,7 @@
Optional
options: M extends true ? ClientTrackingOptions : undefined
+Defined in packages/client/lib/commands/CLIENT_TRACKING.ts:27
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "OK" | Buffer
+
Defined in packages/client/lib/commands/CLIENT_TRACKING.ts:83
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: RawReply
Returns Reply
+Defined in packages/client/lib/commands/CLIENT_TRACKINGINFO.ts:22
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "OK" | Buffer
+
Defined in packages/client/lib/commands/CLIENT_UNPAUSE.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
slots: number | number []
+Defined in packages/client/lib/commands/CLUSTER_ADDSLOTS.ts:4
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLUSTER_ADDSLOTSRANGE.ts:4
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "BUMPED" | "STILL"
+
Defined in packages/client/lib/commands/CLUSTER_BUMPEPOCH.ts:5
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
slot: number
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_COUNTKEYSINSLOT.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
nodeId: string
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
slots: number | number []
+Defined in packages/client/lib/commands/CLUSTER_DELSLOTS.ts:4
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLUSTER_DELSLOTSRANGE.ts:4
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
nodeId: string
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_FORGET.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_GETKEYSINSLOT.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
line: string
Returns string
+Defined in packages/client/lib/commands/CLUSTER_INFO.ts:45
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/CLUSTER_INFO.ts:1
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: string
Returns ClusterInfoReply
+Defined in packages/client/lib/commands/CLUSTER_INFO.ts:23
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_KEYSLOT.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/CLUSTER_LINKS.ts:1
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: ClusterLinksRawReply
Returns ClusterLinksReply
+Defined in packages/client/lib/commands/CLUSTER_LINKS.ts:29
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
port: number
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_MEET.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/CLUSTER_MYID.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/CLUSTER_NODES.ts:1
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: string
+Defined in packages/client/lib/commands/CLUSTER_NODES.ts:34
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
nodeId: string
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_REPLICAS.ts:1
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
nodeId: string
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_REPLICATE.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
mode: "HARD" | "SOFT"
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_RESET.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
nodeId: string
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
configEpoch: number
Returns string []
+Defined in packages/client/lib/commands/CLUSTER_SET-CONFIG-EPOCH.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: ClusterSlotsRawReply
+Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:29
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/COMMAND.ts:10
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:5
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: KeysAndFlagsRawReply
Returns KeysAndFlagsReply
+Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:19
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
commands: string []
+Defined in packages/client/lib/commands/COMMAND_INFO.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/COMMAND_INFO.ts:10
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
filter: Filter
+Defined in packages/client/lib/commands/COMMAND_LIST.ts:17
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/COMMAND_LIST.ts:31
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
parameter: string
Returns string []
+Defined in packages/client/lib/commands/CONFIG_GET.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Rest
... __namedParameters: SingleParameter | MultipleParameters
+Defined in packages/client/lib/commands/CONFIG_SET.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/CONFIG_SET.ts:23
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
options: CopyCommandOptions
+Defined in packages/client/lib/commands/COPY.ts:10
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/DBSIZE.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/DBSIZE.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/DECR.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/DECR.ts:9
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
decrement: number
+Defined in packages/client/lib/commands/DECRBY.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/DECRBY.ts:12
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/DEL.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/DEL.ts:12
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/DISCARD.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/DUMP.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ECHO.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/EVAL.ts:5
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/EVALSHA.ts:5
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/EVALSHA_RO.ts:7
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/EVAL_RO.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/EXISTS.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/EXISTS.ts:14
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
mode: "NX" | "XX" | "GT" | "LT"
+Defined in packages/client/lib/commands/EXPIRE.ts:5
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
mode: "NX" | "XX" | "GT" | "LT"
+Defined in packages/client/lib/commands/EXPIREAT.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/EXPIRETIME.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/EXPIRETIME.ts:9
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
options: FailoverOptions
Returns string []
+Defined in packages/client/lib/commands/FAILOVER.ts:11
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/FAILOVER.ts:33
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/FCALL.ts:5
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/FCALL_RO.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/FLUSHALL.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/FLUSHALL.ts:16
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/FLUSHDB.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/FLUSHDB.ts:13
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
library: string
+Defined in packages/client/lib/commands/FUNCTION_DELETE.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
mode: "ASYNC" | "SYNC"
+Defined in packages/client/lib/commands/FUNCTION_FLUSH.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
pattern: string
+Defined in packages/client/lib/commands/FUNCTION_LIST.ts:4
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/FUNCTION_LIST.ts:14
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
pattern: string
+Defined in packages/client/lib/commands/FUNCTION_LIST_WITHCODE.ts:5
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: [ "library_name" , string , "engine" , string , "functions" , [ "name" , string , "description" , null | string , "flags" , RedisFunctionFlags [] ] [] , "library_code" , string ] []
Returns FunctionListWithCodeItemReply []
+Defined in packages/client/lib/commands/FUNCTION_LIST_WITHCODE.ts:21
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
options: FunctionLoadOptions
+Defined in packages/client/lib/commands/FUNCTION_LOAD.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
mode: "APPEND" | "REPLACE" | "FLUSH"
+Defined in packages/client/lib/commands/FUNCTION_RESTORE.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: FunctionStatsRawReply
Returns FunctionStatsReply
+Defined in packages/client/lib/commands/FUNCTION_STATS.ts:39
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
options: GeoAddOptions
+Defined in packages/client/lib/commands/GEOADD.ts:26
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/GEOADD.ts:53
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEODIST.ts:8
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEODIST.ts:23
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEOHASH.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEOPOS.ts:8
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: GeoCoordinatesRawReply
Returns ( GeoCoordinates | null ) []
+Defined in packages/client/lib/commands/GEOPOS.ts:22
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUS.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBERSTORE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO_WITH.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_WITH.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUSSTORE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUS_RO.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUS_RO_WITH.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEORADIUS_WITH.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEOSEARCH.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
Optional
options: GeoSearchStoreOptions
+Defined in packages/client/lib/commands/GEOSEARCHSTORE.ts:10
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: number
Returns number
+Defined in packages/client/lib/commands/GEOSEARCHSTORE.ts:32
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GEOSEARCH_WITH.ts:7
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GET.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
offset: number
+Defined in packages/client/lib/commands/GETBIT.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GETDEL.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
mode: GetExModes
+Defined in packages/client/lib/commands/GETEX.ts:18
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
end: number
+Defined in packages/client/lib/commands/GETRANGE.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/GETSET.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HDEL.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/HDEL.ts:13
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
options: HelloOptions
+Defined in packages/client/lib/commands/HELLO.ts:10
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: HelloRawReply
Returns HelloTransformedReply
+Defined in packages/client/lib/commands/HELLO.ts:55
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HEXISTS.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HGET.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HGETALL.ts:9
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
increment: number
+Defined in packages/client/lib/commands/HINCRBY.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/HINCRBY.ts:13
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
increment: number
+Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HKEYS.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HLEN.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/HLEN.ts:9
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HMGET.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HRANDFIELD.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/HRANDFIELD_COUNT.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/HRANDFIELD_COUNT_WITHVALUES.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HSCAN.ts:8
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
__namedParameters: HScanRawReply
Returns HScanReply
+Defined in packages/client/lib/commands/HSCAN.ts:31
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Rest
... __namedParameters: [ key: RedisCommandArgument , field: Types , value: Types ] | [ key: RedisCommandArgument , value: HSETObject | HSETMap | HSETTuples ]
+Defined in packages/client/lib/commands/HSET.ts:19
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/HSET.ts:73
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HSETNX.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HSTRLEN.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/HSTRLEN.ts:12
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/HVALS.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/INCR.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/INCR.ts:9
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
increment: number
+Defined in packages/client/lib/commands/INCRBY.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/INCRBY.ts:12
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
increment: number
+Defined in packages/client/lib/commands/INCRBYFLOAT.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
section: string
Returns string []
+Defined in packages/client/lib/commands/INFO.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/INFO.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/KEYS.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/LASTSAVE.ts:3
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: number
Returns Date
+Defined in packages/client/lib/commands/LASTSAVE.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LATENCY_GRAPH.ts:21
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LCS.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string | Buffer
+
Defined in packages/client/lib/commands/LCS.ts:18
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LCS_IDX.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: RawReply
Returns Reply
+Defined in packages/client/lib/commands/LCS_IDX.ts:34
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LCS_IDX_WITHMATCHLEN.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: RawReply
Returns Reply
+Defined in packages/client/lib/commands/LCS_IDX_WITHMATCHLEN.ts:36
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LCS_LEN.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/LCS_LEN.ts:15
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
index: number
+Defined in packages/client/lib/commands/LINDEX.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LINSERT.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/LINSERT.ts:22
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LLEN.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/LLEN.ts:11
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
destinationSide: ListSide
+Defined in packages/client/lib/commands/LMOVE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LMPOP.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns null | [ key: string , elements: string [] ]
+
Defined in packages/client/lib/commands/LMPOP.ts:19
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Rest
... optionalArguments: number []
Returns string []
+Defined in packages/client/lib/commands/LOLWUT.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LPOP.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/LPOP_COUNT.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LPOS.ts:12
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/LPOS.ts:30
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LPOS_COUNT.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number []
+
Defined in packages/client/lib/commands/LPOS_COUNT.ts:27
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LPUSH.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/LPUSH.ts:12
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LPUSHX.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/LPUSHX.ts:13
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
stop: number
+Defined in packages/client/lib/commands/LRANGE.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LREM.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/LREM.ts:18
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/LSET.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
stop: number
+Defined in packages/client/lib/commands/LTRIM.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/MEMORY_DOCTOR.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/MEMORY_PURGE.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/MEMORY_STATS.ts:1
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: ( string | number | ( string | number ) [] ) []
Returns MemoryStatsReply
+Defined in packages/client/lib/commands/MEMORY_STATS.ts:71
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
options: MemoryUsageOptions
Returns string []
+Defined in packages/client/lib/commands/MEMORY_USAGE.ts:9
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/MEMORY_USAGE.ts:19
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/MGET.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -37,7 +37,7 @@
Optional
options: MigrateOptions
+Defined in packages/client/lib/commands/MIGRATE.ts:10
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/MIGRATE.ts:65
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/MODULE_LIST.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/MODULE_LIST.ts:5
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
moduleArgs: string []
Returns string []
+Defined in packages/client/lib/commands/MODULE_LOAD.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
name: string
Returns string []
+Defined in packages/client/lib/commands/MODULE_UNLOAD.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
db: number
Returns string []
+Defined in packages/client/lib/commands/MOVE.ts:3
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/MSET.ts:10
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/MSETNX.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string | null
+
Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/OBJECT_FREQ.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/OBJECT_FREQ.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PERSIST.ts:5
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
mode: "NX" | "XX" | "GT" | "LT"
+Defined in packages/client/lib/commands/PEXPIRE.ts:5
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
mode: "NX" | "XX" | "GT" | "LT"
+Defined in packages/client/lib/commands/PEXPIREAT.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PEXPIRETIME.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/PEXPIRETIME.ts:9
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PFADD.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PFCOUNT.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/PFCOUNT.ts:12
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
source: string | string []
+Defined in packages/client/lib/commands/PFMERGE.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/PFMERGE.ts:10
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PING.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PSETEX.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PTTL.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/PTTL.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PUBLISH.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/PUBLISH.ts:12
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
pattern: string
Returns string []
+Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:6
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: ( string | number ) []
Returns Record < string , number >
+Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:16
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/PUBSUB_SHARDCHANNELS.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/READONLY.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/READONLY.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/READWRITE.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/READWRITE.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/RENAME.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/RENAMENX.ts:5
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
port: number
Returns string []
+Defined in packages/client/lib/commands/REPLICAOF.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/REPLICAOF.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/ROLE.ts:3
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: RoleRawReply
Returns RoleReply
+Defined in packages/client/lib/commands/ROLE.ts:45
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/RPOP.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/RPOPLPUSH.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/RPOP_COUNT.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/RPUSH.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/RPUSH.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/RPUSHX.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/RPUSHX.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SADD.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SADD.ts:13
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/SAVE.ts:3
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SCAN.ts:9
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
__namedParameters: ScanRawReply
+Defined in packages/client/lib/commands/SCAN.ts:29
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in packages/client/lib/commands/SCARD.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SCARD.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
mode: "YES" | "NO" | "SYNC"
Returns string []
+Defined in packages/client/lib/commands/SCRIPT_DEBUG.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
sha1: string | string []
+Defined in packages/client/lib/commands/SCRIPT_EXISTS.ts:4
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
mode: "ASYNC" | "SYNC"
Returns string []
+Defined in packages/client/lib/commands/SCRIPT_FLUSH.ts:1
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/SCRIPT_KILL.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/SCRIPT_KILL.ts:5
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
script: string
Returns string []
+Defined in packages/client/lib/commands/SCRIPT_LOAD.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/SCRIPT_LOAD.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SDIFF.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SDIFFSTORE.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SDIFFSTORE.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SET.ts:27
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SETBIT.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SETEX.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SETNX.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SETRANGE.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SETRANGE.ts:13
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
Optional
mode: "SAVE" | "NOSAVE"
Returns string []
+Defined in packages/client/lib/commands/SHUTDOWN.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns void
+
Defined in packages/client/lib/commands/SHUTDOWN.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SINTER.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
limit: number
+Defined in packages/client/lib/commands/SINTERCARD.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SINTERCARD.ts:21
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SINTERSTORE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SISMEMBER.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SMEMBERS.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SMISMEMBER.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SMOVE.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SORT.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/SORT.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SORT_RO.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/SORT_RO.ts:15
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SORT_STORE.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SORT_STORE.ts:17
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
count: number
+Defined in packages/client/lib/commands/SPOP.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SPUBLISH.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SPUBLISH.ts:14
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SRANDMEMBER.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/SRANDMEMBER_COUNT.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SREM.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/SREM.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SSCAN.ts:8
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
__namedParameters: SScanRawReply
Returns SScanReply
+Defined in packages/client/lib/commands/SSCAN.ts:26
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/STRLEN.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/STRLEN.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SUNION.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/SUNIONSTORE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
index2: number
Returns string []
+Defined in packages/client/lib/commands/SWAPDB.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/SWAPDB.ts:5
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/TIME.ts:1
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: [ string , string ]
Returns TimeReply
+Defined in packages/client/lib/commands/TIME.ts:9
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/TOUCH.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/TOUCH.ts:12
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/TTL.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/TTL.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/TYPE.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/UNLINK.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/UNLINK.ts:12
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string []
+
Defined in packages/client/lib/commands/UNWATCH.ts:1
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/UNWATCH.ts:5
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
timeout: number
Returns string []
+Defined in packages/client/lib/commands/WAIT.ts:3
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/WAIT.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
key: string | string []
+Defined in packages/client/lib/commands/WATCH.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/WATCH.ts:10
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XACK.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/XACK.ts:14
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
Optional
options: XAddOptions
+Defined in packages/client/lib/commands/XADD.ts:15
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns string
+
Defined in packages/client/lib/commands/XADD.ts:52
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XAUTOCLAIM.ts:10
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: XAutoClaimRawReply
Returns XAutoClaimReply
+Defined in packages/client/lib/commands/XAUTOCLAIM.ts:34
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XAUTOCLAIM_JUSTID.ts:6
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: XAutoClaimJustIdRawReply
Returns XAutoClaimJustIdReply
+Defined in packages/client/lib/commands/XAUTOCLAIM_JUSTID.ts:20
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XCLAIM.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XCLAIM_JUSTID.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XDEL.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/XDEL.ts:13
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
Optional
options: XGroupCreateOptions
+Defined in packages/client/lib/commands/XGROUP_CREATE.ts:9
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:5
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XGROUP_SETID.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: any []
Returns XInfoConsumersReply
+Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:20
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XINFO_GROUPS.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: any []
Returns XInfoGroupsReply
+Defined in packages/client/lib/commands/XINFO_GROUPS.ts:18
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XINFO_STREAM.ts:8
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
rawReply: any []
Returns XInfoStreamReply
+Defined in packages/client/lib/commands/XINFO_STREAM.ts:22
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XLEN.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/XLEN.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XPENDING.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: XPendingRawReply
Returns XPendingReply
+Defined in packages/client/lib/commands/XPENDING.ts:34
+The search index is not available @redis/client
@@ -37,7 +37,7 @@
Optional
options: XPendingRangeOptions
+Defined in packages/client/lib/commands/XPENDING_RANGE.ts:12
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: XPendingRangeRawReply
Returns XPendingRangeReply
+Defined in packages/client/lib/commands/XPENDING_RANGE.ts:49
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
Optional
options: XRangeOptions
+Defined in packages/client/lib/commands/XRANGE.ts:11
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
streams: XReadStream | XReadStream []
+Defined in packages/client/lib/commands/XREAD.ts:3
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
options: XReadOptions
+Defined in packages/client/lib/commands/XREAD.ts:19
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XREADGROUP.ts:14
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/XREADGROUP.ts:24
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
Optional
options: XRangeRevOptions
+Defined in packages/client/lib/commands/XREVRANGE.ts:11
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
options: XSetIdOptions
+Defined in packages/client/lib/commands/XSETID.ts:10
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in packages/client/lib/commands/XSETID.ts:28
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
Optional
options: XTrimOptions
+Defined in packages/client/lib/commands/XTRIM.ts:10
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/XTRIM.ts:31
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
options: ZAddOptions
+Defined in packages/client/lib/commands/ZADD.ts:32
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZCARD.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/ZCARD.ts:11
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZCOUNT.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/ZCOUNT.ts:21
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZDIFF.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZDIFFSTORE.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/ZDIFFSTORE.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZDIFF_WITHSCORES.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZINCRBY.ts:6
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
options: ZInterOptions
+Defined in packages/client/lib/commands/ZINTER.ts:13
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
limit: number
+Defined in packages/client/lib/commands/ZINTERCARD.ts:8
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/ZINTERCARD.ts:21
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
options: ZInterStoreOptions
+Defined in packages/client/lib/commands/ZINTERSTORE.ts:11
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZINTER_WITHSCORES.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZLEXCOUNT.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/ZLEXCOUNT.ts:20
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZMPOP.ts:6
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: ZMPopRawReply
Returns ZMPopReply
+Defined in packages/client/lib/commands/ZMPOP.ts:29
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZMSCORE.ts:8
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZPOPMAX.ts:5
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/ZPOPMAX_COUNT.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZPOPMIN.ts:5
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/ZPOPMIN_COUNT.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANDMEMBER.ts:7
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: number
+Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.ts:6
+The search index is not available @redis/client
@@ -33,7 +33,7 @@
Optional
options: ZRangeOptions
+Defined in packages/client/lib/commands/ZRANGE.ts:17
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:15
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:15
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANGEBYSCORE_WITHSCORES.ts:6
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
Optional
options: ZRangeStoreOptions
+Defined in packages/client/lib/commands/ZRANGESTORE.ts:16
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: number
Returns number
+Defined in packages/client/lib/commands/ZRANGESTORE.ts:56
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANGE_WITHSCORES.ts:6
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZRANK.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/ZRANK.ts:14
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZREM.ts:6
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number
+
Defined in packages/client/lib/commands/ZREM.ts:13
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
stop: number
+Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZREVRANK.ts:7
+The search index is not available @redis/client
@@ -22,7 +22,7 @@
Returns number | null
+
Defined in packages/client/lib/commands/ZREVRANK.ts:14
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZSCAN.ts:8
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
__namedParameters: ZScanRawReply
Returns ZScanReply
+Defined in packages/client/lib/commands/ZSCAN.ts:26
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZSCORE.ts:7
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
Optional
options: ZUnionOptions
+Defined in packages/client/lib/commands/ZUNION.ts:13
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -31,7 +31,7 @@
Optional
options: ZUnionOptions
+Defined in packages/client/lib/commands/ZUNIONSTORE.ts:11
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/ZUNION_WITHSCORES.ts:6
+The search index is not available @redis/client
Returns string | undefined
+Defined in packages/client/lib/commands/generic-transformers.ts:407
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:411
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
count: undefined | GeoCountArgument
+Defined in packages/client/lib/commands/generic-transformers.ts:210
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:288
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:325
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:256
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:467
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:18
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:659
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:611
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:454
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:428
+The search index is not available @redis/client
@@ -29,7 +29,7 @@
value: number | number []
+Defined in packages/client/lib/commands/generic-transformers.ts:439
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: number []
Returns boolean []
+Defined in packages/client/lib/commands/generic-transformers.ts:7
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: number
Returns boolean
+Defined in packages/client/lib/commands/generic-transformers.ts:3
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:540
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
EXAT: number | Date
Returns string
+Defined in packages/client/lib/commands/generic-transformers.ts:394
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:588
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:361
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:188
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
num: number
Returns string
+Defined in packages/client/lib/commands/generic-transformers.ts:59
+The search index is not available @redis/client
Returns ( number | null ) []
+Defined in packages/client/lib/commands/generic-transformers.ts:55
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:49
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:36
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
PXAT: number | Date
Returns string
+Defined in packages/client/lib/commands/generic-transformers.ts:398
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:684
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:129
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:137
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:146
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: any []
+Defined in packages/client/lib/commands/generic-transformers.ts:97
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
reply: null | any []
+Defined in packages/client/lib/commands/generic-transformers.ts:115
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:72
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:78
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:165
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
script: S
Returns S & SHA1
+Defined in packages/client/lib/lua-script.ts:13
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
script: string
Returns string
+Defined in packages/client/lib/lua-script.ts:20
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
ms: number
Returns Promise < void >
+Defined in packages/client/lib/utils.ts:1
+The search index is not available @redis/client
diff --git a/documentation/client/interfaces/lib_client.ClientCommandOptions.html b/documentation/client/interfaces/lib_client.ClientCommandOptions.html
index 50f01a9c89..e49029b354 100644
--- a/documentation/client/interfaces/lib_client.ClientCommandOptions.html
+++ b/documentation/client/interfaces/lib_client.ClientCommandOptions.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/client/index.ts:103
Optional
chain Id
chain Id?: symbol
+
Defined in packages/client/lib/client/commands-queue.ts:10
Optional
isolated
isolated?: boolean
+
Defined in packages/client/lib/client/index.ts:104
Optional
return Buffers
return Buffers?: boolean
+
Defined in packages/client/lib/client/commands-queue.ts:12
Optional
signal
signal?: AbortSignal
+
Defined in packages/client/lib/client/commands-queue.ts:11
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
+
Defined in packages/client/lib/client/index.ts:19
Optional
database
database?: number
+
Defined in packages/client/lib/client/index.ts:48
Optional
disable Offline Queue
disable Offline Queue?: boolean
@@ -79,43 +79,43 @@
When false
, commands are queued for execution after reconnection.
+
Defined in packages/client/lib/client/index.ts:57
Optional
functions
functions?: F
+
Defined in packages/client/lib/commands/index.ts:87
Optional
isolation Pool Options
isolation Pool Options?: Options
+
Defined in packages/client/lib/client/index.ts:63
Optional
legacy Mode
legacy Mode?: boolean
+
Defined in packages/client/lib/client/index.ts:62
Optional
modules
modules?: M
+
Defined in packages/client/lib/commands/index.ts:86
Optional
name
name?: string
+
Defined in packages/client/lib/client/index.ts:44
Optional
password
password?: string
+
Defined in packages/client/lib/client/index.ts:40
Optional
ping Interval
ping Interval?: number
@@ -123,27 +123,27 @@ When false
, commands are queued for execution after reconnection.
Useful with Redis deployments that do not use TCP Keep-Alive.
+Defined in packages/client/lib/client/index.ts:68
Optional
readonly
readonly?: boolean
+Defined in packages/client/lib/client/index.ts:61
Optional
scripts
scripts?: S
+Defined in packages/client/lib/commands/index.ts:88
+Defined in packages/client/lib/client/index.ts:32
Optional
url
url?: string
@@ -151,14 +151,14 @@ Useful with Redis deployments that do not use TCP Keep-Alive.
See redis
and rediss
IANA registration for more details
+Defined in packages/client/lib/client/index.ts:28
Optional
username
username?: string
+Defined in packages/client/lib/client/index.ts:36
+The search index is not available @redis/client
Returns void
+Defined in packages/client/lib/client/RESP2/composers/interface.ts:2
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/client/commands-queue.ts:15
@@ -55,35 +55,35 @@
listener: function
-listener( ) : void
+listener( ) : void
Returns void
+Defined in packages/client/lib/client/commands-queue.ts:18
+Defined in packages/client/lib/client/commands-queue.ts:16
Optional
chain Id
chain Id?: symbol
+Defined in packages/client/lib/client/commands-queue.ts:17
Optional
channels Counter
channels Counter?: number
+Defined in packages/client/lib/client/commands-queue.ts:27
Optional
return Buffers
return Buffers?: boolean
+Defined in packages/client/lib/client/commands-queue.ts:28
+Defined in packages/client/lib/client/commands-queue.ts:25
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/client/commands-queue.ts:8
Optional
chain Id
chain Id?: symbol
+
Defined in packages/client/lib/client/commands-queue.ts:10
Optional
return Buffers
return Buffers?: boolean
+
Defined in packages/client/lib/client/commands-queue.ts:12
Optional
signal
signal?: AbortSignal
+
Defined in packages/client/lib/client/commands-queue.ts:11
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/client/socket.ts:8
Optional
keep Alive
keep Alive?: number | false
+
Defined in packages/client/lib/client/socket.ts:20
Optional
no Delay
no Delay?: boolean
+
Defined in packages/client/lib/client/socket.ts:16
Optional
reconnect Strategy
reconnect Strategy?: number | false | ( ( retries: number , cause: Error ) => number | false | Error )
@@ -69,7 +69,7 @@ Defaults to retries => Math.min(retries * 50, 500)
+Defined in packages/client/lib/client/socket.ts:28
+The search index is not available @redis/client
+
Defined in node_modules/@types/node/tls.d.ts:447
Optional
SNICallback
SNICallback?: ( ( servername: string , cb: ( ( err: null | Error , ctx?: SecureContext ) => void ) ) => void )
@@ -92,8 +92,8 @@
Type declaration
-
-( servername: string , cb: ( ( err: null | Error , ctx?: SecureContext ) => void ) ) : void
+
+( servername: string , cb: ( ( err: null | Error , ctx?: SecureContext ) => void ) ) : void
+
Defined in node_modules/@types/node/tls.d.ts:656
Optional
cert
cert?: string | Buffer | ( string | Buffer ) []
@@ -152,7 +152,7 @@ replaced when CAs are explicitly specified using this option.
+Defined in node_modules/@types/node/tls.d.ts:668
Optional
check Server Identity
check Server Identity?: ( ( hostname: string , cert: PeerCertificate ) => Error | undefined )
@@ -160,8 +160,8 @@ replaced when CAs are explicitly specified using this option.
Type declaration
-
-( hostname: string , cert: PeerCertificate ) : Error | undefined
+
+( hostname: string , cert: PeerCertificate ) : Error | undefined
+Defined in node_modules/@types/node/tls.d.ts:521
Optional
ciphers
ciphers?: string
@@ -204,7 +204,7 @@ uppercased in order for OpenSSL to accept them.
+Defined in node_modules/@types/node/tls.d.ts:682
Optional
client Cert Engine
client Cert Engine?: string
@@ -212,7 +212,7 @@ uppercased in order for OpenSSL to accept them.
+Defined in node_modules/@types/node/tls.d.ts:686
Optional
crl
crl?: string | Buffer | ( string | Buffer ) []
@@ -220,7 +220,7 @@ uppercased in order for OpenSSL to accept them.
+Defined in node_modules/@types/node/tls.d.ts:690
Optional
dhparam
dhparam?: string | Buffer
@@ -233,7 +233,7 @@ silently discarded and DHE ciphers will not be available.
+Defined in node_modules/@types/node/tls.d.ts:699
Optional
ecdh Curve
ecdh Curve?: string
@@ -247,7 +247,7 @@ tls.DEFAULT_ECDH_CURVE.
+Defined in node_modules/@types/node/tls.d.ts:709
Optional
enable Trace
enable Trace?: boolean
@@ -258,7 +258,7 @@ used to debug TLS connection problems.
+Defined in node_modules/@types/node/tls.d.ts:436
Optional
honor Cipher Order
honor Cipher Order?: boolean
@@ -268,13 +268,13 @@ set in secureOptions
+Defined in node_modules/@types/node/tls.d.ts:715
Optional
host
host?: string
+Defined in node_modules/@types/node/tls.d.ts:517
Optional
key
key?: string | Buffer | ( string | Buffer | KeyObject ) []
@@ -289,13 +289,13 @@ object.passphrase if provided, or options.passphrase if it is not.
+Defined in node_modules/@types/node/tls.d.ts:726
Optional
lookup
lookup?: LookupFunction
+Defined in node_modules/@types/node/tls.d.ts:525
Optional
max Version
max Version?: SecureVersion
@@ -308,13 +308,13 @@ of 'TLSv1.3'
, 'TLSv1.2'
, 'TL
+Defined in node_modules/@types/node/tls.d.ts:746
Optional
minDHSize
minDHSize?: number
+Defined in node_modules/@types/node/tls.d.ts:524
Optional
min Version
min Version?: SecureVersion
@@ -329,7 +329,7 @@ less than TLSv1.2, but it may be required for interoperability.
+Defined in node_modules/@types/node/tls.d.ts:757
Optional
passphrase
passphrase?: string
@@ -337,13 +337,13 @@ less than TLSv1.2, but it may be required for interoperability.
+Defined in node_modules/@types/node/tls.d.ts:761
Optional
path
path?: string
+Defined in node_modules/@types/node/tls.d.ts:519
Optional
pfx
pfx?: string | Buffer | ( string | Buffer | PxfObject ) []
@@ -358,13 +358,13 @@ object.passphrase if provided, or options.passphrase if it is not.
+Defined in node_modules/@types/node/tls.d.ts:772
Optional
port
port?: number
+Defined in node_modules/@types/node/tls.d.ts:518
Optional
private Key Engine
private Key Engine?: string
@@ -373,7 +373,7 @@ together with privateKeyIdentifier.
+Defined in node_modules/@types/node/tls.d.ts:731
Optional
private Key Identifier
private Key Identifier?: string
@@ -383,7 +383,7 @@ key, because both options define a private key in different ways.
+Defined in node_modules/@types/node/tls.d.ts:737
Optional
reject Unauthorized
reject Unauthorized?: boolean
@@ -395,7 +395,7 @@ effect if requestCert is true.
+Defined in node_modules/@types/node/tls.d.ts:464
Optional
request Cert
request Cert?: boolean
@@ -405,7 +405,7 @@ false.
+Defined in node_modules/@types/node/tls.d.ts:442
Optional
secure Context
secure Context?: SecureContext
@@ -413,7 +413,7 @@ false.
+Defined in node_modules/@types/node/tls.d.ts:430
Optional
secure Options
secure Options?: number
@@ -423,7 +423,7 @@ a numeric bitmask of the SSL_OP_* options from OpenSSL Options
+Defined in node_modules/@types/node/tls.d.ts:778
Optional
secure Protocol
secure Protocol?: string
@@ -439,19 +439,19 @@ interoperability. Default: none, see minVersion.
+Defined in node_modules/@types/node/tls.d.ts:790
Optional
servername
servername?: string
+Defined in node_modules/@types/node/tls.d.ts:522
Optional
session
session?: Buffer
+Defined in node_modules/@types/node/tls.d.ts:523
Optional
session Id Context
session Id Context?: string
@@ -460,7 +460,7 @@ shared between applications. Unused by clients.
+Defined in node_modules/@types/node/tls.d.ts:795
Optional
session Timeout
session Timeout?: number
@@ -470,7 +470,7 @@ information. Default: 300.
+Defined in node_modules/@types/node/tls.d.ts:806
Optional
sigalgs
sigalgs?: string
@@ -481,13 +481,13 @@ information. Default: 300.
+Defined in node_modules/@types/node/tls.d.ts:675
Optional
socket
socket?: Duplex
+Defined in node_modules/@types/node/tls.d.ts:520
Optional
ticket Keys
ticket Keys?: Buffer
@@ -496,18 +496,18 @@ See Session Resumption for more information.
+Defined in node_modules/@types/node/tls.d.ts:800
Optional
timeout
timeout?: number
+Defined in node_modules/@types/node/tls.d.ts:526
+Defined in packages/client/lib/client/socket.ts:36
Methods
@@ -540,7 +540,7 @@ Always null
if TLS 1.3 is used.
Returns null | PSKCallbackNegotation
+Defined in node_modules/@types/node/tls.d.ts:544
+The search index is not available @redis/client
@@ -32,7 +32,7 @@
+
Defined in packages/client/lib/cluster/index.ts:17
@@ -59,20 +59,20 @@
for example: ACL credentials, timeouts, TLS configuration etc.
+
Defined in packages/client/lib/cluster/index.ts:31
Optional
functions
functions?: F
+
Defined in packages/client/lib/commands/index.ts:87
Optional
max Command Redirections
max Command Redirections?: number
+
Defined in packages/client/lib/cluster/index.ts:44
Optional
minimize Connections
minimize Connections?: boolean
@@ -80,13 +80,13 @@ for example: ACL credentials, timeouts, TLS configuration etc.
Useful for short-term or PubSub-only connections.
+Defined in packages/client/lib/cluster/index.ts:36
Optional
modules
modules?: M
+Defined in packages/client/lib/commands/index.ts:86
Optional
node Address Map
@@ -94,7 +94,7 @@ Useful for short-term or PubSub-only connections.
Useful when the cluster is running on another network
+Defined in packages/client/lib/cluster/index.ts:50
root Nodes
@@ -102,20 +102,20 @@ Useful when the cluster is running on another network
the "cluster topology". We recommend including details for at least 3 nodes here.
+Defined in packages/client/lib/cluster/index.ts:26
Optional
scripts
scripts?: S
+Defined in packages/client/lib/commands/index.ts:88
Optional
use Replicas
use Replicas?: boolean
+Defined in packages/client/lib/cluster/index.ts:40
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
RedisFunction
RedisScriptConfig
+
Defined in packages/client/lib/commands/index.ts:11
Optional
IS_ READ_ ONLY
IS_ READ_ ONLY?: boolean
+
Defined in packages/client/lib/commands/index.ts:13
Optional
TRANSFORM_ LEGACY_ REPLY
TRANSFORM_ LEGACY_ REPLY?: boolean
+
Defined in packages/client/lib/commands/index.ts:14
Methods
@@ -74,7 +74,7 @@
Rest
... args: any []
+
Defined in packages/client/lib/commands/index.ts:15
Optional
transform Reply
@@ -91,7 +91,7 @@
Optional
preserved: any
Returns any
+Defined in packages/client/lib/commands/index.ts:16
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
Indexable
+
Defined in packages/client/lib/commands/index.ts:51
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/commands/index.ts:63
Optional
IS_ READ_ ONLY
IS_ READ_ ONLY?: boolean
+
Defined in packages/client/lib/commands/index.ts:13
Optional
NUMBER_ OF_ KEYS
NUMBER_ OF_ KEYS?: number
+
Defined in packages/client/lib/commands/index.ts:64
Optional
TRANSFORM_ LEGACY_ REPLY
TRANSFORM_ LEGACY_ REPLY?: boolean
+
Defined in packages/client/lib/commands/index.ts:14
+
Defined in packages/client/lib/commands/index.ts:16
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
Indexable
+
Defined in packages/client/lib/commands/index.ts:67
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
Indexable
+
Defined in packages/client/lib/commands/index.ts:71
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
Indexable
+
Defined in packages/client/lib/commands/index.ts:55
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
Indexable
+
Defined in packages/client/lib/commands/index.ts:59
+The search index is not available @redis/client
@@ -24,7 +24,7 @@
Indexable
+
Defined in packages/client/lib/commands/index.ts:77
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -28,7 +28,7 @@
+
Defined in packages/client/lib/commands/BITFIELD.ts:5
@@ -44,7 +44,7 @@
operation
operation: S
+
Defined in packages/client/lib/commands/BITFIELD.ts:6
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/commands/XAUTOCLAIM.ts:6
@@ -37,7 +37,7 @@
Optional
COUNT
COUNT?: number
+
Defined in packages/client/lib/commands/XAUTOCLAIM.ts:7
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/commands/XCLAIM.ts:6
Optional
IDLE
IDLE?: number
+
Defined in packages/client/lib/commands/XCLAIM.ts:7
Optional
RETRYCOUNT
RETRYCOUNT?: number
+
Defined in packages/client/lib/commands/XCLAIM.ts:9
Optional
TIME
TIME?: number | Date
+
Defined in packages/client/lib/commands/XCLAIM.ts:8
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:8
@@ -44,7 +44,7 @@
offset: number
+Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:9
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:8
@@ -44,7 +44,7 @@
offset: number
+Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:9
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/commands/generic-transformers.ts:578
functions
functions
: { Â Â Â Â description
: null | string ; Â Â Â Â flags
: RedisFunctionFlags [] ; Â Â Â Â name
: string ; } []
+
Defined in packages/client/lib/commands/generic-transformers.ts:581
library Name
library Name: string
+
Defined in packages/client/lib/commands/generic-transformers.ts:579
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/commands/generic-transformers.ts:352
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/commands/generic-transformers.ts:600
+
Defined in packages/client/lib/commands/generic-transformers.ts:601
Optional
DIRECTION
DIRECTION?: "ASC" | "DESC"
+
Defined in packages/client/lib/commands/generic-transformers.ts:607
Optional
GET
GET?: string | string []
+
Defined in packages/client/lib/commands/generic-transformers.ts:606
Optional
LIMIT
LIMIT?: { Â Â Â Â count: number ; Â Â Â Â offset: number ; }
@@ -68,7 +68,7 @@
offset: number
+Defined in packages/client/lib/commands/generic-transformers.ts:602
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -23,7 +23,7 @@
+
Defined in packages/client/lib/lua-script.ts:4
Optional
IS_ READ_ ONLY
IS_ READ_ ONLY?: boolean
+
Defined in packages/client/lib/commands/index.ts:13
Optional
NUMBER_ OF_ KEYS
NUMBER_ OF_ KEYS?: number
+
Defined in packages/client/lib/lua-script.ts:6
+
Defined in packages/client/lib/lua-script.ts:5
Optional
TRANSFORM_ LEGACY_ REPLY
TRANSFORM_ LEGACY_ REPLY?: boolean
+
Defined in packages/client/lib/commands/index.ts:14
+
Defined in packages/client/lib/commands/index.ts:16
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/lua-script.ts:9
@@ -37,7 +37,7 @@
SHA1
SHA1: string
+
Defined in packages/client/lib/lua-script.ts:10
+The search index is not available @redis/client
@@ -21,7 +21,7 @@
+
Defined in packages/client/lib/multi-command.ts:5
Optional
transform Reply
transform Reply?: ( ( this: void , reply: any , preserved?: any ) => any )
@@ -46,8 +46,8 @@
Type declaration
-
-( this: void , reply: any , preserved?: any ) : any
+
+Defined in packages/client/lib/multi-command.ts:7
+The search index is not available @redis/client
diff --git a/documentation/client/modules/index.html b/documentation/client/modules/index.html
index e492956420..e1a75380c4 100644
--- a/documentation/client/modules/index.html
+++ b/documentation/client/modules/index.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
index
Module index
+
Defined in packages/client/index.ts:1
diff --git a/documentation/client/modules/lib_client.html b/documentation/client/modules/lib_client.html
index dc151c1b76..2496b9987b 100644
--- a/documentation/client/modules/lib_client.html
+++ b/documentation/client/modules/lib_client.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client
Module lib/client
+
Defined in packages/client/lib/client/index.ts:1
diff --git a/documentation/client/modules/lib_client_RESP2_composers_buffer.html b/documentation/client/modules/lib_client_RESP2_composers_buffer.html
index a33d3e5c5d..5debbc6171 100644
--- a/documentation/client/modules/lib_client_RESP2_composers_buffer.html
+++ b/documentation/client/modules/lib_client_RESP2_composers_buffer.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/RESP2/composers/buffer
Module lib/client/RESP2/composers/buffer
+
Defined in packages/client/lib/client/RESP2/composers/buffer.ts:1
diff --git a/documentation/client/modules/lib_client_RESP2_composers_interface.html b/documentation/client/modules/lib_client_RESP2_composers_interface.html
index b5aeb05922..d642daaa6e 100644
--- a/documentation/client/modules/lib_client_RESP2_composers_interface.html
+++ b/documentation/client/modules/lib_client_RESP2_composers_interface.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/RESP2/composers/interface
Module lib/client/RESP2/composers/interface
+
Defined in packages/client/lib/client/RESP2/composers/interface.ts:1
diff --git a/documentation/client/modules/lib_client_RESP2_composers_string.html b/documentation/client/modules/lib_client_RESP2_composers_string.html
index d3eef294eb..ee60783a9c 100644
--- a/documentation/client/modules/lib_client_RESP2_composers_string.html
+++ b/documentation/client/modules/lib_client_RESP2_composers_string.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/RESP2/composers/string
Module lib/client/RESP2/composers/string
+
Defined in packages/client/lib/client/RESP2/composers/string.ts:1
diff --git a/documentation/client/modules/lib_client_RESP2_decoder.html b/documentation/client/modules/lib_client_RESP2_decoder.html
index eededcecb8..c8f44f5682 100644
--- a/documentation/client/modules/lib_client_RESP2_decoder.html
+++ b/documentation/client/modules/lib_client_RESP2_decoder.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/RESP2/decoder
Module lib/client/RESP2/decoder
+
Defined in packages/client/lib/client/RESP2/decoder.ts:1
diff --git a/documentation/client/modules/lib_client_RESP2_encoder.html b/documentation/client/modules/lib_client_RESP2_encoder.html
index 579566f0f0..912de92a7b 100644
--- a/documentation/client/modules/lib_client_RESP2_encoder.html
+++ b/documentation/client/modules/lib_client_RESP2_encoder.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/RESP2/encoder
Module lib/client/RESP2/encoder
+
Defined in packages/client/lib/client/RESP2/encoder.ts:1
diff --git a/documentation/client/modules/lib_client_commands.html b/documentation/client/modules/lib_client_commands.html
index c4a1de35ae..056707980e 100644
--- a/documentation/client/modules/lib_client_commands.html
+++ b/documentation/client/modules/lib_client_commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/commands
Module lib/client/commands
+
Defined in packages/client/lib/client/commands.ts:1
diff --git a/documentation/client/modules/lib_client_commands_queue.html b/documentation/client/modules/lib_client_commands_queue.html
index e24cdef9c7..527a475055 100644
--- a/documentation/client/modules/lib_client_commands_queue.html
+++ b/documentation/client/modules/lib_client_commands_queue.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/commands-queue
Module lib/client/commands-queue
+
Defined in packages/client/lib/client/commands-queue.ts:1
diff --git a/documentation/client/modules/lib_client_multi_command.html b/documentation/client/modules/lib_client_multi_command.html
index 099250f88e..6ac2cc8cd1 100644
--- a/documentation/client/modules/lib_client_multi_command.html
+++ b/documentation/client/modules/lib_client_multi_command.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/multi-command
Module lib/client/multi-command
+
Defined in packages/client/lib/client/multi-command.ts:1
diff --git a/documentation/client/modules/lib_client_pub_sub.html b/documentation/client/modules/lib_client_pub_sub.html
index 99c4a1fe0a..3803e90f31 100644
--- a/documentation/client/modules/lib_client_pub_sub.html
+++ b/documentation/client/modules/lib_client_pub_sub.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/pub-sub
Module lib/client/pub-sub
+
Defined in packages/client/lib/client/pub-sub.ts:1
diff --git a/documentation/client/modules/lib_client_socket.html b/documentation/client/modules/lib_client_socket.html
index e1295ce192..569b02a639 100644
--- a/documentation/client/modules/lib_client_socket.html
+++ b/documentation/client/modules/lib_client_socket.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/client/socket
Module lib/client/socket
+
Defined in packages/client/lib/client/socket.ts:1
diff --git a/documentation/client/modules/lib_cluster.html b/documentation/client/modules/lib_cluster.html
index c56597d786..be8e9a287f 100644
--- a/documentation/client/modules/lib_cluster.html
+++ b/documentation/client/modules/lib_cluster.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/cluster
Module lib/cluster
+
Defined in packages/client/lib/cluster/index.ts:1
diff --git a/documentation/client/modules/lib_cluster_cluster_slots.html b/documentation/client/modules/lib_cluster_cluster_slots.html
index 8e2481c647..0afbb0b7f3 100644
--- a/documentation/client/modules/lib_cluster_cluster_slots.html
+++ b/documentation/client/modules/lib_cluster_cluster_slots.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/cluster/cluster-slots
Module lib/cluster/cluster-slots
+
Defined in packages/client/lib/cluster/cluster-slots.ts:1
diff --git a/documentation/client/modules/lib_cluster_commands.html b/documentation/client/modules/lib_cluster_commands.html
index 9573e1ae2d..2ad7f84dd6 100644
--- a/documentation/client/modules/lib_cluster_commands.html
+++ b/documentation/client/modules/lib_cluster_commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/cluster/commands
Module lib/cluster/commands
+
Defined in packages/client/lib/cluster/commands.ts:2
diff --git a/documentation/client/modules/lib_cluster_multi_command.html b/documentation/client/modules/lib_cluster_multi_command.html
index f79b0aa82a..ee84f3102e 100644
--- a/documentation/client/modules/lib_cluster_multi_command.html
+++ b/documentation/client/modules/lib_cluster_multi_command.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/cluster/multi-command
Module lib/cluster/multi-command
+
Defined in packages/client/lib/cluster/multi-command.ts:1
diff --git a/documentation/client/modules/lib_command_options.html b/documentation/client/modules/lib_command_options.html
index b502cb404e..51a3e65c8e 100644
--- a/documentation/client/modules/lib_command_options.html
+++ b/documentation/client/modules/lib_command_options.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/command-options
Module lib/command-options
+
Defined in packages/client/lib/command-options.ts:1
diff --git a/documentation/client/modules/lib_commander.html b/documentation/client/modules/lib_commander.html
index c2b0726237..f13983d8cb 100644
--- a/documentation/client/modules/lib_commander.html
+++ b/documentation/client/modules/lib_commander.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commander
Module lib/commander
+
Defined in packages/client/lib/commander.ts:2
diff --git a/documentation/client/modules/lib_commands.html b/documentation/client/modules/lib_commands.html
index 95d8b1145d..e5cc0a2b10 100644
--- a/documentation/client/modules/lib_commands.html
+++ b/documentation/client/modules/lib_commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands
Module lib/commands
+
Defined in packages/client/lib/commands/index.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_CAT.html b/documentation/client/modules/lib_commands_ACL_CAT.html
index da09f05af6..c0c42ce360 100644
--- a/documentation/client/modules/lib_commands_ACL_CAT.html
+++ b/documentation/client/modules/lib_commands_ACL_CAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_CAT
Module lib/commands/ACL_CAT
+
Defined in packages/client/lib/commands/ACL_CAT.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_DELUSER.html b/documentation/client/modules/lib_commands_ACL_DELUSER.html
index 4d8e78166e..df8ab677d9 100644
--- a/documentation/client/modules/lib_commands_ACL_DELUSER.html
+++ b/documentation/client/modules/lib_commands_ACL_DELUSER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_DELUSER
Module lib/commands/ACL_DELUSER
+
Defined in packages/client/lib/commands/ACL_DELUSER.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_DRYRUN.html b/documentation/client/modules/lib_commands_ACL_DRYRUN.html
index f9880dad20..5dc5589852 100644
--- a/documentation/client/modules/lib_commands_ACL_DRYRUN.html
+++ b/documentation/client/modules/lib_commands_ACL_DRYRUN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_DRYRUN
Module lib/commands/ACL_DRYRUN
+
Defined in packages/client/lib/commands/ACL_DRYRUN.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_GENPASS.html b/documentation/client/modules/lib_commands_ACL_GENPASS.html
index 50128c29a0..aac8ee7959 100644
--- a/documentation/client/modules/lib_commands_ACL_GENPASS.html
+++ b/documentation/client/modules/lib_commands_ACL_GENPASS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_GENPASS
Module lib/commands/ACL_GENPASS
+
Defined in packages/client/lib/commands/ACL_GENPASS.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_GETUSER.html b/documentation/client/modules/lib_commands_ACL_GETUSER.html
index a353f555d0..842948dcdd 100644
--- a/documentation/client/modules/lib_commands_ACL_GETUSER.html
+++ b/documentation/client/modules/lib_commands_ACL_GETUSER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_GETUSER
Module lib/commands/ACL_GETUSER
+
Defined in packages/client/lib/commands/ACL_GETUSER.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_LIST.html b/documentation/client/modules/lib_commands_ACL_LIST.html
index f9bb322ffe..8b33083752 100644
--- a/documentation/client/modules/lib_commands_ACL_LIST.html
+++ b/documentation/client/modules/lib_commands_ACL_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_LIST
Module lib/commands/ACL_LIST
+
Defined in packages/client/lib/commands/ACL_LIST.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_LOAD.html b/documentation/client/modules/lib_commands_ACL_LOAD.html
index db2956ef5b..edcfda5c12 100644
--- a/documentation/client/modules/lib_commands_ACL_LOAD.html
+++ b/documentation/client/modules/lib_commands_ACL_LOAD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_LOAD
Module lib/commands/ACL_LOAD
+
Defined in packages/client/lib/commands/ACL_LOAD.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_LOG.html b/documentation/client/modules/lib_commands_ACL_LOG.html
index 4d06802a16..8ae700ffee 100644
--- a/documentation/client/modules/lib_commands_ACL_LOG.html
+++ b/documentation/client/modules/lib_commands_ACL_LOG.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_LOG
Module lib/commands/ACL_LOG
+
Defined in packages/client/lib/commands/ACL_LOG.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_LOG_RESET.html b/documentation/client/modules/lib_commands_ACL_LOG_RESET.html
index ea063fed08..bff24e60cf 100644
--- a/documentation/client/modules/lib_commands_ACL_LOG_RESET.html
+++ b/documentation/client/modules/lib_commands_ACL_LOG_RESET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_LOG_RESET
Module lib/commands/ACL_LOG_RESET
+
Defined in packages/client/lib/commands/ACL_LOG_RESET.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_SAVE.html b/documentation/client/modules/lib_commands_ACL_SAVE.html
index 471282dbfc..c2dc837d36 100644
--- a/documentation/client/modules/lib_commands_ACL_SAVE.html
+++ b/documentation/client/modules/lib_commands_ACL_SAVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_SAVE
Module lib/commands/ACL_SAVE
+
Defined in packages/client/lib/commands/ACL_SAVE.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_SETUSER.html b/documentation/client/modules/lib_commands_ACL_SETUSER.html
index d1659bf6cb..da295b18d0 100644
--- a/documentation/client/modules/lib_commands_ACL_SETUSER.html
+++ b/documentation/client/modules/lib_commands_ACL_SETUSER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_SETUSER
Module lib/commands/ACL_SETUSER
+
Defined in packages/client/lib/commands/ACL_SETUSER.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_USERS.html b/documentation/client/modules/lib_commands_ACL_USERS.html
index 5f045d24f6..8aff009248 100644
--- a/documentation/client/modules/lib_commands_ACL_USERS.html
+++ b/documentation/client/modules/lib_commands_ACL_USERS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_USERS
Module lib/commands/ACL_USERS
+
Defined in packages/client/lib/commands/ACL_USERS.ts:1
diff --git a/documentation/client/modules/lib_commands_ACL_WHOAMI.html b/documentation/client/modules/lib_commands_ACL_WHOAMI.html
index c2aa89e157..5a36430f3f 100644
--- a/documentation/client/modules/lib_commands_ACL_WHOAMI.html
+++ b/documentation/client/modules/lib_commands_ACL_WHOAMI.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ACL_WHOAMI
Module lib/commands/ACL_WHOAMI
+
Defined in packages/client/lib/commands/ACL_WHOAMI.ts:1
diff --git a/documentation/client/modules/lib_commands_APPEND.html b/documentation/client/modules/lib_commands_APPEND.html
index 7786519e45..2b2d8817c1 100644
--- a/documentation/client/modules/lib_commands_APPEND.html
+++ b/documentation/client/modules/lib_commands_APPEND.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/APPEND
Module lib/commands/APPEND
+
Defined in packages/client/lib/commands/APPEND.ts:1
diff --git a/documentation/client/modules/lib_commands_ASKING.html b/documentation/client/modules/lib_commands_ASKING.html
index ac3aa9dcdd..8edae36354 100644
--- a/documentation/client/modules/lib_commands_ASKING.html
+++ b/documentation/client/modules/lib_commands_ASKING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ASKING
Module lib/commands/ASKING
+
Defined in packages/client/lib/commands/ASKING.ts:1
diff --git a/documentation/client/modules/lib_commands_AUTH.html b/documentation/client/modules/lib_commands_AUTH.html
index ceef56fd46..4680e6cbe6 100644
--- a/documentation/client/modules/lib_commands_AUTH.html
+++ b/documentation/client/modules/lib_commands_AUTH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/AUTH
Module lib/commands/AUTH
+
Defined in packages/client/lib/commands/AUTH.ts:1
diff --git a/documentation/client/modules/lib_commands_BGREWRITEAOF.html b/documentation/client/modules/lib_commands_BGREWRITEAOF.html
index 7e32ca7398..bb7c2d179f 100644
--- a/documentation/client/modules/lib_commands_BGREWRITEAOF.html
+++ b/documentation/client/modules/lib_commands_BGREWRITEAOF.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BGREWRITEAOF
Module lib/commands/BGREWRITEAOF
+
Defined in packages/client/lib/commands/BGREWRITEAOF.ts:1
diff --git a/documentation/client/modules/lib_commands_BGSAVE.html b/documentation/client/modules/lib_commands_BGSAVE.html
index 2c0d3aadfd..373ef4acfc 100644
--- a/documentation/client/modules/lib_commands_BGSAVE.html
+++ b/documentation/client/modules/lib_commands_BGSAVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BGSAVE
Module lib/commands/BGSAVE
+
Defined in packages/client/lib/commands/BGSAVE.ts:1
diff --git a/documentation/client/modules/lib_commands_BITCOUNT.html b/documentation/client/modules/lib_commands_BITCOUNT.html
index d60f4b020e..6fab573766 100644
--- a/documentation/client/modules/lib_commands_BITCOUNT.html
+++ b/documentation/client/modules/lib_commands_BITCOUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BITCOUNT
Module lib/commands/BITCOUNT
+
Defined in packages/client/lib/commands/BITCOUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_BITFIELD.html b/documentation/client/modules/lib_commands_BITFIELD.html
index 6cb1f09e54..3ed00ac324 100644
--- a/documentation/client/modules/lib_commands_BITFIELD.html
+++ b/documentation/client/modules/lib_commands_BITFIELD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BITFIELD
Module lib/commands/BITFIELD
+
Defined in packages/client/lib/commands/BITFIELD.ts:1
diff --git a/documentation/client/modules/lib_commands_BITFIELD_RO.html b/documentation/client/modules/lib_commands_BITFIELD_RO.html
index f62ab5cc7b..0ee62d1c14 100644
--- a/documentation/client/modules/lib_commands_BITFIELD_RO.html
+++ b/documentation/client/modules/lib_commands_BITFIELD_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BITFIELD_RO
Module lib/commands/BITFIELD_RO
+
Defined in packages/client/lib/commands/BITFIELD_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_BITOP.html b/documentation/client/modules/lib_commands_BITOP.html
index 45b369a497..6a7dfdff07 100644
--- a/documentation/client/modules/lib_commands_BITOP.html
+++ b/documentation/client/modules/lib_commands_BITOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BITOP
Module lib/commands/BITOP
+
Defined in packages/client/lib/commands/BITOP.ts:1
diff --git a/documentation/client/modules/lib_commands_BITPOS.html b/documentation/client/modules/lib_commands_BITPOS.html
index 4ac4e28e90..4e15424350 100644
--- a/documentation/client/modules/lib_commands_BITPOS.html
+++ b/documentation/client/modules/lib_commands_BITPOS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BITPOS
Module lib/commands/BITPOS
+
Defined in packages/client/lib/commands/BITPOS.ts:1
diff --git a/documentation/client/modules/lib_commands_BLMOVE.html b/documentation/client/modules/lib_commands_BLMOVE.html
index 2b1b41f9b9..625c8ae051 100644
--- a/documentation/client/modules/lib_commands_BLMOVE.html
+++ b/documentation/client/modules/lib_commands_BLMOVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BLMOVE
Module lib/commands/BLMOVE
+
Defined in packages/client/lib/commands/BLMOVE.ts:1
diff --git a/documentation/client/modules/lib_commands_BLMPOP.html b/documentation/client/modules/lib_commands_BLMPOP.html
index 008bfc2053..a9ff4f892e 100644
--- a/documentation/client/modules/lib_commands_BLMPOP.html
+++ b/documentation/client/modules/lib_commands_BLMPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BLMPOP
Module lib/commands/BLMPOP
+
Defined in packages/client/lib/commands/BLMPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_BLPOP.html b/documentation/client/modules/lib_commands_BLPOP.html
index ba25344df4..bafd256b2f 100644
--- a/documentation/client/modules/lib_commands_BLPOP.html
+++ b/documentation/client/modules/lib_commands_BLPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BLPOP
Module lib/commands/BLPOP
+
Defined in packages/client/lib/commands/BLPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_BRPOP.html b/documentation/client/modules/lib_commands_BRPOP.html
index 95f2b6ccd5..aae3b2c7be 100644
--- a/documentation/client/modules/lib_commands_BRPOP.html
+++ b/documentation/client/modules/lib_commands_BRPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BRPOP
Module lib/commands/BRPOP
+
Defined in packages/client/lib/commands/BRPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_BRPOPLPUSH.html b/documentation/client/modules/lib_commands_BRPOPLPUSH.html
index 15ab1e08f6..a978073015 100644
--- a/documentation/client/modules/lib_commands_BRPOPLPUSH.html
+++ b/documentation/client/modules/lib_commands_BRPOPLPUSH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BRPOPLPUSH
Module lib/commands/BRPOPLPUSH
+
Defined in packages/client/lib/commands/BRPOPLPUSH.ts:1
diff --git a/documentation/client/modules/lib_commands_BZMPOP.html b/documentation/client/modules/lib_commands_BZMPOP.html
index b1a7681511..0c46581d7f 100644
--- a/documentation/client/modules/lib_commands_BZMPOP.html
+++ b/documentation/client/modules/lib_commands_BZMPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BZMPOP
Module lib/commands/BZMPOP
+
Defined in packages/client/lib/commands/BZMPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_BZPOPMAX.html b/documentation/client/modules/lib_commands_BZPOPMAX.html
index fb56f153ce..a578ab4189 100644
--- a/documentation/client/modules/lib_commands_BZPOPMAX.html
+++ b/documentation/client/modules/lib_commands_BZPOPMAX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BZPOPMAX
Module lib/commands/BZPOPMAX
+
Defined in packages/client/lib/commands/BZPOPMAX.ts:1
diff --git a/documentation/client/modules/lib_commands_BZPOPMIN.html b/documentation/client/modules/lib_commands_BZPOPMIN.html
index f227e55206..7293cb9bc3 100644
--- a/documentation/client/modules/lib_commands_BZPOPMIN.html
+++ b/documentation/client/modules/lib_commands_BZPOPMIN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/BZPOPMIN
Module lib/commands/BZPOPMIN
+
Defined in packages/client/lib/commands/BZPOPMIN.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_CACHING.html b/documentation/client/modules/lib_commands_CLIENT_CACHING.html
index 1b83265438..6e85f1764e 100644
--- a/documentation/client/modules/lib_commands_CLIENT_CACHING.html
+++ b/documentation/client/modules/lib_commands_CLIENT_CACHING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_CACHING
Module lib/commands/CLIENT_CACHING
+
Defined in packages/client/lib/commands/CLIENT_CACHING.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_GETNAME.html b/documentation/client/modules/lib_commands_CLIENT_GETNAME.html
index 0f3dd56aa2..939ee864ca 100644
--- a/documentation/client/modules/lib_commands_CLIENT_GETNAME.html
+++ b/documentation/client/modules/lib_commands_CLIENT_GETNAME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_GETNAME
Module lib/commands/CLIENT_GETNAME
+
Defined in packages/client/lib/commands/CLIENT_GETNAME.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html b/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html
index a91aa85f66..65b8bd3026 100644
--- a/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html
+++ b/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_GETREDIR
Module lib/commands/CLIENT_GETREDIR
+
Defined in packages/client/lib/commands/CLIENT_GETREDIR.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_ID.html b/documentation/client/modules/lib_commands_CLIENT_ID.html
index e936ce18b5..7e6e56196c 100644
--- a/documentation/client/modules/lib_commands_CLIENT_ID.html
+++ b/documentation/client/modules/lib_commands_CLIENT_ID.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_ID
Module lib/commands/CLIENT_ID
+
Defined in packages/client/lib/commands/CLIENT_ID.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_INFO.html b/documentation/client/modules/lib_commands_CLIENT_INFO.html
index 7d04acaacc..a5ed35b257 100644
--- a/documentation/client/modules/lib_commands_CLIENT_INFO.html
+++ b/documentation/client/modules/lib_commands_CLIENT_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_INFO
Module lib/commands/CLIENT_INFO
+
Defined in packages/client/lib/commands/CLIENT_INFO.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_KILL.html b/documentation/client/modules/lib_commands_CLIENT_KILL.html
index 1ee16722e4..91fad65a9a 100644
--- a/documentation/client/modules/lib_commands_CLIENT_KILL.html
+++ b/documentation/client/modules/lib_commands_CLIENT_KILL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_KILL
Module lib/commands/CLIENT_KILL
+
Defined in packages/client/lib/commands/CLIENT_KILL.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_LIST.html b/documentation/client/modules/lib_commands_CLIENT_LIST.html
index df61bd120c..40dd30cf7f 100644
--- a/documentation/client/modules/lib_commands_CLIENT_LIST.html
+++ b/documentation/client/modules/lib_commands_CLIENT_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_LIST
Module lib/commands/CLIENT_LIST
+
Defined in packages/client/lib/commands/CLIENT_LIST.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html b/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html
index 7197585b03..39526e658f 100644
--- a/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html
+++ b/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_NO-EVICT
Module lib/commands/CLIENT_NO-EVICT
+
Defined in packages/client/lib/commands/CLIENT_NO-EVICT.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_PAUSE.html b/documentation/client/modules/lib_commands_CLIENT_PAUSE.html
index 1977b21276..4a9402145c 100644
--- a/documentation/client/modules/lib_commands_CLIENT_PAUSE.html
+++ b/documentation/client/modules/lib_commands_CLIENT_PAUSE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_PAUSE
Module lib/commands/CLIENT_PAUSE
+
Defined in packages/client/lib/commands/CLIENT_PAUSE.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_SETNAME.html b/documentation/client/modules/lib_commands_CLIENT_SETNAME.html
index 70f2cf00f6..95c0466ec1 100644
--- a/documentation/client/modules/lib_commands_CLIENT_SETNAME.html
+++ b/documentation/client/modules/lib_commands_CLIENT_SETNAME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_SETNAME
Module lib/commands/CLIENT_SETNAME
+
Defined in packages/client/lib/commands/CLIENT_SETNAME.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_TRACKING.html b/documentation/client/modules/lib_commands_CLIENT_TRACKING.html
index 8a5b61e182..f0a97e2394 100644
--- a/documentation/client/modules/lib_commands_CLIENT_TRACKING.html
+++ b/documentation/client/modules/lib_commands_CLIENT_TRACKING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_TRACKING
Module lib/commands/CLIENT_TRACKING
+
Defined in packages/client/lib/commands/CLIENT_TRACKING.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html b/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html
index 3a8367fb73..79db248a11 100644
--- a/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html
+++ b/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_TRACKINGINFO
Module lib/commands/CLIENT_TRACKINGINFO
+
Defined in packages/client/lib/commands/CLIENT_TRACKINGINFO.ts:1
diff --git a/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html b/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html
index 363c5b79d3..31cec88035 100644
--- a/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html
+++ b/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLIENT_UNPAUSE
Module lib/commands/CLIENT_UNPAUSE
+
Defined in packages/client/lib/commands/CLIENT_UNPAUSE.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html
index 6dc3c053cb..e480d6f3e2 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_ADDSLOTS
Module lib/commands/CLUSTER_ADDSLOTS
+
Defined in packages/client/lib/commands/CLUSTER_ADDSLOTS.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html
index 7b2130f5fc..3be07a2f5d 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_ADDSLOTSRANGE
Module lib/commands/CLUSTER_ADDSLOTSRANGE
+
Defined in packages/client/lib/commands/CLUSTER_ADDSLOTSRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html b/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html
index 0f6f223ec0..df21fae42f 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_BUMPEPOCH
Module lib/commands/CLUSTER_BUMPEPOCH
+
Defined in packages/client/lib/commands/CLUSTER_BUMPEPOCH.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html
index 8352d8ea5e..813d9ed335 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_COUNTKEYSINSLOT
Module lib/commands/CLUSTER_COUNTKEYSINSLOT
+
Defined in packages/client/lib/commands/CLUSTER_COUNTKEYSINSLOT.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html b/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html
index 7b2c5fa113..47d353e96e 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_COUNT-FAILURE-REPORTS
Module lib/commands/CLUSTER_COUNT-FAILURE-REPORTS
+
Defined in packages/client/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html
index 1dc9bce8d0..eed4988324 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_DELSLOTS
Module lib/commands/CLUSTER_DELSLOTS
+
Defined in packages/client/lib/commands/CLUSTER_DELSLOTS.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html
index 96aab4c75d..40fefddaf9 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_DELSLOTSRANGE
Module lib/commands/CLUSTER_DELSLOTSRANGE
+
Defined in packages/client/lib/commands/CLUSTER_DELSLOTSRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html b/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html
index 2945a07653..bf755c79f6 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_FAILOVER
Module lib/commands/CLUSTER_FAILOVER
+
Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html
index 9f468980a8..e1c0f7c076 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_FLUSHSLOTS
Module lib/commands/CLUSTER_FLUSHSLOTS
+
Defined in packages/client/lib/commands/CLUSTER_FLUSHSLOTS.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_FORGET.html b/documentation/client/modules/lib_commands_CLUSTER_FORGET.html
index 7657c26a50..940bc38a35 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_FORGET.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_FORGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_FORGET
Module lib/commands/CLUSTER_FORGET
+
Defined in packages/client/lib/commands/CLUSTER_FORGET.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html
index 9fe3f96613..c6b019f326 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_GETKEYSINSLOT
Module lib/commands/CLUSTER_GETKEYSINSLOT
+
Defined in packages/client/lib/commands/CLUSTER_GETKEYSINSLOT.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_INFO.html b/documentation/client/modules/lib_commands_CLUSTER_INFO.html
index 1e164dc2af..6dcfaacc6e 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_INFO.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_INFO
Module lib/commands/CLUSTER_INFO
+
Defined in packages/client/lib/commands/CLUSTER_INFO.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html
index d165c5db09..df1413ffd7 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_KEYSLOT
Module lib/commands/CLUSTER_KEYSLOT
+
Defined in packages/client/lib/commands/CLUSTER_KEYSLOT.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_LINKS.html b/documentation/client/modules/lib_commands_CLUSTER_LINKS.html
index 945640d967..5be69d038f 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_LINKS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_LINKS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_LINKS
Module lib/commands/CLUSTER_LINKS
+
Defined in packages/client/lib/commands/CLUSTER_LINKS.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_MEET.html b/documentation/client/modules/lib_commands_CLUSTER_MEET.html
index 936ce33764..b4d463e057 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_MEET.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_MEET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_MEET
Module lib/commands/CLUSTER_MEET
+
Defined in packages/client/lib/commands/CLUSTER_MEET.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_MYID.html b/documentation/client/modules/lib_commands_CLUSTER_MYID.html
index 4b0fde7333..859b18afca 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_MYID.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_MYID.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_MYID
Module lib/commands/CLUSTER_MYID
+
Defined in packages/client/lib/commands/CLUSTER_MYID.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_NODES.html b/documentation/client/modules/lib_commands_CLUSTER_NODES.html
index c3c3314ded..49d15346dc 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_NODES.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_NODES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_NODES
Module lib/commands/CLUSTER_NODES
+
Defined in packages/client/lib/commands/CLUSTER_NODES.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html b/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html
index c315a7e724..7bdc366534 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_REPLICAS
Module lib/commands/CLUSTER_REPLICAS
+
Defined in packages/client/lib/commands/CLUSTER_REPLICAS.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html b/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html
index 31f04fc57e..9ac3a92bed 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_REPLICATE
Module lib/commands/CLUSTER_REPLICATE
+
Defined in packages/client/lib/commands/CLUSTER_REPLICATE.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_RESET.html b/documentation/client/modules/lib_commands_CLUSTER_RESET.html
index cfcb7d0dfa..b62536a023 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_RESET.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_RESET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_RESET
Module lib/commands/CLUSTER_RESET
+
Defined in packages/client/lib/commands/CLUSTER_RESET.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html b/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html
index 09ca911fcd..77cc50faf7 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_SAVECONFIG
Module lib/commands/CLUSTER_SAVECONFIG
+
Defined in packages/client/lib/commands/CLUSTER_SAVECONFIG.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html
index c43b297030..61286e2e6d 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_SETSLOT
Module lib/commands/CLUSTER_SETSLOT
+
Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html b/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html
index 80e61e8c8c..14021d5666 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_SET-CONFIG-EPOCH
Module lib/commands/CLUSTER_SET-CONFIG-EPOCH
+
Defined in packages/client/lib/commands/CLUSTER_SET-CONFIG-EPOCH.ts:1
diff --git a/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html
index 0f12eb5486..2d1aaf278e 100644
--- a/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html
+++ b/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CLUSTER_SLOTS
Module lib/commands/CLUSTER_SLOTS
+
Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:1
diff --git a/documentation/client/modules/lib_commands_COMMAND.html b/documentation/client/modules/lib_commands_COMMAND.html
index ee2e96719a..8c01945d61 100644
--- a/documentation/client/modules/lib_commands_COMMAND.html
+++ b/documentation/client/modules/lib_commands_COMMAND.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COMMAND
Module lib/commands/COMMAND
+
Defined in packages/client/lib/commands/COMMAND.ts:1
diff --git a/documentation/client/modules/lib_commands_COMMAND_COUNT.html b/documentation/client/modules/lib_commands_COMMAND_COUNT.html
index dac2e0b501..03566aafa5 100644
--- a/documentation/client/modules/lib_commands_COMMAND_COUNT.html
+++ b/documentation/client/modules/lib_commands_COMMAND_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COMMAND_COUNT
Module lib/commands/COMMAND_COUNT
+
Defined in packages/client/lib/commands/COMMAND_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html b/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html
index a3f2cd5c92..a562c40497 100644
--- a/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html
+++ b/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COMMAND_GETKEYS
Module lib/commands/COMMAND_GETKEYS
+
Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:1
diff --git a/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html b/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html
index 3c617fb976..31a306af25 100644
--- a/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html
+++ b/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COMMAND_GETKEYSANDFLAGS
Module lib/commands/COMMAND_GETKEYSANDFLAGS
+
Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:1
diff --git a/documentation/client/modules/lib_commands_COMMAND_INFO.html b/documentation/client/modules/lib_commands_COMMAND_INFO.html
index f7a1c6a2f5..5beb2d091d 100644
--- a/documentation/client/modules/lib_commands_COMMAND_INFO.html
+++ b/documentation/client/modules/lib_commands_COMMAND_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COMMAND_INFO
Module lib/commands/COMMAND_INFO
+
Defined in packages/client/lib/commands/COMMAND_INFO.ts:1
diff --git a/documentation/client/modules/lib_commands_COMMAND_LIST.html b/documentation/client/modules/lib_commands_COMMAND_LIST.html
index bc498cd1a7..3501dacda9 100644
--- a/documentation/client/modules/lib_commands_COMMAND_LIST.html
+++ b/documentation/client/modules/lib_commands_COMMAND_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COMMAND_LIST
Module lib/commands/COMMAND_LIST
+
Defined in packages/client/lib/commands/COMMAND_LIST.ts:1
diff --git a/documentation/client/modules/lib_commands_CONFIG_GET.html b/documentation/client/modules/lib_commands_CONFIG_GET.html
index 648c9dd480..3f608aeb10 100644
--- a/documentation/client/modules/lib_commands_CONFIG_GET.html
+++ b/documentation/client/modules/lib_commands_CONFIG_GET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CONFIG_GET
Module lib/commands/CONFIG_GET
+
Defined in packages/client/lib/commands/CONFIG_GET.ts:1
diff --git a/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html b/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html
index b6bbaadda6..3c34d70d86 100644
--- a/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html
+++ b/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CONFIG_RESETSTAT
Module lib/commands/CONFIG_RESETSTAT
+
Defined in packages/client/lib/commands/CONFIG_RESETSTAT.ts:1
diff --git a/documentation/client/modules/lib_commands_CONFIG_REWRITE.html b/documentation/client/modules/lib_commands_CONFIG_REWRITE.html
index d4bbb3c189..ae6e69e14e 100644
--- a/documentation/client/modules/lib_commands_CONFIG_REWRITE.html
+++ b/documentation/client/modules/lib_commands_CONFIG_REWRITE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CONFIG_REWRITE
Module lib/commands/CONFIG_REWRITE
+
Defined in packages/client/lib/commands/CONFIG_REWRITE.ts:1
diff --git a/documentation/client/modules/lib_commands_CONFIG_SET.html b/documentation/client/modules/lib_commands_CONFIG_SET.html
index 519ac77909..365a60e2f5 100644
--- a/documentation/client/modules/lib_commands_CONFIG_SET.html
+++ b/documentation/client/modules/lib_commands_CONFIG_SET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/CONFIG_SET
Module lib/commands/CONFIG_SET
+
Defined in packages/client/lib/commands/CONFIG_SET.ts:1
diff --git a/documentation/client/modules/lib_commands_COPY.html b/documentation/client/modules/lib_commands_COPY.html
index 67b1d8a2a1..e6ac07ea1a 100644
--- a/documentation/client/modules/lib_commands_COPY.html
+++ b/documentation/client/modules/lib_commands_COPY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/COPY
Module lib/commands/COPY
+
Defined in packages/client/lib/commands/COPY.ts:1
diff --git a/documentation/client/modules/lib_commands_DBSIZE.html b/documentation/client/modules/lib_commands_DBSIZE.html
index a5900a68b6..92e3a4eced 100644
--- a/documentation/client/modules/lib_commands_DBSIZE.html
+++ b/documentation/client/modules/lib_commands_DBSIZE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/DBSIZE
Module lib/commands/DBSIZE
+
Defined in packages/client/lib/commands/DBSIZE.ts:1
diff --git a/documentation/client/modules/lib_commands_DECR.html b/documentation/client/modules/lib_commands_DECR.html
index 6377027162..e666962876 100644
--- a/documentation/client/modules/lib_commands_DECR.html
+++ b/documentation/client/modules/lib_commands_DECR.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/DECR
Module lib/commands/DECR
+
Defined in packages/client/lib/commands/DECR.ts:1
diff --git a/documentation/client/modules/lib_commands_DECRBY.html b/documentation/client/modules/lib_commands_DECRBY.html
index c5c0a1a7fb..27b812dc3a 100644
--- a/documentation/client/modules/lib_commands_DECRBY.html
+++ b/documentation/client/modules/lib_commands_DECRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/DECRBY
Module lib/commands/DECRBY
+
Defined in packages/client/lib/commands/DECRBY.ts:1
diff --git a/documentation/client/modules/lib_commands_DEL.html b/documentation/client/modules/lib_commands_DEL.html
index f1914f560c..a6aab535f5 100644
--- a/documentation/client/modules/lib_commands_DEL.html
+++ b/documentation/client/modules/lib_commands_DEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/DEL
Module lib/commands/DEL
+
Defined in packages/client/lib/commands/DEL.ts:1
diff --git a/documentation/client/modules/lib_commands_DISCARD.html b/documentation/client/modules/lib_commands_DISCARD.html
index 10e0690472..c2750a28d8 100644
--- a/documentation/client/modules/lib_commands_DISCARD.html
+++ b/documentation/client/modules/lib_commands_DISCARD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/DISCARD
Module lib/commands/DISCARD
+
Defined in packages/client/lib/commands/DISCARD.ts:1
diff --git a/documentation/client/modules/lib_commands_DUMP.html b/documentation/client/modules/lib_commands_DUMP.html
index 938ed7776b..213f32ba62 100644
--- a/documentation/client/modules/lib_commands_DUMP.html
+++ b/documentation/client/modules/lib_commands_DUMP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/DUMP
Module lib/commands/DUMP
+
Defined in packages/client/lib/commands/DUMP.ts:1
diff --git a/documentation/client/modules/lib_commands_ECHO.html b/documentation/client/modules/lib_commands_ECHO.html
index 72a7ff7c09..c0dc5f8e76 100644
--- a/documentation/client/modules/lib_commands_ECHO.html
+++ b/documentation/client/modules/lib_commands_ECHO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ECHO
Module lib/commands/ECHO
+
Defined in packages/client/lib/commands/ECHO.ts:1
diff --git a/documentation/client/modules/lib_commands_EVAL.html b/documentation/client/modules/lib_commands_EVAL.html
index c5f76282a1..db4995f96f 100644
--- a/documentation/client/modules/lib_commands_EVAL.html
+++ b/documentation/client/modules/lib_commands_EVAL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EVAL
Module lib/commands/EVAL
+
Defined in packages/client/lib/commands/EVAL.ts:1
diff --git a/documentation/client/modules/lib_commands_EVALSHA.html b/documentation/client/modules/lib_commands_EVALSHA.html
index 5dfa5a24a1..fb04dcf587 100644
--- a/documentation/client/modules/lib_commands_EVALSHA.html
+++ b/documentation/client/modules/lib_commands_EVALSHA.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EVALSHA
Module lib/commands/EVALSHA
+
Defined in packages/client/lib/commands/EVALSHA.ts:1
diff --git a/documentation/client/modules/lib_commands_EVALSHA_RO.html b/documentation/client/modules/lib_commands_EVALSHA_RO.html
index 1d5c5b8184..93b761daa8 100644
--- a/documentation/client/modules/lib_commands_EVALSHA_RO.html
+++ b/documentation/client/modules/lib_commands_EVALSHA_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EVALSHA_RO
Module lib/commands/EVALSHA_RO
+
Defined in packages/client/lib/commands/EVALSHA_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_EVAL_RO.html b/documentation/client/modules/lib_commands_EVAL_RO.html
index e90b10d1dd..a5203f8a1f 100644
--- a/documentation/client/modules/lib_commands_EVAL_RO.html
+++ b/documentation/client/modules/lib_commands_EVAL_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EVAL_RO
Module lib/commands/EVAL_RO
+
Defined in packages/client/lib/commands/EVAL_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_EXISTS.html b/documentation/client/modules/lib_commands_EXISTS.html
index 0930137414..ec309ecf34 100644
--- a/documentation/client/modules/lib_commands_EXISTS.html
+++ b/documentation/client/modules/lib_commands_EXISTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EXISTS
Module lib/commands/EXISTS
+
Defined in packages/client/lib/commands/EXISTS.ts:1
diff --git a/documentation/client/modules/lib_commands_EXPIRE.html b/documentation/client/modules/lib_commands_EXPIRE.html
index 9cd5815b47..c9cd7e2cb1 100644
--- a/documentation/client/modules/lib_commands_EXPIRE.html
+++ b/documentation/client/modules/lib_commands_EXPIRE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EXPIRE
Module lib/commands/EXPIRE
+
Defined in packages/client/lib/commands/EXPIRE.ts:1
diff --git a/documentation/client/modules/lib_commands_EXPIREAT.html b/documentation/client/modules/lib_commands_EXPIREAT.html
index 765e2a2598..aef12d4c3d 100644
--- a/documentation/client/modules/lib_commands_EXPIREAT.html
+++ b/documentation/client/modules/lib_commands_EXPIREAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EXPIREAT
Module lib/commands/EXPIREAT
+
Defined in packages/client/lib/commands/EXPIREAT.ts:1
diff --git a/documentation/client/modules/lib_commands_EXPIRETIME.html b/documentation/client/modules/lib_commands_EXPIRETIME.html
index b1e787287f..0ffbe61e2b 100644
--- a/documentation/client/modules/lib_commands_EXPIRETIME.html
+++ b/documentation/client/modules/lib_commands_EXPIRETIME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/EXPIRETIME
Module lib/commands/EXPIRETIME
+
Defined in packages/client/lib/commands/EXPIRETIME.ts:1
diff --git a/documentation/client/modules/lib_commands_FAILOVER.html b/documentation/client/modules/lib_commands_FAILOVER.html
index e50205b3e8..05de220a7b 100644
--- a/documentation/client/modules/lib_commands_FAILOVER.html
+++ b/documentation/client/modules/lib_commands_FAILOVER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FAILOVER
Module lib/commands/FAILOVER
+
Defined in packages/client/lib/commands/FAILOVER.ts:1
diff --git a/documentation/client/modules/lib_commands_FCALL.html b/documentation/client/modules/lib_commands_FCALL.html
index 3169d70dea..9596685549 100644
--- a/documentation/client/modules/lib_commands_FCALL.html
+++ b/documentation/client/modules/lib_commands_FCALL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FCALL
Module lib/commands/FCALL
+
Defined in packages/client/lib/commands/FCALL.ts:1
diff --git a/documentation/client/modules/lib_commands_FCALL_RO.html b/documentation/client/modules/lib_commands_FCALL_RO.html
index 9f2b3e7ee0..f189a31c8c 100644
--- a/documentation/client/modules/lib_commands_FCALL_RO.html
+++ b/documentation/client/modules/lib_commands_FCALL_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FCALL_RO
Module lib/commands/FCALL_RO
+
Defined in packages/client/lib/commands/FCALL_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_FLUSHALL.html b/documentation/client/modules/lib_commands_FLUSHALL.html
index bd7033623c..746ecab1e2 100644
--- a/documentation/client/modules/lib_commands_FLUSHALL.html
+++ b/documentation/client/modules/lib_commands_FLUSHALL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FLUSHALL
Module lib/commands/FLUSHALL
+
Defined in packages/client/lib/commands/FLUSHALL.ts:1
diff --git a/documentation/client/modules/lib_commands_FLUSHDB.html b/documentation/client/modules/lib_commands_FLUSHDB.html
index 4967180a55..ad8dadf7cc 100644
--- a/documentation/client/modules/lib_commands_FLUSHDB.html
+++ b/documentation/client/modules/lib_commands_FLUSHDB.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FLUSHDB
Module lib/commands/FLUSHDB
+
Defined in packages/client/lib/commands/FLUSHDB.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_DELETE.html b/documentation/client/modules/lib_commands_FUNCTION_DELETE.html
index bdfdf8dac1..a5fb93cf12 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_DELETE.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_DELETE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_DELETE
Module lib/commands/FUNCTION_DELETE
+
Defined in packages/client/lib/commands/FUNCTION_DELETE.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_DUMP.html b/documentation/client/modules/lib_commands_FUNCTION_DUMP.html
index a4586f8688..aef7b37806 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_DUMP.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_DUMP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_DUMP
Module lib/commands/FUNCTION_DUMP
+
Defined in packages/client/lib/commands/FUNCTION_DUMP.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html b/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html
index 642c2337c5..f6c9b2a0fb 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_FLUSH
Module lib/commands/FUNCTION_FLUSH
+
Defined in packages/client/lib/commands/FUNCTION_FLUSH.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_KILL.html b/documentation/client/modules/lib_commands_FUNCTION_KILL.html
index a0d34caca7..c50bf4ecea 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_KILL.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_KILL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_KILL
Module lib/commands/FUNCTION_KILL
+
Defined in packages/client/lib/commands/FUNCTION_KILL.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_LIST.html b/documentation/client/modules/lib_commands_FUNCTION_LIST.html
index 80e8b81e5f..892e65a12d 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_LIST.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_LIST
Module lib/commands/FUNCTION_LIST
+
Defined in packages/client/lib/commands/FUNCTION_LIST.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html b/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html
index b86f2a0a5f..4cc8f91aed 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_LIST_WITHCODE
Module lib/commands/FUNCTION_LIST_WITHCODE
+
Defined in packages/client/lib/commands/FUNCTION_LIST_WITHCODE.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_LOAD.html b/documentation/client/modules/lib_commands_FUNCTION_LOAD.html
index d8bd8f333e..7fd35411fe 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_LOAD.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_LOAD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_LOAD
Module lib/commands/FUNCTION_LOAD
+
Defined in packages/client/lib/commands/FUNCTION_LOAD.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html b/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html
index f3b04cea30..4266238095 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_RESTORE
Module lib/commands/FUNCTION_RESTORE
+
Defined in packages/client/lib/commands/FUNCTION_RESTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_FUNCTION_STATS.html b/documentation/client/modules/lib_commands_FUNCTION_STATS.html
index 3ade7482b9..da04dbe345 100644
--- a/documentation/client/modules/lib_commands_FUNCTION_STATS.html
+++ b/documentation/client/modules/lib_commands_FUNCTION_STATS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/FUNCTION_STATS
Module lib/commands/FUNCTION_STATS
+
Defined in packages/client/lib/commands/FUNCTION_STATS.ts:1
diff --git a/documentation/client/modules/lib_commands_GEOADD.html b/documentation/client/modules/lib_commands_GEOADD.html
index 46f0f22bdf..e036226a3e 100644
--- a/documentation/client/modules/lib_commands_GEOADD.html
+++ b/documentation/client/modules/lib_commands_GEOADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEOADD
Module lib/commands/GEOADD
+
Defined in packages/client/lib/commands/GEOADD.ts:1
diff --git a/documentation/client/modules/lib_commands_GEODIST.html b/documentation/client/modules/lib_commands_GEODIST.html
index 382acc3759..d65e78d09f 100644
--- a/documentation/client/modules/lib_commands_GEODIST.html
+++ b/documentation/client/modules/lib_commands_GEODIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEODIST
Module lib/commands/GEODIST
+
Defined in packages/client/lib/commands/GEODIST.ts:1
diff --git a/documentation/client/modules/lib_commands_GEOHASH.html b/documentation/client/modules/lib_commands_GEOHASH.html
index 7ae469347b..740c947fbf 100644
--- a/documentation/client/modules/lib_commands_GEOHASH.html
+++ b/documentation/client/modules/lib_commands_GEOHASH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEOHASH
Module lib/commands/GEOHASH
+
Defined in packages/client/lib/commands/GEOHASH.ts:1
diff --git a/documentation/client/modules/lib_commands_GEOPOS.html b/documentation/client/modules/lib_commands_GEOPOS.html
index 3b71bb8382..2f3fefe9e6 100644
--- a/documentation/client/modules/lib_commands_GEOPOS.html
+++ b/documentation/client/modules/lib_commands_GEOPOS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEOPOS
Module lib/commands/GEOPOS
+
Defined in packages/client/lib/commands/GEOPOS.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUS.html b/documentation/client/modules/lib_commands_GEORADIUS.html
index 32be50225f..eb12ac2171 100644
--- a/documentation/client/modules/lib_commands_GEORADIUS.html
+++ b/documentation/client/modules/lib_commands_GEORADIUS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUS
Module lib/commands/GEORADIUS
+
Defined in packages/client/lib/commands/GEORADIUS.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html
index b8cf83898d..7dd9ee6821 100644
--- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html
+++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUSBYMEMBER
Module lib/commands/GEORADIUSBYMEMBER
+
Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html
index ddc7d29c16..0fe116f017 100644
--- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html
+++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUSBYMEMBERSTORE
Module lib/commands/GEORADIUSBYMEMBERSTORE
+
Defined in packages/client/lib/commands/GEORADIUSBYMEMBERSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html
index 4acbfdedc6..bbdd0edf11 100644
--- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html
+++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUSBYMEMBER_RO
Module lib/commands/GEORADIUSBYMEMBER_RO
+
Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html
index e24c55673c..4a8e369a34 100644
--- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html
+++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUSBYMEMBER_RO_WITH
Module lib/commands/GEORADIUSBYMEMBER_RO_WITH
+
Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO_WITH.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html
index d5cda9697a..35483387c1 100644
--- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html
+++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUSBYMEMBER_WITH
Module lib/commands/GEORADIUSBYMEMBER_WITH
+
Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_WITH.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUSSTORE.html b/documentation/client/modules/lib_commands_GEORADIUSSTORE.html
index ca1f9313ef..16969dbb6f 100644
--- a/documentation/client/modules/lib_commands_GEORADIUSSTORE.html
+++ b/documentation/client/modules/lib_commands_GEORADIUSSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUSSTORE
Module lib/commands/GEORADIUSSTORE
+
Defined in packages/client/lib/commands/GEORADIUSSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUS_RO.html b/documentation/client/modules/lib_commands_GEORADIUS_RO.html
index 273b4276e8..679273d808 100644
--- a/documentation/client/modules/lib_commands_GEORADIUS_RO.html
+++ b/documentation/client/modules/lib_commands_GEORADIUS_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUS_RO
Module lib/commands/GEORADIUS_RO
+
Defined in packages/client/lib/commands/GEORADIUS_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html b/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html
index d5d8e58e9a..3004abefad 100644
--- a/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html
+++ b/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUS_RO_WITH
Module lib/commands/GEORADIUS_RO_WITH
+
Defined in packages/client/lib/commands/GEORADIUS_RO_WITH.ts:1
diff --git a/documentation/client/modules/lib_commands_GEORADIUS_WITH.html b/documentation/client/modules/lib_commands_GEORADIUS_WITH.html
index f761f6a004..3fbb6f2636 100644
--- a/documentation/client/modules/lib_commands_GEORADIUS_WITH.html
+++ b/documentation/client/modules/lib_commands_GEORADIUS_WITH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEORADIUS_WITH
Module lib/commands/GEORADIUS_WITH
+
Defined in packages/client/lib/commands/GEORADIUS_WITH.ts:1
diff --git a/documentation/client/modules/lib_commands_GEOSEARCH.html b/documentation/client/modules/lib_commands_GEOSEARCH.html
index af4db1f447..2f5067f871 100644
--- a/documentation/client/modules/lib_commands_GEOSEARCH.html
+++ b/documentation/client/modules/lib_commands_GEOSEARCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEOSEARCH
Module lib/commands/GEOSEARCH
+
Defined in packages/client/lib/commands/GEOSEARCH.ts:1
diff --git a/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html b/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html
index 71f810a7f1..e44d5afeff 100644
--- a/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html
+++ b/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEOSEARCHSTORE
Module lib/commands/GEOSEARCHSTORE
+
Defined in packages/client/lib/commands/GEOSEARCHSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html b/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html
index 7cb42283f5..e32503424e 100644
--- a/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html
+++ b/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GEOSEARCH_WITH
Module lib/commands/GEOSEARCH_WITH
+
Defined in packages/client/lib/commands/GEOSEARCH_WITH.ts:1
diff --git a/documentation/client/modules/lib_commands_GET.html b/documentation/client/modules/lib_commands_GET.html
index b531ca0a6e..d6315e56a8 100644
--- a/documentation/client/modules/lib_commands_GET.html
+++ b/documentation/client/modules/lib_commands_GET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GET
Module lib/commands/GET
+
Defined in packages/client/lib/commands/GET.ts:1
diff --git a/documentation/client/modules/lib_commands_GETBIT.html b/documentation/client/modules/lib_commands_GETBIT.html
index a69d2b8735..5cfb39fd67 100644
--- a/documentation/client/modules/lib_commands_GETBIT.html
+++ b/documentation/client/modules/lib_commands_GETBIT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GETBIT
Module lib/commands/GETBIT
+
Defined in packages/client/lib/commands/GETBIT.ts:1
diff --git a/documentation/client/modules/lib_commands_GETDEL.html b/documentation/client/modules/lib_commands_GETDEL.html
index 2b512b1120..bb00752506 100644
--- a/documentation/client/modules/lib_commands_GETDEL.html
+++ b/documentation/client/modules/lib_commands_GETDEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GETDEL
Module lib/commands/GETDEL
+
Defined in packages/client/lib/commands/GETDEL.ts:1
diff --git a/documentation/client/modules/lib_commands_GETEX.html b/documentation/client/modules/lib_commands_GETEX.html
index 6ce89a99e7..14d2bee2d4 100644
--- a/documentation/client/modules/lib_commands_GETEX.html
+++ b/documentation/client/modules/lib_commands_GETEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GETEX
Module lib/commands/GETEX
+
Defined in packages/client/lib/commands/GETEX.ts:1
diff --git a/documentation/client/modules/lib_commands_GETRANGE.html b/documentation/client/modules/lib_commands_GETRANGE.html
index 8ea8307029..c9a17a75cd 100644
--- a/documentation/client/modules/lib_commands_GETRANGE.html
+++ b/documentation/client/modules/lib_commands_GETRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GETRANGE
Module lib/commands/GETRANGE
+
Defined in packages/client/lib/commands/GETRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_GETSET.html b/documentation/client/modules/lib_commands_GETSET.html
index 6225febea7..0a0429695d 100644
--- a/documentation/client/modules/lib_commands_GETSET.html
+++ b/documentation/client/modules/lib_commands_GETSET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/GETSET
Module lib/commands/GETSET
+
Defined in packages/client/lib/commands/GETSET.ts:1
diff --git a/documentation/client/modules/lib_commands_HDEL.html b/documentation/client/modules/lib_commands_HDEL.html
index 431797922c..e943a96289 100644
--- a/documentation/client/modules/lib_commands_HDEL.html
+++ b/documentation/client/modules/lib_commands_HDEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HDEL
Module lib/commands/HDEL
+
Defined in packages/client/lib/commands/HDEL.ts:1
diff --git a/documentation/client/modules/lib_commands_HELLO.html b/documentation/client/modules/lib_commands_HELLO.html
index cbb98d5876..f845ba101e 100644
--- a/documentation/client/modules/lib_commands_HELLO.html
+++ b/documentation/client/modules/lib_commands_HELLO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HELLO
Module lib/commands/HELLO
+
Defined in packages/client/lib/commands/HELLO.ts:1
diff --git a/documentation/client/modules/lib_commands_HEXISTS.html b/documentation/client/modules/lib_commands_HEXISTS.html
index 97a0c83fdf..d7be3ee6c0 100644
--- a/documentation/client/modules/lib_commands_HEXISTS.html
+++ b/documentation/client/modules/lib_commands_HEXISTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HEXISTS
Module lib/commands/HEXISTS
+
Defined in packages/client/lib/commands/HEXISTS.ts:1
diff --git a/documentation/client/modules/lib_commands_HGET.html b/documentation/client/modules/lib_commands_HGET.html
index a9dae3008b..641159f6c1 100644
--- a/documentation/client/modules/lib_commands_HGET.html
+++ b/documentation/client/modules/lib_commands_HGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HGET
Module lib/commands/HGET
+
Defined in packages/client/lib/commands/HGET.ts:1
diff --git a/documentation/client/modules/lib_commands_HGETALL.html b/documentation/client/modules/lib_commands_HGETALL.html
index c2970f510d..ada71ccacb 100644
--- a/documentation/client/modules/lib_commands_HGETALL.html
+++ b/documentation/client/modules/lib_commands_HGETALL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HGETALL
Module lib/commands/HGETALL
+
Defined in packages/client/lib/commands/HGETALL.ts:1
diff --git a/documentation/client/modules/lib_commands_HINCRBY.html b/documentation/client/modules/lib_commands_HINCRBY.html
index 37d735c507..7f1be661b1 100644
--- a/documentation/client/modules/lib_commands_HINCRBY.html
+++ b/documentation/client/modules/lib_commands_HINCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HINCRBY
Module lib/commands/HINCRBY
+
Defined in packages/client/lib/commands/HINCRBY.ts:1
diff --git a/documentation/client/modules/lib_commands_HINCRBYFLOAT.html b/documentation/client/modules/lib_commands_HINCRBYFLOAT.html
index c92770f925..10e45ddc42 100644
--- a/documentation/client/modules/lib_commands_HINCRBYFLOAT.html
+++ b/documentation/client/modules/lib_commands_HINCRBYFLOAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HINCRBYFLOAT
Module lib/commands/HINCRBYFLOAT
+
Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:1
diff --git a/documentation/client/modules/lib_commands_HKEYS.html b/documentation/client/modules/lib_commands_HKEYS.html
index ad48af412b..93944223d0 100644
--- a/documentation/client/modules/lib_commands_HKEYS.html
+++ b/documentation/client/modules/lib_commands_HKEYS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HKEYS
Module lib/commands/HKEYS
+
Defined in packages/client/lib/commands/HKEYS.ts:1
diff --git a/documentation/client/modules/lib_commands_HLEN.html b/documentation/client/modules/lib_commands_HLEN.html
index 580bfdf249..9a83d57e7a 100644
--- a/documentation/client/modules/lib_commands_HLEN.html
+++ b/documentation/client/modules/lib_commands_HLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HLEN
Module lib/commands/HLEN
+
Defined in packages/client/lib/commands/HLEN.ts:1
diff --git a/documentation/client/modules/lib_commands_HMGET.html b/documentation/client/modules/lib_commands_HMGET.html
index 03c63872cc..bb365541a2 100644
--- a/documentation/client/modules/lib_commands_HMGET.html
+++ b/documentation/client/modules/lib_commands_HMGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HMGET
Module lib/commands/HMGET
+
Defined in packages/client/lib/commands/HMGET.ts:1
diff --git a/documentation/client/modules/lib_commands_HRANDFIELD.html b/documentation/client/modules/lib_commands_HRANDFIELD.html
index 6eb3dad7d9..ab9c6024f5 100644
--- a/documentation/client/modules/lib_commands_HRANDFIELD.html
+++ b/documentation/client/modules/lib_commands_HRANDFIELD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HRANDFIELD
Module lib/commands/HRANDFIELD
+
Defined in packages/client/lib/commands/HRANDFIELD.ts:1
diff --git a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html
index f0a0c68c58..1d4271ec24 100644
--- a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html
+++ b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HRANDFIELD_COUNT
Module lib/commands/HRANDFIELD_COUNT
+
Defined in packages/client/lib/commands/HRANDFIELD_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html
index a6fefc48dc..0573d325bf 100644
--- a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html
+++ b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HRANDFIELD_COUNT_WITHVALUES
Module lib/commands/HRANDFIELD_COUNT_WITHVALUES
+
Defined in packages/client/lib/commands/HRANDFIELD_COUNT_WITHVALUES.ts:1
diff --git a/documentation/client/modules/lib_commands_HSCAN.html b/documentation/client/modules/lib_commands_HSCAN.html
index 57225696ce..6d54069037 100644
--- a/documentation/client/modules/lib_commands_HSCAN.html
+++ b/documentation/client/modules/lib_commands_HSCAN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HSCAN
Module lib/commands/HSCAN
+
Defined in packages/client/lib/commands/HSCAN.ts:1
diff --git a/documentation/client/modules/lib_commands_HSET.html b/documentation/client/modules/lib_commands_HSET.html
index ea290458a7..4dd94be396 100644
--- a/documentation/client/modules/lib_commands_HSET.html
+++ b/documentation/client/modules/lib_commands_HSET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HSET
Module lib/commands/HSET
+
Defined in packages/client/lib/commands/HSET.ts:1
diff --git a/documentation/client/modules/lib_commands_HSETNX.html b/documentation/client/modules/lib_commands_HSETNX.html
index f0fec7f51f..392313d549 100644
--- a/documentation/client/modules/lib_commands_HSETNX.html
+++ b/documentation/client/modules/lib_commands_HSETNX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HSETNX
Module lib/commands/HSETNX
+
Defined in packages/client/lib/commands/HSETNX.ts:1
diff --git a/documentation/client/modules/lib_commands_HSTRLEN.html b/documentation/client/modules/lib_commands_HSTRLEN.html
index 98c69e3cdf..59b12ab9b0 100644
--- a/documentation/client/modules/lib_commands_HSTRLEN.html
+++ b/documentation/client/modules/lib_commands_HSTRLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HSTRLEN
Module lib/commands/HSTRLEN
+
Defined in packages/client/lib/commands/HSTRLEN.ts:1
diff --git a/documentation/client/modules/lib_commands_HVALS.html b/documentation/client/modules/lib_commands_HVALS.html
index e67037c2ca..0eb22406b9 100644
--- a/documentation/client/modules/lib_commands_HVALS.html
+++ b/documentation/client/modules/lib_commands_HVALS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/HVALS
Module lib/commands/HVALS
+
Defined in packages/client/lib/commands/HVALS.ts:1
diff --git a/documentation/client/modules/lib_commands_INCR.html b/documentation/client/modules/lib_commands_INCR.html
index e6f4e73ed0..8e15f8b00c 100644
--- a/documentation/client/modules/lib_commands_INCR.html
+++ b/documentation/client/modules/lib_commands_INCR.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/INCR
Module lib/commands/INCR
+
Defined in packages/client/lib/commands/INCR.ts:1
diff --git a/documentation/client/modules/lib_commands_INCRBY.html b/documentation/client/modules/lib_commands_INCRBY.html
index eb1e8cdf58..554cd10355 100644
--- a/documentation/client/modules/lib_commands_INCRBY.html
+++ b/documentation/client/modules/lib_commands_INCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/INCRBY
Module lib/commands/INCRBY
+
Defined in packages/client/lib/commands/INCRBY.ts:1
diff --git a/documentation/client/modules/lib_commands_INCRBYFLOAT.html b/documentation/client/modules/lib_commands_INCRBYFLOAT.html
index a613381019..f22f01dae4 100644
--- a/documentation/client/modules/lib_commands_INCRBYFLOAT.html
+++ b/documentation/client/modules/lib_commands_INCRBYFLOAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/INCRBYFLOAT
Module lib/commands/INCRBYFLOAT
+
Defined in packages/client/lib/commands/INCRBYFLOAT.ts:1
diff --git a/documentation/client/modules/lib_commands_INFO.html b/documentation/client/modules/lib_commands_INFO.html
index ceadfcbfd1..805d6b7800 100644
--- a/documentation/client/modules/lib_commands_INFO.html
+++ b/documentation/client/modules/lib_commands_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/INFO
Module lib/commands/INFO
+
Defined in packages/client/lib/commands/INFO.ts:1
diff --git a/documentation/client/modules/lib_commands_KEYS.html b/documentation/client/modules/lib_commands_KEYS.html
index 772fc9c95e..6ab13afbe2 100644
--- a/documentation/client/modules/lib_commands_KEYS.html
+++ b/documentation/client/modules/lib_commands_KEYS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/KEYS
Module lib/commands/KEYS
+
Defined in packages/client/lib/commands/KEYS.ts:1
diff --git a/documentation/client/modules/lib_commands_LASTSAVE.html b/documentation/client/modules/lib_commands_LASTSAVE.html
index de6e92741b..3702d89c72 100644
--- a/documentation/client/modules/lib_commands_LASTSAVE.html
+++ b/documentation/client/modules/lib_commands_LASTSAVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LASTSAVE
Module lib/commands/LASTSAVE
+
Defined in packages/client/lib/commands/LASTSAVE.ts:1
diff --git a/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html b/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html
index 23808b9851..b2394fe7ce 100644
--- a/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html
+++ b/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LATENCY_DOCTOR
Module lib/commands/LATENCY_DOCTOR
+
Defined in packages/client/lib/commands/LATENCY_DOCTOR.ts:1
diff --git a/documentation/client/modules/lib_commands_LATENCY_GRAPH.html b/documentation/client/modules/lib_commands_LATENCY_GRAPH.html
index 863b839420..29fbae2712 100644
--- a/documentation/client/modules/lib_commands_LATENCY_GRAPH.html
+++ b/documentation/client/modules/lib_commands_LATENCY_GRAPH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LATENCY_GRAPH
Module lib/commands/LATENCY_GRAPH
+
Defined in packages/client/lib/commands/LATENCY_GRAPH.ts:1
diff --git a/documentation/client/modules/lib_commands_LCS.html b/documentation/client/modules/lib_commands_LCS.html
index af07356c7d..085927aba9 100644
--- a/documentation/client/modules/lib_commands_LCS.html
+++ b/documentation/client/modules/lib_commands_LCS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LCS
Module lib/commands/LCS
+
Defined in packages/client/lib/commands/LCS.ts:1
diff --git a/documentation/client/modules/lib_commands_LCS_IDX.html b/documentation/client/modules/lib_commands_LCS_IDX.html
index d3678afc84..49db6af55b 100644
--- a/documentation/client/modules/lib_commands_LCS_IDX.html
+++ b/documentation/client/modules/lib_commands_LCS_IDX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LCS_IDX
Module lib/commands/LCS_IDX
+
Defined in packages/client/lib/commands/LCS_IDX.ts:1
diff --git a/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html b/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html
index 5023b9b358..8872731fc6 100644
--- a/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html
+++ b/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LCS_IDX_WITHMATCHLEN
Module lib/commands/LCS_IDX_WITHMATCHLEN
+
Defined in packages/client/lib/commands/LCS_IDX_WITHMATCHLEN.ts:1
diff --git a/documentation/client/modules/lib_commands_LCS_LEN.html b/documentation/client/modules/lib_commands_LCS_LEN.html
index 4353aa28de..edc5ea8025 100644
--- a/documentation/client/modules/lib_commands_LCS_LEN.html
+++ b/documentation/client/modules/lib_commands_LCS_LEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LCS_LEN
Module lib/commands/LCS_LEN
+
Defined in packages/client/lib/commands/LCS_LEN.ts:1
diff --git a/documentation/client/modules/lib_commands_LINDEX.html b/documentation/client/modules/lib_commands_LINDEX.html
index c81054d1f5..68fd7e2e22 100644
--- a/documentation/client/modules/lib_commands_LINDEX.html
+++ b/documentation/client/modules/lib_commands_LINDEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LINDEX
Module lib/commands/LINDEX
+
Defined in packages/client/lib/commands/LINDEX.ts:1
diff --git a/documentation/client/modules/lib_commands_LINSERT.html b/documentation/client/modules/lib_commands_LINSERT.html
index 2ba66c1b15..264b3f2fe6 100644
--- a/documentation/client/modules/lib_commands_LINSERT.html
+++ b/documentation/client/modules/lib_commands_LINSERT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LINSERT
Module lib/commands/LINSERT
+
Defined in packages/client/lib/commands/LINSERT.ts:1
diff --git a/documentation/client/modules/lib_commands_LLEN.html b/documentation/client/modules/lib_commands_LLEN.html
index 29b969cbce..453a741163 100644
--- a/documentation/client/modules/lib_commands_LLEN.html
+++ b/documentation/client/modules/lib_commands_LLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LLEN
Module lib/commands/LLEN
+
Defined in packages/client/lib/commands/LLEN.ts:1
diff --git a/documentation/client/modules/lib_commands_LMOVE.html b/documentation/client/modules/lib_commands_LMOVE.html
index 2fa4859a79..1bdb8e176e 100644
--- a/documentation/client/modules/lib_commands_LMOVE.html
+++ b/documentation/client/modules/lib_commands_LMOVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LMOVE
Module lib/commands/LMOVE
+
Defined in packages/client/lib/commands/LMOVE.ts:1
diff --git a/documentation/client/modules/lib_commands_LMPOP.html b/documentation/client/modules/lib_commands_LMPOP.html
index 0b8bb5e59c..a0f863262c 100644
--- a/documentation/client/modules/lib_commands_LMPOP.html
+++ b/documentation/client/modules/lib_commands_LMPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LMPOP
Module lib/commands/LMPOP
+
Defined in packages/client/lib/commands/LMPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_LOLWUT.html b/documentation/client/modules/lib_commands_LOLWUT.html
index e72074282a..8299c4d7f6 100644
--- a/documentation/client/modules/lib_commands_LOLWUT.html
+++ b/documentation/client/modules/lib_commands_LOLWUT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LOLWUT
Module lib/commands/LOLWUT
+
Defined in packages/client/lib/commands/LOLWUT.ts:1
diff --git a/documentation/client/modules/lib_commands_LPOP.html b/documentation/client/modules/lib_commands_LPOP.html
index 320e979ac2..930c5dd16a 100644
--- a/documentation/client/modules/lib_commands_LPOP.html
+++ b/documentation/client/modules/lib_commands_LPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LPOP
Module lib/commands/LPOP
+
Defined in packages/client/lib/commands/LPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_LPOP_COUNT.html b/documentation/client/modules/lib_commands_LPOP_COUNT.html
index 5d09fc2a05..48fc879858 100644
--- a/documentation/client/modules/lib_commands_LPOP_COUNT.html
+++ b/documentation/client/modules/lib_commands_LPOP_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LPOP_COUNT
Module lib/commands/LPOP_COUNT
+
Defined in packages/client/lib/commands/LPOP_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_LPOS.html b/documentation/client/modules/lib_commands_LPOS.html
index 7c38b74d04..811c661b11 100644
--- a/documentation/client/modules/lib_commands_LPOS.html
+++ b/documentation/client/modules/lib_commands_LPOS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LPOS
Module lib/commands/LPOS
+
Defined in packages/client/lib/commands/LPOS.ts:1
diff --git a/documentation/client/modules/lib_commands_LPOS_COUNT.html b/documentation/client/modules/lib_commands_LPOS_COUNT.html
index 0b529d8940..cdc0621638 100644
--- a/documentation/client/modules/lib_commands_LPOS_COUNT.html
+++ b/documentation/client/modules/lib_commands_LPOS_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LPOS_COUNT
Module lib/commands/LPOS_COUNT
+
Defined in packages/client/lib/commands/LPOS_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_LPUSH.html b/documentation/client/modules/lib_commands_LPUSH.html
index 3e23a42430..bd305e6b5f 100644
--- a/documentation/client/modules/lib_commands_LPUSH.html
+++ b/documentation/client/modules/lib_commands_LPUSH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LPUSH
Module lib/commands/LPUSH
+
Defined in packages/client/lib/commands/LPUSH.ts:1
diff --git a/documentation/client/modules/lib_commands_LPUSHX.html b/documentation/client/modules/lib_commands_LPUSHX.html
index 3fc34ab5f0..d703b73d29 100644
--- a/documentation/client/modules/lib_commands_LPUSHX.html
+++ b/documentation/client/modules/lib_commands_LPUSHX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LPUSHX
Module lib/commands/LPUSHX
+
Defined in packages/client/lib/commands/LPUSHX.ts:1
diff --git a/documentation/client/modules/lib_commands_LRANGE.html b/documentation/client/modules/lib_commands_LRANGE.html
index 0d9fd84a3e..80a0184f44 100644
--- a/documentation/client/modules/lib_commands_LRANGE.html
+++ b/documentation/client/modules/lib_commands_LRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LRANGE
Module lib/commands/LRANGE
+
Defined in packages/client/lib/commands/LRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_LREM.html b/documentation/client/modules/lib_commands_LREM.html
index 138c04b335..de37bdcd33 100644
--- a/documentation/client/modules/lib_commands_LREM.html
+++ b/documentation/client/modules/lib_commands_LREM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LREM
Module lib/commands/LREM
+
Defined in packages/client/lib/commands/LREM.ts:1
diff --git a/documentation/client/modules/lib_commands_LSET.html b/documentation/client/modules/lib_commands_LSET.html
index 5f8df1682d..007d86d8a1 100644
--- a/documentation/client/modules/lib_commands_LSET.html
+++ b/documentation/client/modules/lib_commands_LSET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LSET
Module lib/commands/LSET
+
Defined in packages/client/lib/commands/LSET.ts:1
diff --git a/documentation/client/modules/lib_commands_LTRIM.html b/documentation/client/modules/lib_commands_LTRIM.html
index aa33278a87..841474400a 100644
--- a/documentation/client/modules/lib_commands_LTRIM.html
+++ b/documentation/client/modules/lib_commands_LTRIM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/LTRIM
Module lib/commands/LTRIM
+
Defined in packages/client/lib/commands/LTRIM.ts:1
diff --git a/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html b/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html
index 7f27ecd34d..060178844c 100644
--- a/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html
+++ b/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MEMORY_DOCTOR
Module lib/commands/MEMORY_DOCTOR
+
Defined in packages/client/lib/commands/MEMORY_DOCTOR.ts:1
diff --git a/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html b/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html
index 8b618d92b7..17885fe7d4 100644
--- a/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html
+++ b/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MEMORY_MALLOC-STATS
Module lib/commands/MEMORY_MALLOC-STATS
+
Defined in packages/client/lib/commands/MEMORY_MALLOC-STATS.ts:1
diff --git a/documentation/client/modules/lib_commands_MEMORY_PURGE.html b/documentation/client/modules/lib_commands_MEMORY_PURGE.html
index 1aecf6c1d2..fc19310fca 100644
--- a/documentation/client/modules/lib_commands_MEMORY_PURGE.html
+++ b/documentation/client/modules/lib_commands_MEMORY_PURGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MEMORY_PURGE
Module lib/commands/MEMORY_PURGE
+
Defined in packages/client/lib/commands/MEMORY_PURGE.ts:1
diff --git a/documentation/client/modules/lib_commands_MEMORY_STATS.html b/documentation/client/modules/lib_commands_MEMORY_STATS.html
index d5ba0c6d38..2b68c8bd9c 100644
--- a/documentation/client/modules/lib_commands_MEMORY_STATS.html
+++ b/documentation/client/modules/lib_commands_MEMORY_STATS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MEMORY_STATS
Module lib/commands/MEMORY_STATS
+
Defined in packages/client/lib/commands/MEMORY_STATS.ts:1
diff --git a/documentation/client/modules/lib_commands_MEMORY_USAGE.html b/documentation/client/modules/lib_commands_MEMORY_USAGE.html
index 14ddd9ea21..d0dec9b6c2 100644
--- a/documentation/client/modules/lib_commands_MEMORY_USAGE.html
+++ b/documentation/client/modules/lib_commands_MEMORY_USAGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MEMORY_USAGE
Module lib/commands/MEMORY_USAGE
+
Defined in packages/client/lib/commands/MEMORY_USAGE.ts:1
diff --git a/documentation/client/modules/lib_commands_MGET.html b/documentation/client/modules/lib_commands_MGET.html
index 35aacc3731..a235d73cf5 100644
--- a/documentation/client/modules/lib_commands_MGET.html
+++ b/documentation/client/modules/lib_commands_MGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MGET
Module lib/commands/MGET
+
Defined in packages/client/lib/commands/MGET.ts:1
diff --git a/documentation/client/modules/lib_commands_MIGRATE.html b/documentation/client/modules/lib_commands_MIGRATE.html
index 331c346e19..024930c05a 100644
--- a/documentation/client/modules/lib_commands_MIGRATE.html
+++ b/documentation/client/modules/lib_commands_MIGRATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MIGRATE
Module lib/commands/MIGRATE
+
Defined in packages/client/lib/commands/MIGRATE.ts:1
diff --git a/documentation/client/modules/lib_commands_MODULE_LIST.html b/documentation/client/modules/lib_commands_MODULE_LIST.html
index 135297abce..7cb22f42c8 100644
--- a/documentation/client/modules/lib_commands_MODULE_LIST.html
+++ b/documentation/client/modules/lib_commands_MODULE_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MODULE_LIST
Module lib/commands/MODULE_LIST
+
Defined in packages/client/lib/commands/MODULE_LIST.ts:1
diff --git a/documentation/client/modules/lib_commands_MODULE_LOAD.html b/documentation/client/modules/lib_commands_MODULE_LOAD.html
index fd4e9d1e4e..56dc884152 100644
--- a/documentation/client/modules/lib_commands_MODULE_LOAD.html
+++ b/documentation/client/modules/lib_commands_MODULE_LOAD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MODULE_LOAD
Module lib/commands/MODULE_LOAD
+
Defined in packages/client/lib/commands/MODULE_LOAD.ts:1
diff --git a/documentation/client/modules/lib_commands_MODULE_UNLOAD.html b/documentation/client/modules/lib_commands_MODULE_UNLOAD.html
index b1812be982..1bdf73c3c7 100644
--- a/documentation/client/modules/lib_commands_MODULE_UNLOAD.html
+++ b/documentation/client/modules/lib_commands_MODULE_UNLOAD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MODULE_UNLOAD
Module lib/commands/MODULE_UNLOAD
+
Defined in packages/client/lib/commands/MODULE_UNLOAD.ts:1
diff --git a/documentation/client/modules/lib_commands_MOVE.html b/documentation/client/modules/lib_commands_MOVE.html
index 8c29e77c92..36750a8785 100644
--- a/documentation/client/modules/lib_commands_MOVE.html
+++ b/documentation/client/modules/lib_commands_MOVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MOVE
Module lib/commands/MOVE
+
Defined in packages/client/lib/commands/MOVE.ts:1
diff --git a/documentation/client/modules/lib_commands_MSET.html b/documentation/client/modules/lib_commands_MSET.html
index cc71032500..a67907b2ed 100644
--- a/documentation/client/modules/lib_commands_MSET.html
+++ b/documentation/client/modules/lib_commands_MSET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MSET
Module lib/commands/MSET
+
Defined in packages/client/lib/commands/MSET.ts:1
diff --git a/documentation/client/modules/lib_commands_MSETNX.html b/documentation/client/modules/lib_commands_MSETNX.html
index 0823d2b222..a357781dc2 100644
--- a/documentation/client/modules/lib_commands_MSETNX.html
+++ b/documentation/client/modules/lib_commands_MSETNX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/MSETNX
Module lib/commands/MSETNX
+
Defined in packages/client/lib/commands/MSETNX.ts:1
diff --git a/documentation/client/modules/lib_commands_OBJECT_ENCODING.html b/documentation/client/modules/lib_commands_OBJECT_ENCODING.html
index 1b24041221..f5837c12f1 100644
--- a/documentation/client/modules/lib_commands_OBJECT_ENCODING.html
+++ b/documentation/client/modules/lib_commands_OBJECT_ENCODING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/OBJECT_ENCODING
Module lib/commands/OBJECT_ENCODING
+
Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:1
diff --git a/documentation/client/modules/lib_commands_OBJECT_FREQ.html b/documentation/client/modules/lib_commands_OBJECT_FREQ.html
index b69f3d7c84..a7eb5a5ec2 100644
--- a/documentation/client/modules/lib_commands_OBJECT_FREQ.html
+++ b/documentation/client/modules/lib_commands_OBJECT_FREQ.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/OBJECT_FREQ
Module lib/commands/OBJECT_FREQ
+
Defined in packages/client/lib/commands/OBJECT_FREQ.ts:1
diff --git a/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html b/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html
index b93d789751..d5c62fbb24 100644
--- a/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html
+++ b/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/OBJECT_IDLETIME
Module lib/commands/OBJECT_IDLETIME
+
Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:1
diff --git a/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html b/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html
index b5e5b29b03..1da33b398f 100644
--- a/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html
+++ b/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/OBJECT_REFCOUNT
Module lib/commands/OBJECT_REFCOUNT
+
Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_PERSIST.html b/documentation/client/modules/lib_commands_PERSIST.html
index 0c4c03d99c..b45f160d98 100644
--- a/documentation/client/modules/lib_commands_PERSIST.html
+++ b/documentation/client/modules/lib_commands_PERSIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PERSIST
Module lib/commands/PERSIST
+
Defined in packages/client/lib/commands/PERSIST.ts:1
diff --git a/documentation/client/modules/lib_commands_PEXPIRE.html b/documentation/client/modules/lib_commands_PEXPIRE.html
index 91b6caa7f8..ffc0895246 100644
--- a/documentation/client/modules/lib_commands_PEXPIRE.html
+++ b/documentation/client/modules/lib_commands_PEXPIRE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PEXPIRE
Module lib/commands/PEXPIRE
+
Defined in packages/client/lib/commands/PEXPIRE.ts:1
diff --git a/documentation/client/modules/lib_commands_PEXPIREAT.html b/documentation/client/modules/lib_commands_PEXPIREAT.html
index d98cf86542..ac5f4e3087 100644
--- a/documentation/client/modules/lib_commands_PEXPIREAT.html
+++ b/documentation/client/modules/lib_commands_PEXPIREAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PEXPIREAT
Module lib/commands/PEXPIREAT
+
Defined in packages/client/lib/commands/PEXPIREAT.ts:1
diff --git a/documentation/client/modules/lib_commands_PEXPIRETIME.html b/documentation/client/modules/lib_commands_PEXPIRETIME.html
index 91f9daa5db..1ec39061f4 100644
--- a/documentation/client/modules/lib_commands_PEXPIRETIME.html
+++ b/documentation/client/modules/lib_commands_PEXPIRETIME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PEXPIRETIME
Module lib/commands/PEXPIRETIME
+
Defined in packages/client/lib/commands/PEXPIRETIME.ts:1
diff --git a/documentation/client/modules/lib_commands_PFADD.html b/documentation/client/modules/lib_commands_PFADD.html
index de4be186c0..08c607c782 100644
--- a/documentation/client/modules/lib_commands_PFADD.html
+++ b/documentation/client/modules/lib_commands_PFADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PFADD
Module lib/commands/PFADD
+
Defined in packages/client/lib/commands/PFADD.ts:1
diff --git a/documentation/client/modules/lib_commands_PFCOUNT.html b/documentation/client/modules/lib_commands_PFCOUNT.html
index 3d42bd5e67..18363c8e7c 100644
--- a/documentation/client/modules/lib_commands_PFCOUNT.html
+++ b/documentation/client/modules/lib_commands_PFCOUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PFCOUNT
Module lib/commands/PFCOUNT
+
Defined in packages/client/lib/commands/PFCOUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_PFMERGE.html b/documentation/client/modules/lib_commands_PFMERGE.html
index 13da2db320..6992d3d5ae 100644
--- a/documentation/client/modules/lib_commands_PFMERGE.html
+++ b/documentation/client/modules/lib_commands_PFMERGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PFMERGE
Module lib/commands/PFMERGE
+
Defined in packages/client/lib/commands/PFMERGE.ts:1
diff --git a/documentation/client/modules/lib_commands_PING.html b/documentation/client/modules/lib_commands_PING.html
index 57d5e68446..cbb7133336 100644
--- a/documentation/client/modules/lib_commands_PING.html
+++ b/documentation/client/modules/lib_commands_PING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PING
Module lib/commands/PING
+
Defined in packages/client/lib/commands/PING.ts:1
diff --git a/documentation/client/modules/lib_commands_PSETEX.html b/documentation/client/modules/lib_commands_PSETEX.html
index 54b9802208..114acacd29 100644
--- a/documentation/client/modules/lib_commands_PSETEX.html
+++ b/documentation/client/modules/lib_commands_PSETEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PSETEX
Module lib/commands/PSETEX
+
Defined in packages/client/lib/commands/PSETEX.ts:1
diff --git a/documentation/client/modules/lib_commands_PTTL.html b/documentation/client/modules/lib_commands_PTTL.html
index 6feee3d706..744217f267 100644
--- a/documentation/client/modules/lib_commands_PTTL.html
+++ b/documentation/client/modules/lib_commands_PTTL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PTTL
Module lib/commands/PTTL
+
Defined in packages/client/lib/commands/PTTL.ts:1
diff --git a/documentation/client/modules/lib_commands_PUBLISH.html b/documentation/client/modules/lib_commands_PUBLISH.html
index dddef26aae..2b45de3f4e 100644
--- a/documentation/client/modules/lib_commands_PUBLISH.html
+++ b/documentation/client/modules/lib_commands_PUBLISH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PUBLISH
Module lib/commands/PUBLISH
+
Defined in packages/client/lib/commands/PUBLISH.ts:1
diff --git a/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html b/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html
index 88ae173506..50a39b038f 100644
--- a/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html
+++ b/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PUBSUB_CHANNELS
Module lib/commands/PUBSUB_CHANNELS
+
Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:1
diff --git a/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html b/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html
index 0ed4750369..08c732f190 100644
--- a/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html
+++ b/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PUBSUB_NUMPAT
Module lib/commands/PUBSUB_NUMPAT
+
Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:1
diff --git a/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html b/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html
index defd24791d..979ea616e9 100644
--- a/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html
+++ b/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PUBSUB_NUMSUB
Module lib/commands/PUBSUB_NUMSUB
+
Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:1
diff --git a/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html b/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html
index 9f16468aec..24fb044868 100644
--- a/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html
+++ b/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/PUBSUB_SHARDCHANNELS
Module lib/commands/PUBSUB_SHARDCHANNELS
+
Defined in packages/client/lib/commands/PUBSUB_SHARDCHANNELS.ts:1
diff --git a/documentation/client/modules/lib_commands_RANDOMKEY.html b/documentation/client/modules/lib_commands_RANDOMKEY.html
index 965f584d7c..25583a241c 100644
--- a/documentation/client/modules/lib_commands_RANDOMKEY.html
+++ b/documentation/client/modules/lib_commands_RANDOMKEY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RANDOMKEY
Module lib/commands/RANDOMKEY
+
Defined in packages/client/lib/commands/RANDOMKEY.ts:1
diff --git a/documentation/client/modules/lib_commands_READONLY.html b/documentation/client/modules/lib_commands_READONLY.html
index 93249a75aa..a1132c3000 100644
--- a/documentation/client/modules/lib_commands_READONLY.html
+++ b/documentation/client/modules/lib_commands_READONLY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/READONLY
Module lib/commands/READONLY
+
Defined in packages/client/lib/commands/READONLY.ts:1
diff --git a/documentation/client/modules/lib_commands_READWRITE.html b/documentation/client/modules/lib_commands_READWRITE.html
index 7e1e4090dc..0d46f947cf 100644
--- a/documentation/client/modules/lib_commands_READWRITE.html
+++ b/documentation/client/modules/lib_commands_READWRITE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/READWRITE
Module lib/commands/READWRITE
+
Defined in packages/client/lib/commands/READWRITE.ts:1
diff --git a/documentation/client/modules/lib_commands_RENAME.html b/documentation/client/modules/lib_commands_RENAME.html
index 1a2d52ef6b..11a0e17061 100644
--- a/documentation/client/modules/lib_commands_RENAME.html
+++ b/documentation/client/modules/lib_commands_RENAME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RENAME
Module lib/commands/RENAME
+
Defined in packages/client/lib/commands/RENAME.ts:1
diff --git a/documentation/client/modules/lib_commands_RENAMENX.html b/documentation/client/modules/lib_commands_RENAMENX.html
index a9d19d65f0..b423e4e4dd 100644
--- a/documentation/client/modules/lib_commands_RENAMENX.html
+++ b/documentation/client/modules/lib_commands_RENAMENX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RENAMENX
Module lib/commands/RENAMENX
+
Defined in packages/client/lib/commands/RENAMENX.ts:1
diff --git a/documentation/client/modules/lib_commands_REPLICAOF.html b/documentation/client/modules/lib_commands_REPLICAOF.html
index 9af989fbdb..ecbee8db54 100644
--- a/documentation/client/modules/lib_commands_REPLICAOF.html
+++ b/documentation/client/modules/lib_commands_REPLICAOF.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/REPLICAOF
Module lib/commands/REPLICAOF
+
Defined in packages/client/lib/commands/REPLICAOF.ts:1
diff --git a/documentation/client/modules/lib_commands_RESTORE_ASKING.html b/documentation/client/modules/lib_commands_RESTORE_ASKING.html
index 763529d208..fac8e24c48 100644
--- a/documentation/client/modules/lib_commands_RESTORE_ASKING.html
+++ b/documentation/client/modules/lib_commands_RESTORE_ASKING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RESTORE-ASKING
Module lib/commands/RESTORE-ASKING
+
Defined in packages/client/lib/commands/RESTORE-ASKING.ts:1
diff --git a/documentation/client/modules/lib_commands_ROLE.html b/documentation/client/modules/lib_commands_ROLE.html
index 643de5737e..8443d159b7 100644
--- a/documentation/client/modules/lib_commands_ROLE.html
+++ b/documentation/client/modules/lib_commands_ROLE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ROLE
Module lib/commands/ROLE
+
Defined in packages/client/lib/commands/ROLE.ts:1
diff --git a/documentation/client/modules/lib_commands_RPOP.html b/documentation/client/modules/lib_commands_RPOP.html
index ca13a0b04b..fc4fcfaf10 100644
--- a/documentation/client/modules/lib_commands_RPOP.html
+++ b/documentation/client/modules/lib_commands_RPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RPOP
Module lib/commands/RPOP
+
Defined in packages/client/lib/commands/RPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_RPOPLPUSH.html b/documentation/client/modules/lib_commands_RPOPLPUSH.html
index 21546f47da..9cae7294b4 100644
--- a/documentation/client/modules/lib_commands_RPOPLPUSH.html
+++ b/documentation/client/modules/lib_commands_RPOPLPUSH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RPOPLPUSH
Module lib/commands/RPOPLPUSH
+
Defined in packages/client/lib/commands/RPOPLPUSH.ts:1
diff --git a/documentation/client/modules/lib_commands_RPOP_COUNT.html b/documentation/client/modules/lib_commands_RPOP_COUNT.html
index 5ecc689f65..32c411f9ee 100644
--- a/documentation/client/modules/lib_commands_RPOP_COUNT.html
+++ b/documentation/client/modules/lib_commands_RPOP_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RPOP_COUNT
Module lib/commands/RPOP_COUNT
+
Defined in packages/client/lib/commands/RPOP_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_RPUSH.html b/documentation/client/modules/lib_commands_RPUSH.html
index d34e17b92d..f917fa195c 100644
--- a/documentation/client/modules/lib_commands_RPUSH.html
+++ b/documentation/client/modules/lib_commands_RPUSH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RPUSH
Module lib/commands/RPUSH
+
Defined in packages/client/lib/commands/RPUSH.ts:1
diff --git a/documentation/client/modules/lib_commands_RPUSHX.html b/documentation/client/modules/lib_commands_RPUSHX.html
index 61297a7711..c3c1a5aa6f 100644
--- a/documentation/client/modules/lib_commands_RPUSHX.html
+++ b/documentation/client/modules/lib_commands_RPUSHX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/RPUSHX
Module lib/commands/RPUSHX
+
Defined in packages/client/lib/commands/RPUSHX.ts:1
diff --git a/documentation/client/modules/lib_commands_SADD.html b/documentation/client/modules/lib_commands_SADD.html
index 2bcd20fa1a..65e01d0a2a 100644
--- a/documentation/client/modules/lib_commands_SADD.html
+++ b/documentation/client/modules/lib_commands_SADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SADD
Module lib/commands/SADD
+
Defined in packages/client/lib/commands/SADD.ts:1
diff --git a/documentation/client/modules/lib_commands_SAVE.html b/documentation/client/modules/lib_commands_SAVE.html
index ae2b976153..a2ff14d31c 100644
--- a/documentation/client/modules/lib_commands_SAVE.html
+++ b/documentation/client/modules/lib_commands_SAVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SAVE
Module lib/commands/SAVE
+
Defined in packages/client/lib/commands/SAVE.ts:1
diff --git a/documentation/client/modules/lib_commands_SCAN.html b/documentation/client/modules/lib_commands_SCAN.html
index 600124c0d3..5c99b5bd06 100644
--- a/documentation/client/modules/lib_commands_SCAN.html
+++ b/documentation/client/modules/lib_commands_SCAN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCAN
Module lib/commands/SCAN
+
Defined in packages/client/lib/commands/SCAN.ts:1
diff --git a/documentation/client/modules/lib_commands_SCARD.html b/documentation/client/modules/lib_commands_SCARD.html
index 215bfb36c9..5c5f488e75 100644
--- a/documentation/client/modules/lib_commands_SCARD.html
+++ b/documentation/client/modules/lib_commands_SCARD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCARD
Module lib/commands/SCARD
+
Defined in packages/client/lib/commands/SCARD.ts:1
diff --git a/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html b/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html
index f33bc80c7e..14be1ea3e0 100644
--- a/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html
+++ b/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCRIPT_DEBUG
Module lib/commands/SCRIPT_DEBUG
+
Defined in packages/client/lib/commands/SCRIPT_DEBUG.ts:1
diff --git a/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html b/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html
index c6c19afc56..bb23be8b17 100644
--- a/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html
+++ b/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCRIPT_EXISTS
Module lib/commands/SCRIPT_EXISTS
+
Defined in packages/client/lib/commands/SCRIPT_EXISTS.ts:1
diff --git a/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html b/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html
index e58f7f425c..b1f555b7a5 100644
--- a/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html
+++ b/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCRIPT_FLUSH
Module lib/commands/SCRIPT_FLUSH
+
Defined in packages/client/lib/commands/SCRIPT_FLUSH.ts:1
diff --git a/documentation/client/modules/lib_commands_SCRIPT_KILL.html b/documentation/client/modules/lib_commands_SCRIPT_KILL.html
index f6d220dad7..f81fdd05bf 100644
--- a/documentation/client/modules/lib_commands_SCRIPT_KILL.html
+++ b/documentation/client/modules/lib_commands_SCRIPT_KILL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCRIPT_KILL
Module lib/commands/SCRIPT_KILL
+
Defined in packages/client/lib/commands/SCRIPT_KILL.ts:1
diff --git a/documentation/client/modules/lib_commands_SCRIPT_LOAD.html b/documentation/client/modules/lib_commands_SCRIPT_LOAD.html
index a9c57a1223..41806ebbae 100644
--- a/documentation/client/modules/lib_commands_SCRIPT_LOAD.html
+++ b/documentation/client/modules/lib_commands_SCRIPT_LOAD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SCRIPT_LOAD
Module lib/commands/SCRIPT_LOAD
+
Defined in packages/client/lib/commands/SCRIPT_LOAD.ts:1
diff --git a/documentation/client/modules/lib_commands_SDIFF.html b/documentation/client/modules/lib_commands_SDIFF.html
index 51b1ccf490..e9177d8178 100644
--- a/documentation/client/modules/lib_commands_SDIFF.html
+++ b/documentation/client/modules/lib_commands_SDIFF.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SDIFF
Module lib/commands/SDIFF
+
Defined in packages/client/lib/commands/SDIFF.ts:1
diff --git a/documentation/client/modules/lib_commands_SDIFFSTORE.html b/documentation/client/modules/lib_commands_SDIFFSTORE.html
index a58ff06a79..1fc5c94cbe 100644
--- a/documentation/client/modules/lib_commands_SDIFFSTORE.html
+++ b/documentation/client/modules/lib_commands_SDIFFSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SDIFFSTORE
Module lib/commands/SDIFFSTORE
+
Defined in packages/client/lib/commands/SDIFFSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_SET.html b/documentation/client/modules/lib_commands_SET.html
index 672027646e..70189f482b 100644
--- a/documentation/client/modules/lib_commands_SET.html
+++ b/documentation/client/modules/lib_commands_SET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SET
Module lib/commands/SET
+
Defined in packages/client/lib/commands/SET.ts:1
diff --git a/documentation/client/modules/lib_commands_SETBIT.html b/documentation/client/modules/lib_commands_SETBIT.html
index 6f40361656..4331c8dd47 100644
--- a/documentation/client/modules/lib_commands_SETBIT.html
+++ b/documentation/client/modules/lib_commands_SETBIT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SETBIT
Module lib/commands/SETBIT
+
Defined in packages/client/lib/commands/SETBIT.ts:1
diff --git a/documentation/client/modules/lib_commands_SETEX.html b/documentation/client/modules/lib_commands_SETEX.html
index 4481796c05..22f146a267 100644
--- a/documentation/client/modules/lib_commands_SETEX.html
+++ b/documentation/client/modules/lib_commands_SETEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SETEX
Module lib/commands/SETEX
+
Defined in packages/client/lib/commands/SETEX.ts:1
diff --git a/documentation/client/modules/lib_commands_SETNX.html b/documentation/client/modules/lib_commands_SETNX.html
index 229de1eae3..2a8acea648 100644
--- a/documentation/client/modules/lib_commands_SETNX.html
+++ b/documentation/client/modules/lib_commands_SETNX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SETNX
Module lib/commands/SETNX
+
Defined in packages/client/lib/commands/SETNX.ts:1
diff --git a/documentation/client/modules/lib_commands_SETRANGE.html b/documentation/client/modules/lib_commands_SETRANGE.html
index 37acc3dc31..cc0cc979d5 100644
--- a/documentation/client/modules/lib_commands_SETRANGE.html
+++ b/documentation/client/modules/lib_commands_SETRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SETRANGE
Module lib/commands/SETRANGE
+
Defined in packages/client/lib/commands/SETRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_SHUTDOWN.html b/documentation/client/modules/lib_commands_SHUTDOWN.html
index 0d50a38266..1658b14ee6 100644
--- a/documentation/client/modules/lib_commands_SHUTDOWN.html
+++ b/documentation/client/modules/lib_commands_SHUTDOWN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SHUTDOWN
Module lib/commands/SHUTDOWN
+
Defined in packages/client/lib/commands/SHUTDOWN.ts:1
diff --git a/documentation/client/modules/lib_commands_SINTER.html b/documentation/client/modules/lib_commands_SINTER.html
index d750b07735..4e3ce7d435 100644
--- a/documentation/client/modules/lib_commands_SINTER.html
+++ b/documentation/client/modules/lib_commands_SINTER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SINTER
Module lib/commands/SINTER
+
Defined in packages/client/lib/commands/SINTER.ts:1
diff --git a/documentation/client/modules/lib_commands_SINTERCARD.html b/documentation/client/modules/lib_commands_SINTERCARD.html
index 23735e59a1..f662828543 100644
--- a/documentation/client/modules/lib_commands_SINTERCARD.html
+++ b/documentation/client/modules/lib_commands_SINTERCARD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SINTERCARD
Module lib/commands/SINTERCARD
+
Defined in packages/client/lib/commands/SINTERCARD.ts:1
diff --git a/documentation/client/modules/lib_commands_SINTERSTORE.html b/documentation/client/modules/lib_commands_SINTERSTORE.html
index 2a7eb7a2d4..c7ab56b47a 100644
--- a/documentation/client/modules/lib_commands_SINTERSTORE.html
+++ b/documentation/client/modules/lib_commands_SINTERSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SINTERSTORE
Module lib/commands/SINTERSTORE
+
Defined in packages/client/lib/commands/SINTERSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_SISMEMBER.html b/documentation/client/modules/lib_commands_SISMEMBER.html
index 3d2f0abacf..cb77ca5cd5 100644
--- a/documentation/client/modules/lib_commands_SISMEMBER.html
+++ b/documentation/client/modules/lib_commands_SISMEMBER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SISMEMBER
Module lib/commands/SISMEMBER
+
Defined in packages/client/lib/commands/SISMEMBER.ts:1
diff --git a/documentation/client/modules/lib_commands_SMEMBERS.html b/documentation/client/modules/lib_commands_SMEMBERS.html
index 819eddec26..12cd167a94 100644
--- a/documentation/client/modules/lib_commands_SMEMBERS.html
+++ b/documentation/client/modules/lib_commands_SMEMBERS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SMEMBERS
Module lib/commands/SMEMBERS
+
Defined in packages/client/lib/commands/SMEMBERS.ts:1
diff --git a/documentation/client/modules/lib_commands_SMISMEMBER.html b/documentation/client/modules/lib_commands_SMISMEMBER.html
index 7076060252..0a6f2a6908 100644
--- a/documentation/client/modules/lib_commands_SMISMEMBER.html
+++ b/documentation/client/modules/lib_commands_SMISMEMBER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SMISMEMBER
Module lib/commands/SMISMEMBER
+
Defined in packages/client/lib/commands/SMISMEMBER.ts:1
diff --git a/documentation/client/modules/lib_commands_SMOVE.html b/documentation/client/modules/lib_commands_SMOVE.html
index a5fbbb8a89..06238502a5 100644
--- a/documentation/client/modules/lib_commands_SMOVE.html
+++ b/documentation/client/modules/lib_commands_SMOVE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SMOVE
Module lib/commands/SMOVE
+
Defined in packages/client/lib/commands/SMOVE.ts:1
diff --git a/documentation/client/modules/lib_commands_SORT.html b/documentation/client/modules/lib_commands_SORT.html
index 1eec31fac6..4a375f9dfd 100644
--- a/documentation/client/modules/lib_commands_SORT.html
+++ b/documentation/client/modules/lib_commands_SORT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SORT
Module lib/commands/SORT
+
Defined in packages/client/lib/commands/SORT.ts:1
diff --git a/documentation/client/modules/lib_commands_SORT_RO.html b/documentation/client/modules/lib_commands_SORT_RO.html
index 103be88f4b..9f23386833 100644
--- a/documentation/client/modules/lib_commands_SORT_RO.html
+++ b/documentation/client/modules/lib_commands_SORT_RO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SORT_RO
Module lib/commands/SORT_RO
+
Defined in packages/client/lib/commands/SORT_RO.ts:1
diff --git a/documentation/client/modules/lib_commands_SORT_STORE.html b/documentation/client/modules/lib_commands_SORT_STORE.html
index 349aade588..57def58a07 100644
--- a/documentation/client/modules/lib_commands_SORT_STORE.html
+++ b/documentation/client/modules/lib_commands_SORT_STORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SORT_STORE
Module lib/commands/SORT_STORE
+
Defined in packages/client/lib/commands/SORT_STORE.ts:1
diff --git a/documentation/client/modules/lib_commands_SPOP.html b/documentation/client/modules/lib_commands_SPOP.html
index 960239212c..08c3e46243 100644
--- a/documentation/client/modules/lib_commands_SPOP.html
+++ b/documentation/client/modules/lib_commands_SPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SPOP
Module lib/commands/SPOP
+
Defined in packages/client/lib/commands/SPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_SPUBLISH.html b/documentation/client/modules/lib_commands_SPUBLISH.html
index fe5020d777..00b99c61b7 100644
--- a/documentation/client/modules/lib_commands_SPUBLISH.html
+++ b/documentation/client/modules/lib_commands_SPUBLISH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SPUBLISH
Module lib/commands/SPUBLISH
+
Defined in packages/client/lib/commands/SPUBLISH.ts:1
diff --git a/documentation/client/modules/lib_commands_SRANDMEMBER.html b/documentation/client/modules/lib_commands_SRANDMEMBER.html
index a01341c2fa..fe826fe7de 100644
--- a/documentation/client/modules/lib_commands_SRANDMEMBER.html
+++ b/documentation/client/modules/lib_commands_SRANDMEMBER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SRANDMEMBER
Module lib/commands/SRANDMEMBER
+
Defined in packages/client/lib/commands/SRANDMEMBER.ts:1
diff --git a/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html b/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html
index 97f038447e..590d44064a 100644
--- a/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html
+++ b/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SRANDMEMBER_COUNT
Module lib/commands/SRANDMEMBER_COUNT
+
Defined in packages/client/lib/commands/SRANDMEMBER_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_SREM.html b/documentation/client/modules/lib_commands_SREM.html
index 57d73a4c66..0b7fef6cce 100644
--- a/documentation/client/modules/lib_commands_SREM.html
+++ b/documentation/client/modules/lib_commands_SREM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SREM
Module lib/commands/SREM
+
Defined in packages/client/lib/commands/SREM.ts:1
diff --git a/documentation/client/modules/lib_commands_SSCAN.html b/documentation/client/modules/lib_commands_SSCAN.html
index 57a09838c0..c1fbb28346 100644
--- a/documentation/client/modules/lib_commands_SSCAN.html
+++ b/documentation/client/modules/lib_commands_SSCAN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SSCAN
Module lib/commands/SSCAN
+
Defined in packages/client/lib/commands/SSCAN.ts:1
diff --git a/documentation/client/modules/lib_commands_STRLEN.html b/documentation/client/modules/lib_commands_STRLEN.html
index 71da154a70..53618a130f 100644
--- a/documentation/client/modules/lib_commands_STRLEN.html
+++ b/documentation/client/modules/lib_commands_STRLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/STRLEN
Module lib/commands/STRLEN
+
Defined in packages/client/lib/commands/STRLEN.ts:1
diff --git a/documentation/client/modules/lib_commands_SUNION.html b/documentation/client/modules/lib_commands_SUNION.html
index 6141b377a1..447f92f175 100644
--- a/documentation/client/modules/lib_commands_SUNION.html
+++ b/documentation/client/modules/lib_commands_SUNION.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SUNION
Module lib/commands/SUNION
+
Defined in packages/client/lib/commands/SUNION.ts:1
diff --git a/documentation/client/modules/lib_commands_SUNIONSTORE.html b/documentation/client/modules/lib_commands_SUNIONSTORE.html
index 122572d1c1..85206ecbf9 100644
--- a/documentation/client/modules/lib_commands_SUNIONSTORE.html
+++ b/documentation/client/modules/lib_commands_SUNIONSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SUNIONSTORE
Module lib/commands/SUNIONSTORE
+
Defined in packages/client/lib/commands/SUNIONSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_SWAPDB.html b/documentation/client/modules/lib_commands_SWAPDB.html
index 38d9b3e038..4872e811d2 100644
--- a/documentation/client/modules/lib_commands_SWAPDB.html
+++ b/documentation/client/modules/lib_commands_SWAPDB.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/SWAPDB
Module lib/commands/SWAPDB
+
Defined in packages/client/lib/commands/SWAPDB.ts:1
diff --git a/documentation/client/modules/lib_commands_TIME.html b/documentation/client/modules/lib_commands_TIME.html
index 670f643946..8e4f71a9e5 100644
--- a/documentation/client/modules/lib_commands_TIME.html
+++ b/documentation/client/modules/lib_commands_TIME.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/TIME
Module lib/commands/TIME
+
Defined in packages/client/lib/commands/TIME.ts:1
diff --git a/documentation/client/modules/lib_commands_TOUCH.html b/documentation/client/modules/lib_commands_TOUCH.html
index 098dc5610a..e23a7aa2fa 100644
--- a/documentation/client/modules/lib_commands_TOUCH.html
+++ b/documentation/client/modules/lib_commands_TOUCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/TOUCH
Module lib/commands/TOUCH
+
Defined in packages/client/lib/commands/TOUCH.ts:1
diff --git a/documentation/client/modules/lib_commands_TTL.html b/documentation/client/modules/lib_commands_TTL.html
index 050ef17ae1..e3438c3c8a 100644
--- a/documentation/client/modules/lib_commands_TTL.html
+++ b/documentation/client/modules/lib_commands_TTL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/TTL
Module lib/commands/TTL
+
Defined in packages/client/lib/commands/TTL.ts:1
diff --git a/documentation/client/modules/lib_commands_TYPE.html b/documentation/client/modules/lib_commands_TYPE.html
index e5884ec8a1..01727eed57 100644
--- a/documentation/client/modules/lib_commands_TYPE.html
+++ b/documentation/client/modules/lib_commands_TYPE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/TYPE
Module lib/commands/TYPE
+
Defined in packages/client/lib/commands/TYPE.ts:1
diff --git a/documentation/client/modules/lib_commands_UNLINK.html b/documentation/client/modules/lib_commands_UNLINK.html
index 6ff5335202..6cddd553ed 100644
--- a/documentation/client/modules/lib_commands_UNLINK.html
+++ b/documentation/client/modules/lib_commands_UNLINK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/UNLINK
Module lib/commands/UNLINK
+
Defined in packages/client/lib/commands/UNLINK.ts:1
diff --git a/documentation/client/modules/lib_commands_UNWATCH.html b/documentation/client/modules/lib_commands_UNWATCH.html
index a1e9c406c4..9e2beccbe9 100644
--- a/documentation/client/modules/lib_commands_UNWATCH.html
+++ b/documentation/client/modules/lib_commands_UNWATCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/UNWATCH
Module lib/commands/UNWATCH
+
Defined in packages/client/lib/commands/UNWATCH.ts:1
diff --git a/documentation/client/modules/lib_commands_WAIT.html b/documentation/client/modules/lib_commands_WAIT.html
index bf79ebd6d5..ad5b2bb8af 100644
--- a/documentation/client/modules/lib_commands_WAIT.html
+++ b/documentation/client/modules/lib_commands_WAIT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/WAIT
Module lib/commands/WAIT
+
Defined in packages/client/lib/commands/WAIT.ts:1
diff --git a/documentation/client/modules/lib_commands_WATCH.html b/documentation/client/modules/lib_commands_WATCH.html
index 0b70523755..18c18ede46 100644
--- a/documentation/client/modules/lib_commands_WATCH.html
+++ b/documentation/client/modules/lib_commands_WATCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/WATCH
Module lib/commands/WATCH
+
Defined in packages/client/lib/commands/WATCH.ts:1
diff --git a/documentation/client/modules/lib_commands_XACK.html b/documentation/client/modules/lib_commands_XACK.html
index ff400d736e..d32031fd5d 100644
--- a/documentation/client/modules/lib_commands_XACK.html
+++ b/documentation/client/modules/lib_commands_XACK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XACK
Module lib/commands/XACK
+
Defined in packages/client/lib/commands/XACK.ts:1
diff --git a/documentation/client/modules/lib_commands_XADD.html b/documentation/client/modules/lib_commands_XADD.html
index 009b11bee0..3756d6b9e6 100644
--- a/documentation/client/modules/lib_commands_XADD.html
+++ b/documentation/client/modules/lib_commands_XADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XADD
Module lib/commands/XADD
+
Defined in packages/client/lib/commands/XADD.ts:1
diff --git a/documentation/client/modules/lib_commands_XAUTOCLAIM.html b/documentation/client/modules/lib_commands_XAUTOCLAIM.html
index 01451023b1..4c7628710b 100644
--- a/documentation/client/modules/lib_commands_XAUTOCLAIM.html
+++ b/documentation/client/modules/lib_commands_XAUTOCLAIM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XAUTOCLAIM
Module lib/commands/XAUTOCLAIM
+
Defined in packages/client/lib/commands/XAUTOCLAIM.ts:1
diff --git a/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html b/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html
index e1881cd4df..4234a94df5 100644
--- a/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html
+++ b/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XAUTOCLAIM_JUSTID
Module lib/commands/XAUTOCLAIM_JUSTID
+
Defined in packages/client/lib/commands/XAUTOCLAIM_JUSTID.ts:1
diff --git a/documentation/client/modules/lib_commands_XCLAIM.html b/documentation/client/modules/lib_commands_XCLAIM.html
index 37b0254291..151a8d705d 100644
--- a/documentation/client/modules/lib_commands_XCLAIM.html
+++ b/documentation/client/modules/lib_commands_XCLAIM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XCLAIM
Module lib/commands/XCLAIM
+
Defined in packages/client/lib/commands/XCLAIM.ts:1
diff --git a/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html b/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html
index 4c72c15210..d76d8470a0 100644
--- a/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html
+++ b/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XCLAIM_JUSTID
Module lib/commands/XCLAIM_JUSTID
+
Defined in packages/client/lib/commands/XCLAIM_JUSTID.ts:1
diff --git a/documentation/client/modules/lib_commands_XDEL.html b/documentation/client/modules/lib_commands_XDEL.html
index 9a2e3b6997..edc1438b33 100644
--- a/documentation/client/modules/lib_commands_XDEL.html
+++ b/documentation/client/modules/lib_commands_XDEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XDEL
Module lib/commands/XDEL
+
Defined in packages/client/lib/commands/XDEL.ts:1
diff --git a/documentation/client/modules/lib_commands_XGROUP_CREATE.html b/documentation/client/modules/lib_commands_XGROUP_CREATE.html
index 98cf0b3c53..aafbcc93d4 100644
--- a/documentation/client/modules/lib_commands_XGROUP_CREATE.html
+++ b/documentation/client/modules/lib_commands_XGROUP_CREATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XGROUP_CREATE
Module lib/commands/XGROUP_CREATE
+
Defined in packages/client/lib/commands/XGROUP_CREATE.ts:1
diff --git a/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html b/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html
index ebb7da90b3..e82e82d684 100644
--- a/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html
+++ b/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XGROUP_CREATECONSUMER
Module lib/commands/XGROUP_CREATECONSUMER
+
Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:1
diff --git a/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html b/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html
index 8fd05aefd7..cead736c3e 100644
--- a/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html
+++ b/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XGROUP_DELCONSUMER
Module lib/commands/XGROUP_DELCONSUMER
+
Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:1
diff --git a/documentation/client/modules/lib_commands_XGROUP_DESTROY.html b/documentation/client/modules/lib_commands_XGROUP_DESTROY.html
index 241be93c01..988505be7e 100644
--- a/documentation/client/modules/lib_commands_XGROUP_DESTROY.html
+++ b/documentation/client/modules/lib_commands_XGROUP_DESTROY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XGROUP_DESTROY
Module lib/commands/XGROUP_DESTROY
+
Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:1
diff --git a/documentation/client/modules/lib_commands_XGROUP_SETID.html b/documentation/client/modules/lib_commands_XGROUP_SETID.html
index 37a3832568..9fb376fb8f 100644
--- a/documentation/client/modules/lib_commands_XGROUP_SETID.html
+++ b/documentation/client/modules/lib_commands_XGROUP_SETID.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XGROUP_SETID
Module lib/commands/XGROUP_SETID
+
Defined in packages/client/lib/commands/XGROUP_SETID.ts:1
diff --git a/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html b/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html
index 1b39fb7464..baaa83c412 100644
--- a/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html
+++ b/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XINFO_CONSUMERS
Module lib/commands/XINFO_CONSUMERS
+
Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:1
diff --git a/documentation/client/modules/lib_commands_XINFO_GROUPS.html b/documentation/client/modules/lib_commands_XINFO_GROUPS.html
index 836c24063a..d3f6bd502a 100644
--- a/documentation/client/modules/lib_commands_XINFO_GROUPS.html
+++ b/documentation/client/modules/lib_commands_XINFO_GROUPS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XINFO_GROUPS
Module lib/commands/XINFO_GROUPS
+
Defined in packages/client/lib/commands/XINFO_GROUPS.ts:1
diff --git a/documentation/client/modules/lib_commands_XINFO_STREAM.html b/documentation/client/modules/lib_commands_XINFO_STREAM.html
index 77b988cba0..ec78ba9591 100644
--- a/documentation/client/modules/lib_commands_XINFO_STREAM.html
+++ b/documentation/client/modules/lib_commands_XINFO_STREAM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XINFO_STREAM
Module lib/commands/XINFO_STREAM
+
Defined in packages/client/lib/commands/XINFO_STREAM.ts:1
diff --git a/documentation/client/modules/lib_commands_XLEN.html b/documentation/client/modules/lib_commands_XLEN.html
index 8e9c34f234..aca6535598 100644
--- a/documentation/client/modules/lib_commands_XLEN.html
+++ b/documentation/client/modules/lib_commands_XLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XLEN
Module lib/commands/XLEN
+
Defined in packages/client/lib/commands/XLEN.ts:1
diff --git a/documentation/client/modules/lib_commands_XPENDING.html b/documentation/client/modules/lib_commands_XPENDING.html
index 6b68994d32..c5d256ef75 100644
--- a/documentation/client/modules/lib_commands_XPENDING.html
+++ b/documentation/client/modules/lib_commands_XPENDING.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XPENDING
Module lib/commands/XPENDING
+
Defined in packages/client/lib/commands/XPENDING.ts:1
diff --git a/documentation/client/modules/lib_commands_XPENDING_RANGE.html b/documentation/client/modules/lib_commands_XPENDING_RANGE.html
index 4ea7a27a80..b0740894c7 100644
--- a/documentation/client/modules/lib_commands_XPENDING_RANGE.html
+++ b/documentation/client/modules/lib_commands_XPENDING_RANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XPENDING_RANGE
Module lib/commands/XPENDING_RANGE
+
Defined in packages/client/lib/commands/XPENDING_RANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_XRANGE.html b/documentation/client/modules/lib_commands_XRANGE.html
index ee8b741fdc..f2893caf74 100644
--- a/documentation/client/modules/lib_commands_XRANGE.html
+++ b/documentation/client/modules/lib_commands_XRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XRANGE
Module lib/commands/XRANGE
+
Defined in packages/client/lib/commands/XRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_XREAD.html b/documentation/client/modules/lib_commands_XREAD.html
index a23c630ef0..740ee46101 100644
--- a/documentation/client/modules/lib_commands_XREAD.html
+++ b/documentation/client/modules/lib_commands_XREAD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XREAD
Module lib/commands/XREAD
+
Defined in packages/client/lib/commands/XREAD.ts:1
diff --git a/documentation/client/modules/lib_commands_XREADGROUP.html b/documentation/client/modules/lib_commands_XREADGROUP.html
index a977e71d58..60f1a038ca 100644
--- a/documentation/client/modules/lib_commands_XREADGROUP.html
+++ b/documentation/client/modules/lib_commands_XREADGROUP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XREADGROUP
Module lib/commands/XREADGROUP
+
Defined in packages/client/lib/commands/XREADGROUP.ts:1
diff --git a/documentation/client/modules/lib_commands_XREVRANGE.html b/documentation/client/modules/lib_commands_XREVRANGE.html
index 071241a006..aa4c6dc20a 100644
--- a/documentation/client/modules/lib_commands_XREVRANGE.html
+++ b/documentation/client/modules/lib_commands_XREVRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XREVRANGE
Module lib/commands/XREVRANGE
+
Defined in packages/client/lib/commands/XREVRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_XSETID.html b/documentation/client/modules/lib_commands_XSETID.html
index 2bb9572383..51de7b42bd 100644
--- a/documentation/client/modules/lib_commands_XSETID.html
+++ b/documentation/client/modules/lib_commands_XSETID.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XSETID
Module lib/commands/XSETID
+
Defined in packages/client/lib/commands/XSETID.ts:1
diff --git a/documentation/client/modules/lib_commands_XTRIM.html b/documentation/client/modules/lib_commands_XTRIM.html
index 01ee72eacc..ea4605fc09 100644
--- a/documentation/client/modules/lib_commands_XTRIM.html
+++ b/documentation/client/modules/lib_commands_XTRIM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/XTRIM
Module lib/commands/XTRIM
+
Defined in packages/client/lib/commands/XTRIM.ts:1
diff --git a/documentation/client/modules/lib_commands_ZADD.html b/documentation/client/modules/lib_commands_ZADD.html
index e1fa464afb..3418656f49 100644
--- a/documentation/client/modules/lib_commands_ZADD.html
+++ b/documentation/client/modules/lib_commands_ZADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZADD
Module lib/commands/ZADD
+
Defined in packages/client/lib/commands/ZADD.ts:1
diff --git a/documentation/client/modules/lib_commands_ZCARD.html b/documentation/client/modules/lib_commands_ZCARD.html
index 82e27f7587..81a028cdc4 100644
--- a/documentation/client/modules/lib_commands_ZCARD.html
+++ b/documentation/client/modules/lib_commands_ZCARD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZCARD
Module lib/commands/ZCARD
+
Defined in packages/client/lib/commands/ZCARD.ts:1
diff --git a/documentation/client/modules/lib_commands_ZCOUNT.html b/documentation/client/modules/lib_commands_ZCOUNT.html
index 7b1cb4e92f..f05c69a1b4 100644
--- a/documentation/client/modules/lib_commands_ZCOUNT.html
+++ b/documentation/client/modules/lib_commands_ZCOUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZCOUNT
Module lib/commands/ZCOUNT
+
Defined in packages/client/lib/commands/ZCOUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_ZDIFF.html b/documentation/client/modules/lib_commands_ZDIFF.html
index 11fe74c489..21e594a6fe 100644
--- a/documentation/client/modules/lib_commands_ZDIFF.html
+++ b/documentation/client/modules/lib_commands_ZDIFF.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZDIFF
Module lib/commands/ZDIFF
+
Defined in packages/client/lib/commands/ZDIFF.ts:1
diff --git a/documentation/client/modules/lib_commands_ZDIFFSTORE.html b/documentation/client/modules/lib_commands_ZDIFFSTORE.html
index 3a12922bc1..b270cd5e36 100644
--- a/documentation/client/modules/lib_commands_ZDIFFSTORE.html
+++ b/documentation/client/modules/lib_commands_ZDIFFSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZDIFFSTORE
Module lib/commands/ZDIFFSTORE
+
Defined in packages/client/lib/commands/ZDIFFSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html b/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html
index 4808283a61..315d541fd4 100644
--- a/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html
+++ b/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZDIFF_WITHSCORES
Module lib/commands/ZDIFF_WITHSCORES
+
Defined in packages/client/lib/commands/ZDIFF_WITHSCORES.ts:1
diff --git a/documentation/client/modules/lib_commands_ZINCRBY.html b/documentation/client/modules/lib_commands_ZINCRBY.html
index 21d2fe1da1..3714e1564d 100644
--- a/documentation/client/modules/lib_commands_ZINCRBY.html
+++ b/documentation/client/modules/lib_commands_ZINCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZINCRBY
Module lib/commands/ZINCRBY
+
Defined in packages/client/lib/commands/ZINCRBY.ts:1
diff --git a/documentation/client/modules/lib_commands_ZINTER.html b/documentation/client/modules/lib_commands_ZINTER.html
index 90e6f97985..fb49b59f8d 100644
--- a/documentation/client/modules/lib_commands_ZINTER.html
+++ b/documentation/client/modules/lib_commands_ZINTER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZINTER
Module lib/commands/ZINTER
+
Defined in packages/client/lib/commands/ZINTER.ts:1
diff --git a/documentation/client/modules/lib_commands_ZINTERCARD.html b/documentation/client/modules/lib_commands_ZINTERCARD.html
index 7f11704eef..e1ed9ffcb7 100644
--- a/documentation/client/modules/lib_commands_ZINTERCARD.html
+++ b/documentation/client/modules/lib_commands_ZINTERCARD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZINTERCARD
Module lib/commands/ZINTERCARD
+
Defined in packages/client/lib/commands/ZINTERCARD.ts:1
diff --git a/documentation/client/modules/lib_commands_ZINTERSTORE.html b/documentation/client/modules/lib_commands_ZINTERSTORE.html
index 2c2529d8e6..52b73e1b97 100644
--- a/documentation/client/modules/lib_commands_ZINTERSTORE.html
+++ b/documentation/client/modules/lib_commands_ZINTERSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZINTERSTORE
Module lib/commands/ZINTERSTORE
+
Defined in packages/client/lib/commands/ZINTERSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html b/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html
index 2bfdd3c3c2..ee3bf2edd8 100644
--- a/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html
+++ b/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZINTER_WITHSCORES
Module lib/commands/ZINTER_WITHSCORES
+
Defined in packages/client/lib/commands/ZINTER_WITHSCORES.ts:1
diff --git a/documentation/client/modules/lib_commands_ZLEXCOUNT.html b/documentation/client/modules/lib_commands_ZLEXCOUNT.html
index eb34d1bdf1..99d9d4159d 100644
--- a/documentation/client/modules/lib_commands_ZLEXCOUNT.html
+++ b/documentation/client/modules/lib_commands_ZLEXCOUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZLEXCOUNT
Module lib/commands/ZLEXCOUNT
+
Defined in packages/client/lib/commands/ZLEXCOUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_ZMPOP.html b/documentation/client/modules/lib_commands_ZMPOP.html
index 16348791ca..04c7a93eeb 100644
--- a/documentation/client/modules/lib_commands_ZMPOP.html
+++ b/documentation/client/modules/lib_commands_ZMPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZMPOP
Module lib/commands/ZMPOP
+
Defined in packages/client/lib/commands/ZMPOP.ts:1
diff --git a/documentation/client/modules/lib_commands_ZMSCORE.html b/documentation/client/modules/lib_commands_ZMSCORE.html
index ec876be3f7..cdc7983c30 100644
--- a/documentation/client/modules/lib_commands_ZMSCORE.html
+++ b/documentation/client/modules/lib_commands_ZMSCORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZMSCORE
Module lib/commands/ZMSCORE
+
Defined in packages/client/lib/commands/ZMSCORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZPOPMAX.html b/documentation/client/modules/lib_commands_ZPOPMAX.html
index 43e8f2759e..ede5319a7d 100644
--- a/documentation/client/modules/lib_commands_ZPOPMAX.html
+++ b/documentation/client/modules/lib_commands_ZPOPMAX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZPOPMAX
Module lib/commands/ZPOPMAX
+
Defined in packages/client/lib/commands/ZPOPMAX.ts:1
diff --git a/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html b/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html
index 8cead9c930..f89ee3bd50 100644
--- a/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html
+++ b/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZPOPMAX_COUNT
Module lib/commands/ZPOPMAX_COUNT
+
Defined in packages/client/lib/commands/ZPOPMAX_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_ZPOPMIN.html b/documentation/client/modules/lib_commands_ZPOPMIN.html
index 0d8fc16d71..3c46c22b4a 100644
--- a/documentation/client/modules/lib_commands_ZPOPMIN.html
+++ b/documentation/client/modules/lib_commands_ZPOPMIN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZPOPMIN
Module lib/commands/ZPOPMIN
+
Defined in packages/client/lib/commands/ZPOPMIN.ts:1
diff --git a/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html b/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html
index 50914d2307..52df661f8d 100644
--- a/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html
+++ b/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZPOPMIN_COUNT
Module lib/commands/ZPOPMIN_COUNT
+
Defined in packages/client/lib/commands/ZPOPMIN_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER.html b/documentation/client/modules/lib_commands_ZRANDMEMBER.html
index 7067fe8a3d..85fdc90d1d 100644
--- a/documentation/client/modules/lib_commands_ZRANDMEMBER.html
+++ b/documentation/client/modules/lib_commands_ZRANDMEMBER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANDMEMBER
Module lib/commands/ZRANDMEMBER
+
Defined in packages/client/lib/commands/ZRANDMEMBER.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html
index 266305ebe2..62c3403584 100644
--- a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html
+++ b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANDMEMBER_COUNT
Module lib/commands/ZRANDMEMBER_COUNT
+
Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html
index 03f0d0b2a8..e5168e958c 100644
--- a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html
+++ b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANDMEMBER_COUNT_WITHSCORES
Module lib/commands/ZRANDMEMBER_COUNT_WITHSCORES
+
Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANGE.html b/documentation/client/modules/lib_commands_ZRANGE.html
index 1682220d58..0f44805658 100644
--- a/documentation/client/modules/lib_commands_ZRANGE.html
+++ b/documentation/client/modules/lib_commands_ZRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANGE
Module lib/commands/ZRANGE
+
Defined in packages/client/lib/commands/ZRANGE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANGEBYLEX.html b/documentation/client/modules/lib_commands_ZRANGEBYLEX.html
index 130d99563f..2725d66c22 100644
--- a/documentation/client/modules/lib_commands_ZRANGEBYLEX.html
+++ b/documentation/client/modules/lib_commands_ZRANGEBYLEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANGEBYLEX
Module lib/commands/ZRANGEBYLEX
+
Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html b/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html
index 2ddf19f9fb..625195755d 100644
--- a/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html
+++ b/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANGEBYSCORE
Module lib/commands/ZRANGEBYSCORE
+
Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html
index 688f77c313..0e77eba2bb 100644
--- a/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html
+++ b/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANGEBYSCORE_WITHSCORES
Module lib/commands/ZRANGEBYSCORE_WITHSCORES
+
Defined in packages/client/lib/commands/ZRANGEBYSCORE_WITHSCORES.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANGESTORE.html b/documentation/client/modules/lib_commands_ZRANGESTORE.html
index 4ab4798e60..28fffc1d23 100644
--- a/documentation/client/modules/lib_commands_ZRANGESTORE.html
+++ b/documentation/client/modules/lib_commands_ZRANGESTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANGESTORE
Module lib/commands/ZRANGESTORE
+
Defined in packages/client/lib/commands/ZRANGESTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html
index 6dff393fb9..218ec883d1 100644
--- a/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html
+++ b/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANGE_WITHSCORES
Module lib/commands/ZRANGE_WITHSCORES
+
Defined in packages/client/lib/commands/ZRANGE_WITHSCORES.ts:1
diff --git a/documentation/client/modules/lib_commands_ZRANK.html b/documentation/client/modules/lib_commands_ZRANK.html
index c547cc15c6..f3c41ede93 100644
--- a/documentation/client/modules/lib_commands_ZRANK.html
+++ b/documentation/client/modules/lib_commands_ZRANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZRANK
Module lib/commands/ZRANK
+
Defined in packages/client/lib/commands/ZRANK.ts:1
diff --git a/documentation/client/modules/lib_commands_ZREM.html b/documentation/client/modules/lib_commands_ZREM.html
index 212e6163c2..4ab03cc6d3 100644
--- a/documentation/client/modules/lib_commands_ZREM.html
+++ b/documentation/client/modules/lib_commands_ZREM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZREM
Module lib/commands/ZREM
+
Defined in packages/client/lib/commands/ZREM.ts:1
diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html b/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html
index b6bf948651..1fc511c04f 100644
--- a/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html
+++ b/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZREMRANGEBYLEX
Module lib/commands/ZREMRANGEBYLEX
+
Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:1
diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html b/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html
index 533b3272a1..ac97a2fe3b 100644
--- a/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html
+++ b/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZREMRANGEBYRANK
Module lib/commands/ZREMRANGEBYRANK
+
Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:1
diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html b/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html
index 011e05eb48..3e6504e0c8 100644
--- a/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html
+++ b/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZREMRANGEBYSCORE
Module lib/commands/ZREMRANGEBYSCORE
+
Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZREVRANK.html b/documentation/client/modules/lib_commands_ZREVRANK.html
index 985cac8d53..679cb05d4a 100644
--- a/documentation/client/modules/lib_commands_ZREVRANK.html
+++ b/documentation/client/modules/lib_commands_ZREVRANK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZREVRANK
Module lib/commands/ZREVRANK
+
Defined in packages/client/lib/commands/ZREVRANK.ts:1
diff --git a/documentation/client/modules/lib_commands_ZSCAN.html b/documentation/client/modules/lib_commands_ZSCAN.html
index 53506d6d42..19e2a95dad 100644
--- a/documentation/client/modules/lib_commands_ZSCAN.html
+++ b/documentation/client/modules/lib_commands_ZSCAN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZSCAN
Module lib/commands/ZSCAN
+
Defined in packages/client/lib/commands/ZSCAN.ts:1
diff --git a/documentation/client/modules/lib_commands_ZSCORE.html b/documentation/client/modules/lib_commands_ZSCORE.html
index fd8f3eb034..87bd61603f 100644
--- a/documentation/client/modules/lib_commands_ZSCORE.html
+++ b/documentation/client/modules/lib_commands_ZSCORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZSCORE
Module lib/commands/ZSCORE
+
Defined in packages/client/lib/commands/ZSCORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZUNION.html b/documentation/client/modules/lib_commands_ZUNION.html
index acf5627a46..5c9105a2de 100644
--- a/documentation/client/modules/lib_commands_ZUNION.html
+++ b/documentation/client/modules/lib_commands_ZUNION.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZUNION
Module lib/commands/ZUNION
+
Defined in packages/client/lib/commands/ZUNION.ts:1
diff --git a/documentation/client/modules/lib_commands_ZUNIONSTORE.html b/documentation/client/modules/lib_commands_ZUNIONSTORE.html
index 37646e0017..4182abc262 100644
--- a/documentation/client/modules/lib_commands_ZUNIONSTORE.html
+++ b/documentation/client/modules/lib_commands_ZUNIONSTORE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZUNIONSTORE
Module lib/commands/ZUNIONSTORE
+
Defined in packages/client/lib/commands/ZUNIONSTORE.ts:1
diff --git a/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html b/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html
index 8394eee415..266d83019b 100644
--- a/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html
+++ b/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/ZUNION_WITHSCORES
Module lib/commands/ZUNION_WITHSCORES
+
Defined in packages/client/lib/commands/ZUNION_WITHSCORES.ts:1
diff --git a/documentation/client/modules/lib_commands_generic_transformers.html b/documentation/client/modules/lib_commands_generic_transformers.html
index e07100e811..737d68cff1 100644
--- a/documentation/client/modules/lib_commands_generic_transformers.html
+++ b/documentation/client/modules/lib_commands_generic_transformers.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/commands/generic-transformers
Module lib/commands/generic-transformers
+
Defined in packages/client/lib/commands/generic-transformers.ts:1
diff --git a/documentation/client/modules/lib_errors.html b/documentation/client/modules/lib_errors.html
index b1ed244c74..0f26c6ffad 100644
--- a/documentation/client/modules/lib_errors.html
+++ b/documentation/client/modules/lib_errors.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/errors
Module lib/errors
+
Defined in packages/client/lib/errors.ts:1
diff --git a/documentation/client/modules/lib_lua_script.html b/documentation/client/modules/lib_lua_script.html
index 659f9e622f..5b9bb36e2f 100644
--- a/documentation/client/modules/lib_lua_script.html
+++ b/documentation/client/modules/lib_lua_script.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/lua-script
Module lib/lua-script
+
Defined in packages/client/lib/lua-script.ts:1
diff --git a/documentation/client/modules/lib_multi_command.html b/documentation/client/modules/lib_multi_command.html
index 2eb7753542..a539bb4aee 100644
--- a/documentation/client/modules/lib_multi_command.html
+++ b/documentation/client/modules/lib_multi_command.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/multi-command
Module lib/multi-command
+
Defined in packages/client/lib/multi-command.ts:1
diff --git a/documentation/client/modules/lib_utils.html b/documentation/client/modules/lib_utils.html
index debc6099cc..9723f25869 100644
--- a/documentation/client/modules/lib_utils.html
+++ b/documentation/client/modules/lib_utils.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
@@ -16,7 +16,7 @@
lib/utils
Module lib/utils
+
Defined in packages/client/lib/utils.ts:1
diff --git a/documentation/client/types/lib_client.InstantiableRedisClient.html b/documentation/client/types/lib_client.InstantiableRedisClient.html
index e11e19d370..8b0215a005 100644
--- a/documentation/client/types/lib_client.InstantiableRedisClient.html
+++ b/documentation/client/types/lib_client.InstantiableRedisClient.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/client
+The search index is not available @redis/client
+Defined in packages/client/lib/client/index.ts:97
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
S extends RedisScripts = Record < string , never >
+
Defined in packages/client/lib/client/index.ts:91
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias Reply
+Defined in packages/client/lib/client/RESP2/decoder.ts:23
+The search index is not available @redis/client
@@ -26,7 +26,7 @@
Returns boolean
+Defined in packages/client/lib/client/RESP2/decoder.ts:27
+The search index is not available @redis/client
+Defined in packages/client/lib/client/commands-queue.ts:33
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
Optional
chainId: symbol
+Defined in packages/client/lib/client/multi-command.ts:61
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias PubSubCommand
+Defined in packages/client/lib/client/pub-sub.ts:41
+The search index is not available @redis/client
@@ -43,7 +43,7 @@
channel: T
Returns unknown
+Defined in packages/client/lib/client/pub-sub.ts:27
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias PubSubTypeListeners
+Defined in packages/client/lib/client/pub-sub.ts:37
+The search index is not available @redis/client
@@ -26,7 +26,7 @@
Returns Promise < void >
+Defined in packages/client/lib/client/socket.ts:46
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RedisSocketOptions
+Defined in packages/client/lib/client/socket.ts:39
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RedisClusterClientOptions
Redis
Cluster
Client
Options
: Omit < RedisClientOptions , "modules" | "functions" | "scripts" | "database" >
+Defined in packages/client/lib/cluster/index.ts:12
+The search index is not available @redis/client
@@ -27,7 +27,7 @@
S extends RedisScripts = Record < string , never >
+
Defined in packages/client/lib/cluster/index.ts:57
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias NodeAddressMap
Node Address Map: { Â Â Â Â [address: string ]: NodeAddress ; } | ( ( address: string ) => NodeAddress | undefined )
+Defined in packages/client/lib/cluster/cluster-slots.ts:20
+The search index is not available @redis/client
+Defined in packages/client/lib/cluster/cluster-slots.ts:87
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -40,7 +40,7 @@
Rest
... args: ConstructorParameters < typeof default >
+Defined in packages/client/lib/cluster/multi-command.ts:56
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
Optional
chainId: symbol
+Defined in packages/client/lib/cluster/multi-command.ts:62
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RedisCommandArgument
Redis Command Argument: string | Buffer
+Defined in packages/client/lib/commands/index.ts:7
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RedisCommandArguments
+Defined in packages/client/lib/commands/index.ts:9
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RedisCommandRawReply
+Defined in packages/client/lib/commands/index.ts:5
+The search index is not available @redis/client
+The search index is not available @redis/client
@@ -43,7 +43,7 @@
Rest
... args: Params | [ options: Options , rest: Params ]
Returns Promise < ConvertArgumentType < RedisCommandReply < Command > , Options [ "returnBuffers" ] extends true ? Buffer : string > >
+Defined in packages/client/lib/commands/index.ts:39
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RedisScript
+Defined in packages/client/lib/commands/index.ts:75
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias BitFieldEncoding
Bit Field Encoding: ` ${ "i" | "u" } ${ number } `
+Defined in packages/client/lib/commands/BITFIELD.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias ListFilter
List Filter: ListFilterType | ListFilterId
+Defined in packages/client/lib/commands/CLIENT_LIST.ts:15
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias ClusterSlotsReply
+Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:22
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias EventType
Event Type: "active-defrag-cycle" | "aof-fsync-always" | "aof-stat" | "aof-rewrite-diff-write" | "aof-rename" | "aof-write" | "aof-write-active-child" | "aof-write-alone" | "aof-write-pending-fsync" | "command" | "expire-cycle" | "eviction-cycle" | "eviction-del" | "fast-command" | "fork" | "rdb-unlink-temp-file"
+Defined in packages/client/lib/commands/LATENCY_GRAPH.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias MSetArguments
+Defined in packages/client/lib/commands/MSET.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias SetOptions
Set Options: SetTTL & SetGuards & SetCommonOptions
+Defined in packages/client/lib/commands/SET.ts:25
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias BitValue
Bit Value: 0 | 1
+Defined in packages/client/lib/commands/generic-transformers.ts:11
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias CommandRawReply
Command
Raw
Reply
: [ name
: string , arity
: number , flags
: CommandFlags [] , firstKeyIndex
: number , lastKeyIndex
: number , step
: number , categories
: CommandCategories [] ]
+Defined in packages/client/lib/commands/generic-transformers.ts:520
+The search index is not available @redis/client
@@ -35,7 +35,7 @@
step: number
+Defined in packages/client/lib/commands/generic-transformers.ts:530
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias FunctionListRawItemReply
Function
List
Raw
Item
Reply
: [ "library_name" , string , "engine" , string , "functions" , [ "name" , string , "description" , string | null , "flags" , RedisFunctionFlags [] ] [] ]
+Defined in packages/client/lib/commands/generic-transformers.ts:562
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias GeoSearchBy
Geo Search By: GeoSearchByRadius | GeoSearchByBox
+Defined in packages/client/lib/commands/generic-transformers.ts:249
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias GeoSearchFrom
+Defined in packages/client/lib/commands/generic-transformers.ts:236
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias GeoUnits
Geo Units: "m" | "km" | "mi" | "ft"
+Defined in packages/client/lib/commands/generic-transformers.ts:227
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias ListSide
List Side: "LEFT" | "RIGHT"
+Defined in packages/client/lib/commands/generic-transformers.ts:182
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias RawRangeReply
Raw Range Reply: [ start: number , end: number ]
+Defined in packages/client/lib/commands/generic-transformers.ts:674
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias SortedSetSide
Sorted Set Side: "MIN" | "MAX"
+Defined in packages/client/lib/commands/generic-transformers.ts:159
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias StreamMessagesReply
+Defined in packages/client/lib/commands/generic-transformers.ts:95
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Type alias StreamsMessagesReply
+Defined in packages/client/lib/commands/generic-transformers.ts:110
+The search index is not available @redis/client
+Defined in packages/client/lib/client/commands.ts:121
+The search index is not available @redis/client
+Defined in packages/client/lib/cluster/commands.ts:214
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ACL_DRYRUN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/APPEND.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BITCOUNT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/BITCOUNT.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BITFIELD.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BITFIELD_RO.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/BITFIELD_RO.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/BITOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BITPOS.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/BITPOS.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BLMOVE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 3 = 3
+Defined in packages/client/lib/commands/BLMPOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BLPOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BRPOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BRPOPLPUSH.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 3 = 3
+Defined in packages/client/lib/commands/BZMPOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BZPOPMAX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/BZPOPMIN.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/CLIENT_ID.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/CLIENT_INFO.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/CLIENT_LIST.ts:17
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/COMMAND.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/COMMAND_COUNT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/COMMAND_INFO.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/COMMAND_LIST.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/COPY.ts:8
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/DBSIZE.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/DECR.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/DECRBY.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/DEL.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/DUMP.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ECHO.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/EVALSHA_RO.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/EVAL_RO.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/EXISTS.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/EXISTS.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/EXPIRE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/EXPIREAT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/EXPIRETIME.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/FCALL_RO.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEOADD.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEODIST.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEODIST.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEOHASH.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEOHASH.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEOPOS.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEOPOS.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEORADIUS.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEORADIUS.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEORADIUS_RO.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEORADIUS_RO.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GEOSEARCH.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GEOSEARCH.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GET.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GETBIT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GETBIT.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GETDEL.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GETEX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GETRANGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/GETRANGE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/GETSET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HDEL.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HEXISTS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HGET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/HGET.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HGETALL.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/HGETALL.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable TRANSFORM_LEGACY_REPLYConst
TRANSFORM_ LEGACY_ REPLY: true = true
+Defined in packages/client/lib/commands/HGETALL.ts:7
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HINCRBY.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HKEYS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HLEN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HMGET.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/HMGET.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HRANDFIELD.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/HRANDFIELD.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HSCAN.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/HSCAN.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HSET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HSETNX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HSTRLEN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/HVALS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/INCR.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/INCRBY.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/INCRBYFLOAT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/INFO.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LASTSAVE.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LCS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LCS.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LINDEX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LINDEX.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LINSERT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LLEN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LLEN.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LMOVE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/LMPOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LOLWUT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LPOP.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LPOP_COUNT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LPOS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LPOS.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LPUSH.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LPUSHX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LRANGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/LRANGE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LREM.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LSET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/LTRIM.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/MEMORY_USAGE.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/MEMORY_USAGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/MGET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/MGET.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/MOVE.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/MSET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/MSETNX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/OBJECT_FREQ.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/OBJECT_FREQ.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PERSIST.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PEXPIRE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PEXPIREAT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PEXPIRETIME.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PFADD.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PFCOUNT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PFMERGE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PSETEX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/PTTL.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/PTTL.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/PUBLISH.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/PUBSUB_SHARDCHANNELS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/RANDOMKEY.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RENAME.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RENAMENX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ROLE.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RPOP.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RPOPLPUSH.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RPOP_COUNT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RPUSH.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/RPUSHX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SADD.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SCAN.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SCARD.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SDIFF.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SDIFF.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SDIFFSTORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SET.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SETBIT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SETEX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SETNX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SETRANGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SINTER.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SINTER.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/SINTERCARD.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SINTERCARD.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SINTERSTORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SISMEMBER.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SMEMBERS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SMISMEMBER.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SMOVE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SORT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SORT_RO.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SORT_RO.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SORT_STORE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SPOP.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SPUBLISH.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SPUBLISH.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SRANDMEMBER.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SREM.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SSCAN.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SSCAN.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/STRLEN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/STRLEN.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SUNION.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/SUNION.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/SUNIONSTORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/TOUCH.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/TTL.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/TTL.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/TYPE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/TYPE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/UNLINK.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/WAIT.ts:1
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/WATCH.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XACK.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XADD.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XAUTOCLAIM.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XCLAIM.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XDEL.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XGROUP_CREATE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XGROUP_SETID.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XINFO_GROUPS.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XINFO_GROUPS.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/XINFO_STREAM.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XINFO_STREAM.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XLEN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XLEN.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XPENDING.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XPENDING.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XPENDING_RANGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XPENDING_RANGE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XRANGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XRANGE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XREAD.ts:7
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XREADGROUP.ts:22
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XREVRANGE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/XREVRANGE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XSETID.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/XTRIM.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZADD.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZCARD.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZCARD.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZCOUNT.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZCOUNT.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/ZDIFF.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZDIFF.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZDIFFSTORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZINCRBY.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/ZINTER.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZINTER.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/ZINTERCARD.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZINTERCARD.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZINTERSTORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZLEXCOUNT.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZLEXCOUNT.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/ZMPOP.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZMSCORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZMSCORE.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZPOPMAX.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZPOPMIN.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZRANDMEMBER.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZRANDMEMBER.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZRANGE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZRANGE.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZRANGESTORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZRANK.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZRANK.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZREM.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZREVRANK.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZREVRANK.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZSCAN.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZSCAN.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZSCORE.ts:3
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZSCORE.ts:5
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in packages/client/lib/commands/ZUNION.ts:4
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in packages/client/lib/commands/ZUNION.ts:6
+The search index is not available @redis/client
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in packages/client/lib/commands/ZUNIONSTORE.ts:4
+The search index is not available @redis/graph
@@ -21,7 +21,7 @@
+
Defined in graph.ts:140
@@ -69,29 +69,29 @@
name: string
+
Defined in graph.ts:145
Properties
Private
#client
#client: GraphClientType
+Defined in graph.ts:141
Private
Optional
#metadata
#metadata?: GraphMetadata
+
Defined in graph.ts:143
Private
#name
#name: string
+
Defined in graph.ts:142
Private
Optional
#set Metadata Promise
#set Metadata Promise?: Promise < GraphMetadata >
+
Defined in graph.ts:181
Methods
@@ -106,7 +106,7 @@
arr: [ string ] []
Returns string []
+Defined in graph.ts:206
Private
#get Metadata
@@ -126,7 +126,7 @@
id: number
Returns GraphMetadata [ T ] [ number ] | Promise < GraphMetadata [ T ] [ number ] >
+Defined in graph.ts:210
Private
#get Metadata Async
@@ -146,7 +146,7 @@
id: number
Returns Promise < GraphMetadata [ T ] [ number ] >
+Defined in graph.ts:218
Private
#parse Edge
@@ -161,7 +161,7 @@
promises: Promise < unknown > []
Returns GraphEdge
+Defined in graph.ts:297
Private
#parse Node
@@ -176,7 +176,7 @@
promises: Promise < unknown > []
Returns GraphNode
+Defined in graph.ts:323
Private
#parse Properties
@@ -191,7 +191,7 @@
promises: Promise < unknown > []
Returns GraphEntityProperties
+Defined in graph.ts:345
Private
#parse Reply
Returns Promise < GraphReply < T > >
+Defined in graph.ts:227
Private
#parse Value
@@ -224,7 +224,7 @@
promises: Promise < unknown > []
Returns GraphValue
+Defined in graph.ts:248
Private
#set Metadata
@@ -232,7 +232,7 @@
Returns Promise < GraphMetadata >
+Defined in graph.ts:190
Private
#update Metadata
@@ -240,7 +240,7 @@
Returns Promise < GraphMetadata >
+Defined in graph.ts:183
query
Returns Promise < GraphReply < T > >
+Defined in graph.ts:153
ro Query
Returns Promise < GraphReply < T > >
+Defined in graph.ts:167
+The search index is not available @redis/graph
@@ -35,7 +35,7 @@
Optional
compact: boolean
Returns RedisCommandArguments
+Defined in commands/index.ts:46
+The search index is not available @redis/graph
@@ -27,7 +27,7 @@
configKey: string
Returns string []
+Defined in commands/CONFIG_GET.ts:3
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns ConfigItem | ConfigItem []
+
Defined in commands/CONFIG_GET.ts:12
+The search index is not available @redis/graph
@@ -29,7 +29,7 @@
value: number
Returns string []
+Defined in commands/CONFIG_SET.ts:1
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in commands/CONFIG_SET.ts:10
+The search index is not available @redis/graph
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in commands/DELETE.ts:3
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns string
+
Defined in commands/DELETE.ts:7
+The search index is not available @redis/graph
@@ -29,7 +29,7 @@
query: string
Returns string []
+Defined in commands/EXPLAIN.ts:5
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns string []
+
Defined in commands/EXPLAIN.ts:9
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns string []
+
Defined in commands/LIST.ts:3
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns string []
+
Defined in commands/LIST.ts:7
+The search index is not available @redis/graph
@@ -29,7 +29,7 @@
query: string
Returns string []
+Defined in commands/PROFILE.ts:5
+The search index is not available @redis/graph
@@ -22,7 +22,7 @@
Returns string []
+
Defined in commands/PROFILE.ts:9
+The search index is not available @redis/graph
@@ -33,7 +33,7 @@
Optional
compact: boolean
Returns RedisCommandArguments
+Defined in commands/QUERY.ts:6
+The search index is not available @redis/graph
@@ -27,7 +27,7 @@
reply: QueryRawReply
+Defined in commands/QUERY.ts:45
+The search index is not available @redis/graph
@@ -33,7 +33,7 @@
Optional
compact: boolean
Returns RedisCommandArguments
+Defined in commands/RO_QUERY.ts:8
+The search index is not available @redis/graph
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in commands/SLOWLOG.ts:5
+The search index is not available @redis/graph
@@ -27,7 +27,7 @@
logs: SlowLogRawReply
Returns SlowLogReply
+Defined in commands/SLOWLOG.ts:23
+The search index is not available @redis/graph
diff --git a/documentation/graph/interfaces/commands.QueryOptions.html b/documentation/graph/interfaces/commands.QueryOptions.html
index de8c07af05..c5f2df11d3 100644
--- a/documentation/graph/interfaces/commands.QueryOptions.html
+++ b/documentation/graph/interfaces/commands.QueryOptions.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -21,7 +21,7 @@
+
Defined in commands/index.ts:39
Optional
params
params?: QueryParams
+
Defined in commands/index.ts:40
+The search index is not available @redis/graph
diff --git a/documentation/graph/modules/commands.html b/documentation/graph/modules/commands.html
index 2d15dbdb8a..21fd9f22ca 100644
--- a/documentation/graph/modules/commands.html
+++ b/documentation/graph/modules/commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands
Module commands
+
Defined in commands/index.ts:1
diff --git a/documentation/graph/modules/commands_CONFIG_GET.html b/documentation/graph/modules/commands_CONFIG_GET.html
index 6f938ee8a8..7757567ecb 100644
--- a/documentation/graph/modules/commands_CONFIG_GET.html
+++ b/documentation/graph/modules/commands_CONFIG_GET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/CONFIG_GET
Module commands/CONFIG_GET
+
Defined in commands/CONFIG_GET.ts:1
diff --git a/documentation/graph/modules/commands_CONFIG_SET.html b/documentation/graph/modules/commands_CONFIG_SET.html
index 37645474b0..a67fd9907e 100644
--- a/documentation/graph/modules/commands_CONFIG_SET.html
+++ b/documentation/graph/modules/commands_CONFIG_SET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/CONFIG_SET
Module commands/CONFIG_SET
+
Defined in commands/CONFIG_SET.ts:1
diff --git a/documentation/graph/modules/commands_DELETE.html b/documentation/graph/modules/commands_DELETE.html
index 92ce44881f..c14bc7626e 100644
--- a/documentation/graph/modules/commands_DELETE.html
+++ b/documentation/graph/modules/commands_DELETE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/DELETE
Module commands/DELETE
+
Defined in commands/DELETE.ts:1
diff --git a/documentation/graph/modules/commands_EXPLAIN.html b/documentation/graph/modules/commands_EXPLAIN.html
index 72ed6067cf..d4eaf27af9 100644
--- a/documentation/graph/modules/commands_EXPLAIN.html
+++ b/documentation/graph/modules/commands_EXPLAIN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/EXPLAIN
Module commands/EXPLAIN
+
Defined in commands/EXPLAIN.ts:1
diff --git a/documentation/graph/modules/commands_LIST.html b/documentation/graph/modules/commands_LIST.html
index 1ac34170ce..d66579eeb8 100644
--- a/documentation/graph/modules/commands_LIST.html
+++ b/documentation/graph/modules/commands_LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/LIST
Module commands/LIST
+
Defined in commands/LIST.ts:1
diff --git a/documentation/graph/modules/commands_PROFILE.html b/documentation/graph/modules/commands_PROFILE.html
index 827f8d159d..494c90ea20 100644
--- a/documentation/graph/modules/commands_PROFILE.html
+++ b/documentation/graph/modules/commands_PROFILE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/PROFILE
Module commands/PROFILE
+
Defined in commands/PROFILE.ts:1
diff --git a/documentation/graph/modules/commands_QUERY.html b/documentation/graph/modules/commands_QUERY.html
index fcd503633e..602987b7bf 100644
--- a/documentation/graph/modules/commands_QUERY.html
+++ b/documentation/graph/modules/commands_QUERY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/QUERY
Module commands/QUERY
+
Defined in commands/QUERY.ts:1
diff --git a/documentation/graph/modules/commands_RO_QUERY.html b/documentation/graph/modules/commands_RO_QUERY.html
index c2676b4736..e6a41ba98f 100644
--- a/documentation/graph/modules/commands_RO_QUERY.html
+++ b/documentation/graph/modules/commands_RO_QUERY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/RO_QUERY
Module commands/RO_QUERY
+
Defined in commands/RO_QUERY.ts:1
diff --git a/documentation/graph/modules/commands_SLOWLOG.html b/documentation/graph/modules/commands_SLOWLOG.html
index 0a6b56e550..a20e1bc0f6 100644
--- a/documentation/graph/modules/commands_SLOWLOG.html
+++ b/documentation/graph/modules/commands_SLOWLOG.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
commands/SLOWLOG
Module commands/SLOWLOG
+
Defined in commands/SLOWLOG.ts:1
diff --git a/documentation/graph/modules/graph.html b/documentation/graph/modules/graph.html
index 35eecdba2b..19158e9ef7 100644
--- a/documentation/graph/modules/graph.html
+++ b/documentation/graph/modules/graph.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
graph
Module graph
+
Defined in graph.ts:1
diff --git a/documentation/graph/modules/index.html b/documentation/graph/modules/index.html
index 6a57c7750f..2f87359f7a 100644
--- a/documentation/graph/modules/index.html
+++ b/documentation/graph/modules/index.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -16,7 +16,7 @@
index
Module index
+
Defined in index.ts:1
diff --git a/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html b/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html
index 027c8f024a..912c1ee0dc 100644
--- a/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html
+++ b/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/graph
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Type alias QueryOptionsBackwardCompatible
+Defined in commands/index.ts:44
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Type alias QueryReply
Query Reply: { Â Â Â Â data: undefined ; Â Â Â Â headers: undefined ; Â Â Â Â metadata: Metadata ; } | { Â Â Â Â data: Data ; Â Â Â Â headers: Headers ; Â Â Â Â metadata: Metadata ; }
+Defined in commands/QUERY.ts:35
+The search index is not available @redis/graph
+Defined in commands/index.ts:12
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/CONFIG_GET.ts:1
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/DELETE.ts:1
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/EXPLAIN.ts:1
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/EXPLAIN.ts:3
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/LIST.ts:1
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/PROFILE.ts:1
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/PROFILE.ts:3
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/QUERY.ts:4
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/RO_QUERY.ts:6
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/SLOWLOG.ts:3
+The search index is not available @redis/graph
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/SLOWLOG.ts:1
+The search index is not available @redis/json
@@ -27,7 +27,7 @@
reply: string
Returns number | number []
+Defined in commands/index.ts:88
+The search index is not available @redis/json
+Defined in commands/index.ts:74
+The search index is not available @redis/json
@@ -27,7 +27,7 @@
json: null | string
+Defined in commands/index.ts:82
+The search index is not available @redis/json
@@ -27,7 +27,7 @@
json: string
+Defined in commands/index.ts:78
+The search index is not available @redis/json
+Defined in commands/ARRAPPEND.ts:5
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | number []
+
Defined in commands/ARRAPPEND.ts:15
+The search index is not available @redis/json
@@ -35,7 +35,7 @@
Optional
stop: number
Returns string []
+Defined in commands/ARRINDEX.ts:7
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | number []
+
Defined in commands/ARRINDEX.ts:21
+The search index is not available @redis/json
+Defined in commands/ARRINSERT.ts:5
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | number []
+
Defined in commands/ARRINSERT.ts:15
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/ARRLEN.ts:5
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | number []
+
Defined in commands/ARRLEN.ts:15
+The search index is not available @redis/json
@@ -31,7 +31,7 @@
Optional
index: number
Returns string []
+Defined in commands/ARRPOP.ts:5
+The search index is not available @redis/json
@@ -27,7 +27,7 @@
reply: null | string | ( null | string ) []
+Defined in commands/ARRPOP.ts:19
+The search index is not available @redis/json
@@ -33,7 +33,7 @@
stop: number
Returns string []
+Defined in commands/ARRTRIM.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | number []
+
Defined in commands/ARRTRIM.ts:7
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/DEBUG_MEMORY.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/DEBUG_MEMORY.ts:13
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/DEL.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/DEL.ts:13
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/FORGET.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/FORGET.ts:13
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
options: GetOptions
Returns RedisCommandArguments
+Defined in commands/GET.ts:16
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
path: string
Returns string []
+Defined in commands/MGET.ts:5
+The search index is not available @redis/json
@@ -27,7 +27,7 @@
reply: ( null | string ) []
Returns ( RedisJSON | null ) []
+Defined in commands/MGET.ts:13
+The search index is not available @redis/json
@@ -31,7 +31,7 @@
by: number
Returns string []
+Defined in commands/NUMINCRBY.ts:3
+The search index is not available @redis/json
@@ -31,7 +31,7 @@
by: number
Returns string []
+Defined in commands/NUMMULTBY.ts:3
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/OBJKEYS.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns string [] | null | ( string [] | null ) []
+
Defined in commands/OBJKEYS.ts:13
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/OBJLEN.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | null | ( number | null ) []
+
Defined in commands/OBJLEN.ts:13
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/RESP.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns RESPReply
+
Defined in commands/RESP.ts:15
+The search index is not available @redis/json
@@ -33,7 +33,7 @@
Optional
options: NX | XX
Returns string []
+Defined in commands/SET.ts:13
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns "OK" | null
+
Defined in commands/SET.ts:25
+The search index is not available @redis/json
@@ -27,7 +27,7 @@
Rest
... __namedParameters: AppendArguments | AppendWithPathArguments
Returns string []
+Defined in commands/STRAPPEND.ts:9
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number | number []
+
Defined in commands/STRAPPEND.ts:21
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/STRLEN.ts:5
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/STRLEN.ts:15
+The search index is not available @redis/json
@@ -29,7 +29,7 @@
Optional
path: string
Returns string []
+Defined in commands/TYPE.ts:3
+The search index is not available @redis/json
@@ -22,7 +22,7 @@
Returns string | null | ( string | null ) []
+
Defined in commands/TYPE.ts:13
+The search index is not available @redis/json
diff --git a/documentation/json/modules.html b/documentation/json/modules.html
index 2d16066249..f4b4330d12 100644
--- a/documentation/json/modules.html
+++ b/documentation/json/modules.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
diff --git a/documentation/json/modules/commands.html b/documentation/json/modules/commands.html
index 8580e3202b..d7cc15b8d1 100644
--- a/documentation/json/modules/commands.html
+++ b/documentation/json/modules/commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands
Module commands
+
Defined in commands/index.ts:1
diff --git a/documentation/json/modules/commands_ARRAPPEND.html b/documentation/json/modules/commands_ARRAPPEND.html
index 79bd961978..be5f1c331d 100644
--- a/documentation/json/modules/commands_ARRAPPEND.html
+++ b/documentation/json/modules/commands_ARRAPPEND.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/ARRAPPEND
Module commands/ARRAPPEND
+
Defined in commands/ARRAPPEND.ts:1
diff --git a/documentation/json/modules/commands_ARRINDEX.html b/documentation/json/modules/commands_ARRINDEX.html
index 9a6ebdbfdb..16b4ace36c 100644
--- a/documentation/json/modules/commands_ARRINDEX.html
+++ b/documentation/json/modules/commands_ARRINDEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/ARRINDEX
Module commands/ARRINDEX
+
Defined in commands/ARRINDEX.ts:1
diff --git a/documentation/json/modules/commands_ARRINSERT.html b/documentation/json/modules/commands_ARRINSERT.html
index 8f2309c475..27add2c88b 100644
--- a/documentation/json/modules/commands_ARRINSERT.html
+++ b/documentation/json/modules/commands_ARRINSERT.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/ARRINSERT
Module commands/ARRINSERT
+
Defined in commands/ARRINSERT.ts:1
diff --git a/documentation/json/modules/commands_ARRLEN.html b/documentation/json/modules/commands_ARRLEN.html
index 7f52975deb..10fb879422 100644
--- a/documentation/json/modules/commands_ARRLEN.html
+++ b/documentation/json/modules/commands_ARRLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/ARRLEN
Module commands/ARRLEN
+
Defined in commands/ARRLEN.ts:1
diff --git a/documentation/json/modules/commands_ARRPOP.html b/documentation/json/modules/commands_ARRPOP.html
index 7918c8cf0b..44ccbe89ef 100644
--- a/documentation/json/modules/commands_ARRPOP.html
+++ b/documentation/json/modules/commands_ARRPOP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/ARRPOP
Module commands/ARRPOP
+
Defined in commands/ARRPOP.ts:1
diff --git a/documentation/json/modules/commands_ARRTRIM.html b/documentation/json/modules/commands_ARRTRIM.html
index d231854944..06523692c0 100644
--- a/documentation/json/modules/commands_ARRTRIM.html
+++ b/documentation/json/modules/commands_ARRTRIM.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/ARRTRIM
Module commands/ARRTRIM
+
Defined in commands/ARRTRIM.ts:1
diff --git a/documentation/json/modules/commands_DEBUG_MEMORY.html b/documentation/json/modules/commands_DEBUG_MEMORY.html
index 09ac12627c..4668847d92 100644
--- a/documentation/json/modules/commands_DEBUG_MEMORY.html
+++ b/documentation/json/modules/commands_DEBUG_MEMORY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/DEBUG_MEMORY
Module commands/DEBUG_MEMORY
+
Defined in commands/DEBUG_MEMORY.ts:1
diff --git a/documentation/json/modules/commands_DEL.html b/documentation/json/modules/commands_DEL.html
index 4d263e4481..d2db8b0eda 100644
--- a/documentation/json/modules/commands_DEL.html
+++ b/documentation/json/modules/commands_DEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/DEL
Module commands/DEL
+
Defined in commands/DEL.ts:1
diff --git a/documentation/json/modules/commands_FORGET.html b/documentation/json/modules/commands_FORGET.html
index d40eee95e3..20bdd9b057 100644
--- a/documentation/json/modules/commands_FORGET.html
+++ b/documentation/json/modules/commands_FORGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/FORGET
Module commands/FORGET
+
Defined in commands/FORGET.ts:1
diff --git a/documentation/json/modules/commands_GET.html b/documentation/json/modules/commands_GET.html
index a0de24ff24..aa9f17cee0 100644
--- a/documentation/json/modules/commands_GET.html
+++ b/documentation/json/modules/commands_GET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/GET
Module commands/GET
+
Defined in commands/GET.ts:1
diff --git a/documentation/json/modules/commands_MGET.html b/documentation/json/modules/commands_MGET.html
index 8bfd9155be..4aa5e8abe7 100644
--- a/documentation/json/modules/commands_MGET.html
+++ b/documentation/json/modules/commands_MGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/MGET
Module commands/MGET
+
Defined in commands/MGET.ts:1
diff --git a/documentation/json/modules/commands_NUMINCRBY.html b/documentation/json/modules/commands_NUMINCRBY.html
index 51bd53406f..4e692e92d8 100644
--- a/documentation/json/modules/commands_NUMINCRBY.html
+++ b/documentation/json/modules/commands_NUMINCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/NUMINCRBY
Module commands/NUMINCRBY
+
Defined in commands/NUMINCRBY.ts:1
diff --git a/documentation/json/modules/commands_NUMMULTBY.html b/documentation/json/modules/commands_NUMMULTBY.html
index a0a62f660e..41f18578b3 100644
--- a/documentation/json/modules/commands_NUMMULTBY.html
+++ b/documentation/json/modules/commands_NUMMULTBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/NUMMULTBY
Module commands/NUMMULTBY
+
Defined in commands/NUMMULTBY.ts:1
diff --git a/documentation/json/modules/commands_OBJKEYS.html b/documentation/json/modules/commands_OBJKEYS.html
index 15da3054c5..b4f9781534 100644
--- a/documentation/json/modules/commands_OBJKEYS.html
+++ b/documentation/json/modules/commands_OBJKEYS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/OBJKEYS
Module commands/OBJKEYS
+
Defined in commands/OBJKEYS.ts:1
diff --git a/documentation/json/modules/commands_OBJLEN.html b/documentation/json/modules/commands_OBJLEN.html
index 0121209228..132ea76608 100644
--- a/documentation/json/modules/commands_OBJLEN.html
+++ b/documentation/json/modules/commands_OBJLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/OBJLEN
Module commands/OBJLEN
+
Defined in commands/OBJLEN.ts:1
diff --git a/documentation/json/modules/commands_RESP.html b/documentation/json/modules/commands_RESP.html
index c3bf0d5ac4..a5946521dd 100644
--- a/documentation/json/modules/commands_RESP.html
+++ b/documentation/json/modules/commands_RESP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/RESP
Module commands/RESP
+
Defined in commands/RESP.ts:1
diff --git a/documentation/json/modules/commands_SET.html b/documentation/json/modules/commands_SET.html
index 1a4a905122..f1a012d8b3 100644
--- a/documentation/json/modules/commands_SET.html
+++ b/documentation/json/modules/commands_SET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/SET
Module commands/SET
+
Defined in commands/SET.ts:1
diff --git a/documentation/json/modules/commands_STRAPPEND.html b/documentation/json/modules/commands_STRAPPEND.html
index 232c224a04..ee7f5c4fde 100644
--- a/documentation/json/modules/commands_STRAPPEND.html
+++ b/documentation/json/modules/commands_STRAPPEND.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/STRAPPEND
Module commands/STRAPPEND
+
Defined in commands/STRAPPEND.ts:1
diff --git a/documentation/json/modules/commands_STRLEN.html b/documentation/json/modules/commands_STRLEN.html
index e1b52edb4a..75106c8f8d 100644
--- a/documentation/json/modules/commands_STRLEN.html
+++ b/documentation/json/modules/commands_STRLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/STRLEN
Module commands/STRLEN
+
Defined in commands/STRLEN.ts:1
diff --git a/documentation/json/modules/commands_TYPE.html b/documentation/json/modules/commands_TYPE.html
index 94b198f835..57159ef961 100644
--- a/documentation/json/modules/commands_TYPE.html
+++ b/documentation/json/modules/commands_TYPE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
commands/TYPE
Module commands/TYPE
+
Defined in commands/TYPE.ts:1
diff --git a/documentation/json/modules/index.html b/documentation/json/modules/index.html
index 5ccbb93e56..290c534637 100644
--- a/documentation/json/modules/index.html
+++ b/documentation/json/modules/index.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -16,7 +16,7 @@
index
Module index
+
Defined in index.ts:1
diff --git a/documentation/json/types/commands.RedisJSON.html b/documentation/json/types/commands.RedisJSON.html
index 2c6f5dfc5a..4f5f35639c 100644
--- a/documentation/json/types/commands.RedisJSON.html
+++ b/documentation/json/types/commands.RedisJSON.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/json
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Type alias RedisJSON
RedisJSON: null | boolean | number | string | Date | RedisJSONArray | RedisJSONObject
+Defined in commands/index.ts:72
+The search index is not available @redis/json
+Defined in commands/index.ts:22
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ARRAPPEND.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ARRINDEX.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/ARRINDEX.ts:5
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ARRINSERT.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ARRLEN.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/ARRLEN.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ARRPOP.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ARRTRIM.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 2 = 2
+Defined in commands/DEBUG_MEMORY.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/DEL.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/FORGET.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/GET.ts:4
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/GET.ts:6
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/MGET.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/NUMINCRBY.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/NUMMULTBY.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/OBJKEYS.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/OBJLEN.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/RESP.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/SET.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/STRAPPEND.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/STRLEN.ts:1
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/STRLEN.ts:3
+The search index is not available @redis/json
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/TYPE.ts:1
+The search index is not available @redis/search
@@ -17,7 +17,7 @@
RedisSearchLanguages
Enumeration RedisSearchLanguages
+
Defined in search/lib/commands/index.ts:107
+
Defined in search/lib/commands/index.ts:109
CATALANA
CATALANA: "Catalan"
+
Defined in search/lib/commands/index.ts:110
CHINESE
CHINESE: "Chinese"
+
Defined in search/lib/commands/index.ts:132
+
Defined in search/lib/commands/index.ts:111
+
Defined in search/lib/commands/index.ts:112
ENGLISH
ENGLISH: "English"
+
Defined in search/lib/commands/index.ts:113
FINNISH
FINNISH: "Finnish"
+
Defined in search/lib/commands/index.ts:114
+
Defined in search/lib/commands/index.ts:115
+
Defined in search/lib/commands/index.ts:116
+
Defined in search/lib/commands/index.ts:117
HUNGARIAN
HUNGARIAN: "Hungarian"
+
Defined in search/lib/commands/index.ts:118
INDONESAIN
INDONESAIN: "Indonesian"
+
Defined in search/lib/commands/index.ts:119
+
Defined in search/lib/commands/index.ts:120
ITALIAN
ITALIAN: "Italian"
+
Defined in search/lib/commands/index.ts:121
LITHUANIAN
LITHUANIAN: "Lithuanian"
+
Defined in search/lib/commands/index.ts:122
+
Defined in search/lib/commands/index.ts:123
NORWEIGAN
NORWEIGAN: "Norwegian"
+
Defined in search/lib/commands/index.ts:124
PORTUGUESE
PORTUGUESE: "Portuguese"
+
Defined in search/lib/commands/index.ts:125
ROMANIAN
ROMANIAN: "Romanian"
+
Defined in search/lib/commands/index.ts:126
RUSSIAN
RUSSIAN: "Russian"
+
Defined in search/lib/commands/index.ts:127
SPANISH
SPANISH: "Spanish"
+
Defined in search/lib/commands/index.ts:128
SWEDISH
SWEDISH: "Swedish"
+
Defined in search/lib/commands/index.ts:129
+
Defined in search/lib/commands/index.ts:130
TURKISH
TURKISH: "Turkish"
+Defined in search/lib/commands/index.ts:131
+The search index is not available @redis/search
+Defined in search/lib/commands/index.ts:185
+The search index is not available @redis/search
+Defined in search/lib/commands/index.ts:210
+The search index is not available @redis/search
@@ -17,7 +17,7 @@
VectorAlgorithms
Enumeration VectorAlgorithms
+
Defined in search/lib/commands/index.ts:231
+Defined in search/lib/commands/index.ts:233
+The search index is not available @redis/search
@@ -17,7 +17,7 @@
AggregateGroupByReducers
Enumeration AggregateGroupByReducers
+
Defined in search/lib/commands/AGGREGATE.ts:17
+
Defined in search/lib/commands/AGGREGATE.ts:18
COUNT_ DISTINCT
COUNT_ DISTINCT: "COUNT_DISTINCT"
+
Defined in search/lib/commands/AGGREGATE.ts:19
COUNT_ DISTINCTISH
COUNT_ DISTINCTISH: "COUNT_DISTINCTISH"
+
Defined in search/lib/commands/AGGREGATE.ts:20
FIRST_ VALUE
FIRST_ VALUE: "FIRST_VALUE"
+
Defined in search/lib/commands/AGGREGATE.ts:29
+
Defined in search/lib/commands/AGGREGATE.ts:23
+
Defined in search/lib/commands/AGGREGATE.ts:22
QUANTILE
QUANTILE: "QUANTILE"
+
Defined in search/lib/commands/AGGREGATE.ts:26
RANDOM_ SAMPLE
RANDOM_ SAMPLE: "RANDOM_SAMPLE"
+
Defined in search/lib/commands/AGGREGATE.ts:30
+
Defined in search/lib/commands/AGGREGATE.ts:25
+
Defined in search/lib/commands/AGGREGATE.ts:21
+
Defined in search/lib/commands/AGGREGATE.ts:27
TO_ LIST
TO_ LIST: "TOLIST"
+Defined in search/lib/commands/AGGREGATE.ts:28
+The search index is not available @redis/search
+Defined in search/lib/commands/AGGREGATE.ts:7
+The search index is not available @redis/search
@@ -40,7 +40,7 @@
Returns void
Returns RedisCommandArguments
+Defined in search/lib/commands/index.ts:173
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
Optional
params: Params
Returns RedisCommandArguments
+Defined in search/lib/commands/index.ts:379
+The search index is not available @redis/search
+Defined in search/lib/commands/index.ts:267
+The search index is not available @redis/search
Returns RedisCommandArguments
+Defined in search/lib/commands/index.ts:394
+The search index is not available @redis/search
Returns RedisCommandArguments
+Defined in search/lib/commands/index.ts:154
+The search index is not available @redis/search
+Defined in search/lib/commands/index.ts:142
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
reply: any []
Returns ProfileData
+Defined in search/lib/commands/index.ts:571
+The search index is not available @redis/search
Returns RedisCommandArguments
+Defined in search/lib/commands/AGGREGATE.ts:144
+The search index is not available @redis/search
Returns RedisCommandArguments
+Defined in search/lib/commands/AGGREGATE.ts:133
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: [ total: number , ... results: RedisCommandArgument [] [] ]
+Defined in search/lib/commands/AGGREGATE.ts:294
+The search index is not available @redis/search
@@ -31,7 +31,7 @@
Optional
options: AggregateWithCursorOptions
Returns RedisCommandArguments
+Defined in search/lib/commands/AGGREGATE_WITHCURSOR.ts:15
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
reply: AggregateWithCursorRawReply
Returns AggregateWithCursorReply
+Defined in search/lib/commands/AGGREGATE_WITHCURSOR.ts:39
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
index: string
Returns string []
+Defined in search/lib/commands/ALIASADD.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/ALIASADD.ts:5
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
index: string
Returns string []
+Defined in search/lib/commands/ALIASDEL.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/ALIASDEL.ts:5
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
index: string
Returns string []
+Defined in search/lib/commands/ALIASUPDATE.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/ALIASUPDATE.ts:5
+The search index is not available @redis/search
+Defined in search/lib/commands/ALTER.ts:3
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/ALTER.ts:10
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
option: string
Returns string []
+Defined in search/lib/commands/CONFIG_GET.ts:1
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: [ string , null | string ] []
Returns ConfigGetReply
+Defined in search/lib/commands/CONFIG_GET.ts:9
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
value: string
Returns string []
+Defined in search/lib/commands/CONFIG_SET.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/CONFIG_SET.ts:5
+The search index is not available @redis/search
@@ -31,7 +31,7 @@
Optional
options: CreateOptions
Returns string []
+Defined in search/lib/commands/CREATE.ts:23
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/CREATE.ts:91
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
cursorId: number
Returns RedisCommandArgument []
+Defined in search/lib/commands/CURSOR_DEL.ts:5
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/CURSOR_DEL.ts:14
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
cursor: number
Returns RedisCommandArguments
+Defined in search/lib/commands/CURSOR_READ.ts:7
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
term: string | string []
Returns RedisCommandArguments
+Defined in search/lib/commands/DICTADD.ts:4
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns number
+
Defined in search/lib/commands/DICTADD.ts:8
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
term: string | string []
Returns RedisCommandArguments
+Defined in search/lib/commands/DICTDEL.ts:4
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns number
+
Defined in search/lib/commands/DICTDEL.ts:8
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
dictionary: string
Returns string []
+Defined in search/lib/commands/DICTDUMP.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string []
+
Defined in search/lib/commands/DICTDUMP.ts:5
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
Optional
options: DropIndexOptions
Returns string []
+Defined in search/lib/commands/DROPINDEX.ts:5
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/DROPINDEX.ts:15
+The search index is not available @redis/search
@@ -31,7 +31,7 @@
Optional
options: ExplainOptions
Returns string []
+Defined in search/lib/commands/EXPLAIN.ts:10
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string
+
Defined in search/lib/commands/EXPLAIN.ts:26
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
query: string
Returns string []
+Defined in search/lib/commands/EXPLAINCLI.ts:3
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string []
+
Defined in search/lib/commands/EXPLAINCLI.ts:7
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
index: string
Returns string []
+Defined in search/lib/commands/INFO.ts:4
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: InfoRawReply
Returns InfoReply
+Defined in search/lib/commands/INFO.ts:126
+The search index is not available @redis/search
+Defined in search/lib/commands/PROFILE_AGGREGATE.ts:6
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
reply: ProfileAggeregateRawReply
+Defined in search/lib/commands/PROFILE_AGGREGATE.ts:24
+The search index is not available @redis/search
Returns RedisCommandArguments
+Defined in search/lib/commands/PROFILE_SEARCH.ts:7
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
reply: ProfileSearchRawReply
+Defined in search/lib/commands/PROFILE_SEARCH.ts:24
+The search index is not available @redis/search
Returns RedisCommandArguments
+Defined in search/lib/commands/SEARCH.ts:60
+The search index is not available @redis/search
+Defined in search/lib/commands/SEARCH.ts:73
+The search index is not available @redis/search
@@ -31,7 +31,7 @@
Optional
options: SpellCheckOptions
Returns string []
+Defined in search/lib/commands/SPELLCHECK.ts:12
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: SpellCheckRawReply
Returns SpellCheckReply
+Defined in search/lib/commands/SPELLCHECK.ts:54
+The search index is not available @redis/search
@@ -33,7 +33,7 @@
Optional
options: SugAddOptions
Returns string []
+Defined in search/lib/commands/SUGADD.ts:6
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns number
+
Defined in search/lib/commands/SUGADD.ts:20
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
string: string
Returns string []
+Defined in search/lib/commands/SUGDEL.ts:1
+The search index is not available @redis/search
diff --git a/documentation/search/functions/commands_SUGGET.transformArguments.html b/documentation/search/functions/commands_SUGGET.transformArguments.html
index 40133692df..048826c1d0 100644
--- a/documentation/search/functions/commands_SUGGET.transformArguments.html
+++ b/documentation/search/functions/commands_SUGGET.transformArguments.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
+Defined in search/lib/commands/SUGGET.ts:8
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns null | string []
+
Defined in search/lib/commands/SUGGET.ts:22
+The search index is not available @redis/search
+Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:5
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: null | ( null | string ) []
+Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:17
+The search index is not available @redis/search
+Defined in search/lib/commands/SUGGET_WITHSCORES.ts:5
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: null | string []
+Defined in search/lib/commands/SUGGET_WITHSCORES.ts:17
+The search index is not available @redis/search
+Defined in search/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts:7
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
rawReply: null | ( null | string ) []
Returns SuggestionWithScoresAndPayloads [] | null
+Defined in search/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts:17
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in search/lib/commands/SUGLEN.ts:3
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns number
+
Defined in search/lib/commands/SUGLEN.ts:7
+The search index is not available @redis/search
@@ -27,7 +27,7 @@
index: string
Returns string []
+Defined in search/lib/commands/SYNDUMP.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string []
+
Defined in search/lib/commands/SYNDUMP.ts:5
+The search index is not available @redis/search
@@ -33,7 +33,7 @@
Optional
options: SynUpdateOptions
Returns RedisCommandArguments
+Defined in search/lib/commands/SYNUPDATE.ts:8
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in search/lib/commands/SYNUPDATE.ts:23
+The search index is not available @redis/search
@@ -29,7 +29,7 @@
fieldName: string
Returns string []
+Defined in search/lib/commands/TAGVALS.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string []
+
Defined in search/lib/commands/TAGVALS.ts:5
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string []
+
Defined in search/lib/commands/_LIST.ts:1
+The search index is not available @redis/search
@@ -22,7 +22,7 @@
Returns string []
+
Defined in search/lib/commands/_LIST.ts:5
+The search index is not available @redis/search
diff --git a/documentation/search/interfaces/commands.ProfileOptions.html b/documentation/search/interfaces/commands.ProfileOptions.html
index 8f2cf2aba0..636bfc9c18 100644
--- a/documentation/search/interfaces/commands.ProfileOptions.html
+++ b/documentation/search/interfaces/commands.ProfileOptions.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -21,7 +21,7 @@
+
Defined in search/lib/commands/index.ts:524
@@ -37,7 +37,7 @@
Optional
LIMITED
LIMITED?: true
+
Defined in search/lib/commands/index.ts:525
+The search index is not available @redis/search
+The search index is not available @redis/search
@@ -24,7 +24,7 @@
Indexable
[ field: string ]: CreateSchemaTextField | CreateSchemaNumericField | CreateSchemaGeoField | CreateSchemaTagField | CreateSchemaFlatVectorField | CreateSchemaHNSWVectorField
+
Defined in search/lib/commands/index.ts:257
+The search index is not available @redis/search
+The search index is not available @redis/search
@@ -21,7 +21,7 @@
+
Defined in search/lib/commands/AGGREGATE.ts:121
Optional
LOAD
LOAD?: LoadField | LoadField []
+
Defined in search/lib/commands/AGGREGATE.ts:123
+
Defined in search/lib/commands/AGGREGATE.ts:125
Optional
STEPS
STEPS?: ( GroupByStep | SortStep | ApplyStep | LimitStep | FilterStep ) []
+
Defined in search/lib/commands/AGGREGATE.ts:124
Optional
VERBATIM
VERBATIM?: true
+
Defined in search/lib/commands/AGGREGATE.ts:122
+The search index is not available @redis/search
+The search index is not available @redis/search
@@ -21,7 +21,7 @@
+
Defined in search/lib/commands/SEARCH.ts:8
Optional
EXPANDER
EXPANDER?: string
+
Defined in search/lib/commands/SEARCH.ts:46
Optional
HIGHLIGHT
HIGHLIGHT?: true | { Â Â Â Â FIELDS?: ` @ ${ string } ` | ` $. ${ string } ` | ( ` @ ${ string } ` | ` $. ${ string } ` ) [] ; Â Â Â Â TAGS?: { Â Â Â Â Â Â Â Â close: string ; Â Â Â Â Â Â Â Â open: string ; Â Â Â Â } ; }
+
Defined in search/lib/commands/SEARCH.ts:36
Optional
INFIELDS
INFIELDS?: string | string []
+
Defined in search/lib/commands/SEARCH.ts:28
Optional
INKEYS
INKEYS?: string | string []
+
Defined in search/lib/commands/SEARCH.ts:27
Optional
INORDER
INORDER?: true
+
Defined in search/lib/commands/SEARCH.ts:44
+
Defined in search/lib/commands/SEARCH.ts:45
Optional
LIMIT
LIMIT?: { Â Â Â Â from: string | number ; Â Â Â Â size: string | number ; }
@@ -95,52 +95,52 @@
size: string | number
+
Defined in search/lib/commands/SEARCH.ts:52
Optional
NOSTOPWORDS
NOSTOPWORDS?: true
+
Defined in search/lib/commands/SEARCH.ts:11
+
Defined in search/lib/commands/SEARCH.ts:56
Optional
RETURN
RETURN?: string | string []
+
Defined in search/lib/commands/SEARCH.ts:29
Optional
SCORER
SCORER?: string
+
Defined in search/lib/commands/SEARCH.ts:47
Optional
SLOP
SLOP?: number
+
Defined in search/lib/commands/SEARCH.ts:43
+
Defined in search/lib/commands/SEARCH.ts:50
Optional
SUMMARIZE
SUMMARIZE?: true | { Â Â Â Â FIELDS?: ` @ ${ string } ` | ` $. ${ string } ` | ( ` @ ${ string } ` | ` $. ${ string } ` ) [] ; Â Â Â Â FRAGS?: number ; Â Â Â Â LEN?: number ; Â Â Â Â SEPARATOR?: string ; }
+
Defined in search/lib/commands/SEARCH.ts:30
Optional
VERBATIM
VERBATIM?: true
+
Defined in search/lib/commands/SEARCH.ts:10
Optional
WITHSORTKEYS
WITHSORTKEYS?: true
+Defined in search/lib/commands/SEARCH.ts:14
+The search index is not available @redis/search
@@ -21,7 +21,7 @@
+
Defined in search/lib/commands/SUGGET.ts:3
Optional
MAX
MAX?: number
+
Defined in search/lib/commands/SUGGET.ts:5
+The search index is not available @redis/search
+The search index is not available @redis/search
+The search index is not available @redis/search
diff --git a/documentation/search/modules/commands.html b/documentation/search/modules/commands.html
index e7982889e8..c3f0a3c970 100644
--- a/documentation/search/modules/commands.html
+++ b/documentation/search/modules/commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands
Module commands
+
Defined in search/lib/commands/index.ts:1
diff --git a/documentation/search/modules/commands_AGGREGATE.html b/documentation/search/modules/commands_AGGREGATE.html
index 90be43627e..ee8180a399 100644
--- a/documentation/search/modules/commands_AGGREGATE.html
+++ b/documentation/search/modules/commands_AGGREGATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/AGGREGATE
Module commands/AGGREGATE
+
Defined in search/lib/commands/AGGREGATE.ts:1
diff --git a/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html b/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html
index 18c16c09d5..f93f0cb7d2 100644
--- a/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html
+++ b/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/AGGREGATE_WITHCURSOR
Module commands/AGGREGATE_WITHCURSOR
+
Defined in search/lib/commands/AGGREGATE_WITHCURSOR.ts:1
diff --git a/documentation/search/modules/commands_ALIASADD.html b/documentation/search/modules/commands_ALIASADD.html
index 0f3b303041..2e3941e519 100644
--- a/documentation/search/modules/commands_ALIASADD.html
+++ b/documentation/search/modules/commands_ALIASADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/ALIASADD
Module commands/ALIASADD
+
Defined in search/lib/commands/ALIASADD.ts:1
diff --git a/documentation/search/modules/commands_ALIASDEL.html b/documentation/search/modules/commands_ALIASDEL.html
index fdf301e9cd..815efac0ce 100644
--- a/documentation/search/modules/commands_ALIASDEL.html
+++ b/documentation/search/modules/commands_ALIASDEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/ALIASDEL
Module commands/ALIASDEL
+
Defined in search/lib/commands/ALIASDEL.ts:1
diff --git a/documentation/search/modules/commands_ALIASUPDATE.html b/documentation/search/modules/commands_ALIASUPDATE.html
index 9cec487014..2ae6700b07 100644
--- a/documentation/search/modules/commands_ALIASUPDATE.html
+++ b/documentation/search/modules/commands_ALIASUPDATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/ALIASUPDATE
Module commands/ALIASUPDATE
+
Defined in search/lib/commands/ALIASUPDATE.ts:1
diff --git a/documentation/search/modules/commands_ALTER.html b/documentation/search/modules/commands_ALTER.html
index 363f4120c9..86679fc7d6 100644
--- a/documentation/search/modules/commands_ALTER.html
+++ b/documentation/search/modules/commands_ALTER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/ALTER
Module commands/ALTER
+
Defined in search/lib/commands/ALTER.ts:1
diff --git a/documentation/search/modules/commands_CONFIG_GET.html b/documentation/search/modules/commands_CONFIG_GET.html
index 244e7aeeeb..b18c879770 100644
--- a/documentation/search/modules/commands_CONFIG_GET.html
+++ b/documentation/search/modules/commands_CONFIG_GET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/CONFIG_GET
Module commands/CONFIG_GET
+
Defined in search/lib/commands/CONFIG_GET.ts:1
diff --git a/documentation/search/modules/commands_CONFIG_SET.html b/documentation/search/modules/commands_CONFIG_SET.html
index a7922c0791..88a3b056f0 100644
--- a/documentation/search/modules/commands_CONFIG_SET.html
+++ b/documentation/search/modules/commands_CONFIG_SET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/CONFIG_SET
Module commands/CONFIG_SET
+
Defined in search/lib/commands/CONFIG_SET.ts:1
diff --git a/documentation/search/modules/commands_CREATE.html b/documentation/search/modules/commands_CREATE.html
index 028ac964ad..69647dc3e0 100644
--- a/documentation/search/modules/commands_CREATE.html
+++ b/documentation/search/modules/commands_CREATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/CREATE
Module commands/CREATE
+
Defined in search/lib/commands/CREATE.ts:1
diff --git a/documentation/search/modules/commands_CURSOR_DEL.html b/documentation/search/modules/commands_CURSOR_DEL.html
index 87fc257e3b..c6dfe75d40 100644
--- a/documentation/search/modules/commands_CURSOR_DEL.html
+++ b/documentation/search/modules/commands_CURSOR_DEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/CURSOR_DEL
Module commands/CURSOR_DEL
+
Defined in search/lib/commands/CURSOR_DEL.ts:1
diff --git a/documentation/search/modules/commands_CURSOR_READ.html b/documentation/search/modules/commands_CURSOR_READ.html
index 4e125f24a3..f10c9ad099 100644
--- a/documentation/search/modules/commands_CURSOR_READ.html
+++ b/documentation/search/modules/commands_CURSOR_READ.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/CURSOR_READ
Module commands/CURSOR_READ
+
Defined in search/lib/commands/CURSOR_READ.ts:1
diff --git a/documentation/search/modules/commands_DICTADD.html b/documentation/search/modules/commands_DICTADD.html
index 459971d104..ddc622c225 100644
--- a/documentation/search/modules/commands_DICTADD.html
+++ b/documentation/search/modules/commands_DICTADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/DICTADD
Module commands/DICTADD
+
Defined in search/lib/commands/DICTADD.ts:1
diff --git a/documentation/search/modules/commands_DICTDEL.html b/documentation/search/modules/commands_DICTDEL.html
index 0c8fb8d4f7..a032b0fed2 100644
--- a/documentation/search/modules/commands_DICTDEL.html
+++ b/documentation/search/modules/commands_DICTDEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/DICTDEL
Module commands/DICTDEL
+
Defined in search/lib/commands/DICTDEL.ts:1
diff --git a/documentation/search/modules/commands_DICTDUMP.html b/documentation/search/modules/commands_DICTDUMP.html
index 98ab4733db..0875c5fd1a 100644
--- a/documentation/search/modules/commands_DICTDUMP.html
+++ b/documentation/search/modules/commands_DICTDUMP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/DICTDUMP
Module commands/DICTDUMP
+
Defined in search/lib/commands/DICTDUMP.ts:1
diff --git a/documentation/search/modules/commands_DROPINDEX.html b/documentation/search/modules/commands_DROPINDEX.html
index 46a0d6b62f..e2cf8f2232 100644
--- a/documentation/search/modules/commands_DROPINDEX.html
+++ b/documentation/search/modules/commands_DROPINDEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/DROPINDEX
Module commands/DROPINDEX
+
Defined in search/lib/commands/DROPINDEX.ts:1
diff --git a/documentation/search/modules/commands_EXPLAIN.html b/documentation/search/modules/commands_EXPLAIN.html
index 8f94c7ae86..ea8700c796 100644
--- a/documentation/search/modules/commands_EXPLAIN.html
+++ b/documentation/search/modules/commands_EXPLAIN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/EXPLAIN
Module commands/EXPLAIN
+
Defined in search/lib/commands/EXPLAIN.ts:1
diff --git a/documentation/search/modules/commands_EXPLAINCLI.html b/documentation/search/modules/commands_EXPLAINCLI.html
index 7e4616891f..03b7c67e5f 100644
--- a/documentation/search/modules/commands_EXPLAINCLI.html
+++ b/documentation/search/modules/commands_EXPLAINCLI.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/EXPLAINCLI
Module commands/EXPLAINCLI
+
Defined in search/lib/commands/EXPLAINCLI.ts:1
diff --git a/documentation/search/modules/commands_INFO.html b/documentation/search/modules/commands_INFO.html
index caf7b6345a..9e205ebad7 100644
--- a/documentation/search/modules/commands_INFO.html
+++ b/documentation/search/modules/commands_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/INFO
Module commands/INFO
+
Defined in search/lib/commands/INFO.ts:1
diff --git a/documentation/search/modules/commands_PROFILE_AGGREGATE.html b/documentation/search/modules/commands_PROFILE_AGGREGATE.html
index e5f9e53a2c..6eadfd00cd 100644
--- a/documentation/search/modules/commands_PROFILE_AGGREGATE.html
+++ b/documentation/search/modules/commands_PROFILE_AGGREGATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/PROFILE_AGGREGATE
Module commands/PROFILE_AGGREGATE
+
Defined in search/lib/commands/PROFILE_AGGREGATE.ts:1
diff --git a/documentation/search/modules/commands_PROFILE_SEARCH.html b/documentation/search/modules/commands_PROFILE_SEARCH.html
index ee08514f66..0833432de6 100644
--- a/documentation/search/modules/commands_PROFILE_SEARCH.html
+++ b/documentation/search/modules/commands_PROFILE_SEARCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/PROFILE_SEARCH
Module commands/PROFILE_SEARCH
+
Defined in search/lib/commands/PROFILE_SEARCH.ts:1
diff --git a/documentation/search/modules/commands_SEARCH.html b/documentation/search/modules/commands_SEARCH.html
index a387242568..5eeab808e7 100644
--- a/documentation/search/modules/commands_SEARCH.html
+++ b/documentation/search/modules/commands_SEARCH.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SEARCH
Module commands/SEARCH
+
Defined in search/lib/commands/SEARCH.ts:1
diff --git a/documentation/search/modules/commands_SPELLCHECK.html b/documentation/search/modules/commands_SPELLCHECK.html
index bb6881ac9c..46882c6ed9 100644
--- a/documentation/search/modules/commands_SPELLCHECK.html
+++ b/documentation/search/modules/commands_SPELLCHECK.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SPELLCHECK
Module commands/SPELLCHECK
+
Defined in search/lib/commands/SPELLCHECK.ts:1
diff --git a/documentation/search/modules/commands_SUGADD.html b/documentation/search/modules/commands_SUGADD.html
index c7c45a5659..96511aefa0 100644
--- a/documentation/search/modules/commands_SUGADD.html
+++ b/documentation/search/modules/commands_SUGADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGADD
Module commands/SUGADD
+
Defined in search/lib/commands/SUGADD.ts:1
diff --git a/documentation/search/modules/commands_SUGDEL.html b/documentation/search/modules/commands_SUGDEL.html
index 6f0c26a942..579ce144ce 100644
--- a/documentation/search/modules/commands_SUGDEL.html
+++ b/documentation/search/modules/commands_SUGDEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGDEL
Module commands/SUGDEL
+
Defined in search/lib/commands/SUGDEL.ts:1
diff --git a/documentation/search/modules/commands_SUGGET.html b/documentation/search/modules/commands_SUGGET.html
index b3c22598a8..7909cdddde 100644
--- a/documentation/search/modules/commands_SUGGET.html
+++ b/documentation/search/modules/commands_SUGGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGGET
Module commands/SUGGET
+
Defined in search/lib/commands/SUGGET.ts:1
diff --git a/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html b/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html
index ce53e7aab7..dda702faed 100644
--- a/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html
+++ b/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGGET_WITHPAYLOADS
Module commands/SUGGET_WITHPAYLOADS
+
Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:1
diff --git a/documentation/search/modules/commands_SUGGET_WITHSCORES.html b/documentation/search/modules/commands_SUGGET_WITHSCORES.html
index d87da899c3..7993f6c4d8 100644
--- a/documentation/search/modules/commands_SUGGET_WITHSCORES.html
+++ b/documentation/search/modules/commands_SUGGET_WITHSCORES.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGGET_WITHSCORES
Module commands/SUGGET_WITHSCORES
+
Defined in search/lib/commands/SUGGET_WITHSCORES.ts:1
diff --git a/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html b/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html
index 77a298d8d3..ea8e9f126a 100644
--- a/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html
+++ b/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGGET_WITHSCORES_WITHPAYLOADS
Module commands/SUGGET_WITHSCORES_WITHPAYLOADS
+
Defined in search/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts:1
diff --git a/documentation/search/modules/commands_SUGLEN.html b/documentation/search/modules/commands_SUGLEN.html
index f4fee43f3d..1d44036412 100644
--- a/documentation/search/modules/commands_SUGLEN.html
+++ b/documentation/search/modules/commands_SUGLEN.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SUGLEN
Module commands/SUGLEN
+
Defined in search/lib/commands/SUGLEN.ts:1
diff --git a/documentation/search/modules/commands_SYNDUMP.html b/documentation/search/modules/commands_SYNDUMP.html
index ee800bcdea..1a7f74b414 100644
--- a/documentation/search/modules/commands_SYNDUMP.html
+++ b/documentation/search/modules/commands_SYNDUMP.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SYNDUMP
Module commands/SYNDUMP
+
Defined in search/lib/commands/SYNDUMP.ts:1
diff --git a/documentation/search/modules/commands_SYNUPDATE.html b/documentation/search/modules/commands_SYNUPDATE.html
index bf21c26685..673b9cf025 100644
--- a/documentation/search/modules/commands_SYNUPDATE.html
+++ b/documentation/search/modules/commands_SYNUPDATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/SYNUPDATE
Module commands/SYNUPDATE
+
Defined in search/lib/commands/SYNUPDATE.ts:1
diff --git a/documentation/search/modules/commands_TAGVALS.html b/documentation/search/modules/commands_TAGVALS.html
index fc8a70c2a0..5cafccd83a 100644
--- a/documentation/search/modules/commands_TAGVALS.html
+++ b/documentation/search/modules/commands_TAGVALS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/TAGVALS
Module commands/TAGVALS
+
Defined in search/lib/commands/TAGVALS.ts:1
diff --git a/documentation/search/modules/commands__LIST.html b/documentation/search/modules/commands__LIST.html
index b6709e9a91..0f20916185 100644
--- a/documentation/search/modules/commands__LIST.html
+++ b/documentation/search/modules/commands__LIST.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
commands/_LIST
Module commands/_LIST
+
Defined in search/lib/commands/_LIST.ts:1
diff --git a/documentation/search/modules/index.html b/documentation/search/modules/index.html
index da883fd727..43f13d94ca 100644
--- a/documentation/search/modules/index.html
+++ b/documentation/search/modules/index.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -16,7 +16,7 @@
index
Module index
+
Defined in search/lib/index.ts:1
diff --git a/documentation/search/types/commands.Params.html b/documentation/search/types/commands.Params.html
index d3de83464d..3097357ca1 100644
--- a/documentation/search/types/commands.Params.html
+++ b/documentation/search/types/commands.Params.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/search
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Type alias Params
Params: Record < string , RedisCommandArgument | number >
+Defined in search/lib/commands/index.ts:377
+The search index is not available @redis/search
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Type alias PropertyName
Property Name: ` ${ "@" | "$." } ${ string } `
+Defined in search/lib/commands/index.ts:135
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Type alias SortByProperty
Sort By Property: string | { Â Â Â Â BY: string ; Â Â Â Â DIRECTION?: "ASC" | "DESC" ; }
+Defined in search/lib/commands/index.ts:137
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Type alias AggregateRawReply
Aggregate Raw Reply: [ total: number , results: RedisCommandArgument [] [] ]
+Defined in search/lib/commands/AGGREGATE.ts:284
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Type alias SearchRawReply
Search Raw Reply: any []
+Defined in search/lib/commands/SEARCH.ts:71
+The search index is not available @redis/search
+Defined in search/lib/commands/index.ts:38
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in search/lib/commands/AGGREGATE.ts:129
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/AGGREGATE.ts:131
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in search/lib/commands/CURSOR_DEL.ts:3
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in search/lib/commands/CURSOR_READ.ts:3
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/CURSOR_READ.ts:5
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/EXPLAIN.ts:3
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/EXPLAINCLI.ts:1
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/PROFILE_AGGREGATE.ts:4
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/PROFILE_SEARCH.ts:5
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in search/lib/commands/SEARCH.ts:4
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/SEARCH.ts:6
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/SUGGET.ts:1
+The search index is not available @redis/search
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in search/lib/commands/SUGLEN.ts:1
+The search index is not available @redis/time-series
+Defined in commands/index.ts:88
+The search index is not available @redis/time-series
@@ -17,7 +17,7 @@
TimeSeriesBucketTimestamp
Enumeration TimeSeriesBucketTimestamp
+
Defined in commands/index.ts:258
+
Defined in commands/index.ts:259
+Defined in commands/index.ts:261
+The search index is not available @redis/time-series
+Defined in commands/index.ts:98
+The search index is not available @redis/time-series
@@ -17,7 +17,7 @@
TimeSeriesEncoding
Enumeration TimeSeriesEncoding
+
Defined in commands/index.ts:141
UNCOMPRESSED
UNCOMPRESSED: "UNCOMPRESSED"
+Defined in commands/index.ts:143
+The search index is not available @redis/time-series
+Defined in commands/index.ts:115
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
chunkSize: number
Returns RedisCommandArguments
+Defined in commands/index.ts:157
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:168
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:146
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
filter: string | string []
Returns RedisCommandArguments
+Defined in commands/index.ts:365
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
labels: Labels
Returns RedisCommandArguments
+Defined in commands/index.ts:195
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
latest: boolean
Returns RedisCommandArguments
+Defined in commands/index.ts:461
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:374
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
groupBy: MRangeGroupBy
Returns RedisCommandArguments
+Defined in commands/index.ts:350
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:403
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:281
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
retention: number
Returns RedisCommandArguments
+Defined in commands/index.ts:130
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:388
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/index.ts:215
+The search index is not available @redis/time-series
+Defined in commands/index.ts:185
+The search index is not available @redis/time-series
@@ -27,7 +27,7 @@
reply: MRangeRawReply
Returns MRangeReplyItem []
+Defined in commands/index.ts:431
+The search index is not available @redis/time-series
@@ -27,7 +27,7 @@
reply: MRangeRawReply
+Defined in commands/index.ts:447
+The search index is not available @redis/time-series
+Defined in commands/index.ts:416
+The search index is not available @redis/time-series
+Defined in commands/index.ts:251
+The search index is not available @redis/time-series
+Defined in commands/index.ts:120
+The search index is not available @redis/time-series
@@ -33,7 +33,7 @@
Optional
options: AddOptions
Returns string []
+Defined in commands/ADD.ts:23
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/ADD.ts:46
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
options: AlterOptions
Returns string []
+Defined in commands/ALTER.ts:12
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in commands/ALTER.ts:26
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
options: CreateOptions
Returns string []
+Defined in commands/CREATE.ts:22
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in commands/CREATE.ts:38
+The search index is not available @redis/time-series
@@ -35,7 +35,7 @@
Optional
alignTimestamp: number
Returns string []
+Defined in commands/CREATERULE.ts:5
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in commands/CREATERULE.ts:28
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/DECRBY.ts:6
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/DECRBY.ts:10
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/DEL.ts:6
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/DEL.ts:15
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
destinationKey: string
Returns string []
+Defined in commands/DELETERULE.ts:3
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns "OK"
+
Defined in commands/DELETERULE.ts:11
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
options: GetOptions
Returns RedisCommandArguments
+Defined in commands/GET.ts:12
+The search index is not available @redis/time-series
+Defined in commands/GET.ts:16
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/INCRBY.ts:6
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns number
+
Defined in commands/INCRBY.ts:10
+The search index is not available @redis/time-series
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in commands/INFO.ts:7
+The search index is not available @redis/time-series
+Defined in commands/INFO.ts:60
+The search index is not available @redis/time-series
@@ -27,7 +27,7 @@
key: string
Returns string []
+Defined in commands/INFO_DEBUG.ts:10
+The search index is not available @redis/time-series
@@ -27,7 +27,7 @@
rawReply: [ "totalSamples" , number , "memoryUsage" , number , "firstTimestamp" , number , "lastTimestamp" , number , "retentionTime" , number , "chunkCount" , number , "chunkSize" , number , "chunkType" , string ]
Returns InfoDebugReply
+Defined in commands/INFO_DEBUG.ts:46
+The search index is not available @redis/time-series
@@ -27,7 +27,7 @@
toAdd: MAddSample []
Returns string []
+Defined in commands/MADD.ts:11
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns number []
+
Defined in commands/MADD.ts:25
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/MGET.ts:10
+The search index is not available @redis/time-series
+Defined in commands/MGET.ts:26
+The search index is not available @redis/time-series
@@ -29,7 +29,7 @@
Optional
options: MGetWithLabelsOptions
Returns RedisCommandArguments
+Defined in commands/MGET_WITHLABELS.ts:19
+The search index is not available @redis/time-series
+Defined in commands/MGET_WITHLABELS.ts:31
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/MRANGE.ts:6
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/MRANGE_WITHLABELS.ts:6
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/MREVRANGE.ts:6
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/MREVRANGE_WITHLABELS.ts:6
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/QUERYINDEX.ts:7
+The search index is not available @redis/time-series
@@ -22,7 +22,7 @@
Returns string []
+
Defined in commands/QUERYINDEX.ts:11
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/RANGE.ts:8
+The search index is not available @redis/time-series
+Defined in commands/RANGE.ts:22
+The search index is not available @redis/time-series
Returns RedisCommandArguments
+Defined in commands/REVRANGE.ts:8
+The search index is not available @redis/time-series
+Defined in commands/REVRANGE.ts:22
+The search index is not available @redis/time-series
diff --git a/documentation/time-series/interfaces/commands.IncrDecrOptions.html b/documentation/time-series/interfaces/commands.IncrDecrOptions.html
index af6f0f582e..5a402e1052 100644
--- a/documentation/time-series/interfaces/commands.IncrDecrOptions.html
+++ b/documentation/time-series/interfaces/commands.IncrDecrOptions.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -21,7 +21,7 @@
+
Defined in commands/index.ts:207
+
Defined in commands/index.ts:212
Optional
RETENTION
RETENTION?: number
+
Defined in commands/index.ts:209
+
Defined in commands/index.ts:208
Optional
UNCOMPRESSED
UNCOMPRESSED?: boolean
+
Defined in commands/index.ts:210
+The search index is not available @redis/time-series
@@ -25,7 +25,7 @@
+
Defined in commands/index.ts:370
+
Defined in commands/index.ts:273
+
Defined in commands/index.ts:272
Optional
COUNT
COUNT?: number
+
Defined in commands/index.ts:271
+
Defined in commands/index.ts:266
Optional
FILTER_ BY_ VALUE
FILTER_ BY_ VALUE?: { Â Â Â Â max: number ; Â Â Â Â min: number ; }
@@ -90,18 +90,18 @@
min: number
+Defined in commands/index.ts:267
Optional
GROUPBY
GROUPBY?: MRangeGroupBy
+Defined in commands/index.ts:371
Optional
LATEST
LATEST?: boolean
+Defined in commands/index.ts:265
+The search index is not available @redis/time-series
@@ -23,7 +23,7 @@
+
Defined in commands/index.ts:399
+
Defined in commands/index.ts:273
+
Defined in commands/index.ts:272
Optional
COUNT
COUNT?: number
+
Defined in commands/index.ts:271
+
Defined in commands/index.ts:266
Optional
FILTER_ BY_ VALUE
FILTER_ BY_ VALUE?: { Â Â Â Â max: number ; Â Â Â Â min: number ; }
@@ -89,24 +89,24 @@
min: number
+Defined in commands/index.ts:267
Optional
GROUPBY
GROUPBY?: MRangeGroupBy
+Defined in commands/index.ts:371
Optional
LATEST
LATEST?: boolean
+Defined in commands/index.ts:265
+Defined in commands/index.ts:400
+The search index is not available @redis/time-series
@@ -23,7 +23,7 @@
MRangeWithLabelsReplyItem
+
Defined in commands/index.ts:443
+
Defined in commands/index.ts:444
+
Defined in commands/index.ts:428
+The search index is not available @redis/time-series
@@ -23,7 +23,7 @@
+
Defined in commands/index.ts:264
+
Defined in commands/index.ts:273
+
Defined in commands/index.ts:272
Optional
COUNT
COUNT?: number
+
Defined in commands/index.ts:271
+
Defined in commands/index.ts:266
Optional
FILTER_ BY_ VALUE
FILTER_ BY_ VALUE?: { Â Â Â Â max: number ; Â Â Â Â min: number ; }
@@ -82,12 +82,12 @@
min: number
+Defined in commands/index.ts:267
Optional
LATEST
LATEST?: boolean
+Defined in commands/index.ts:265
+The search index is not available @redis/time-series
@@ -21,7 +21,7 @@
+
Defined in commands/index.ts:246
+
Defined in commands/index.ts:248
+The search index is not available @redis/time-series
@@ -21,7 +21,7 @@
+
Defined in commands/INFO.ts:38
chunk Size
chunk Size: number
+
Defined in commands/INFO.ts:45
chunk Type
chunk Type: string
+
Defined in commands/INFO.ts:46
+
Defined in commands/INFO.ts:47
first Timestamp
first Timestamp: number
+
Defined in commands/INFO.ts:41
labels
labels: { Â Â Â Â name: string ; Â Â Â Â value: string ; } []
+
Defined in commands/INFO.ts:48
last Timestamp
last Timestamp: number
+
Defined in commands/INFO.ts:42
memory Usage
memory Usage: number
+
Defined in commands/INFO.ts:40
retention Time
retention Time: number
+
Defined in commands/INFO.ts:43
+
Defined in commands/INFO.ts:53
source Key
source Key: null | string
+
Defined in commands/INFO.ts:52
total Samples
total Samples: number
+
Defined in commands/INFO.ts:39
+The search index is not available @redis/time-series
@@ -21,7 +21,7 @@
+
Defined in commands/MGET.ts:6
@@ -37,7 +37,7 @@
Optional
LATEST
LATEST?: boolean
+
Defined in commands/MGET.ts:7
+The search index is not available @redis/time-series
@@ -23,7 +23,7 @@
+
Defined in commands/MGET.ts:21
+
Defined in commands/MGET.ts:23
+The search index is not available @redis/time-series
+The search index is not available @redis/time-series
diff --git a/documentation/time-series/modules/commands.html b/documentation/time-series/modules/commands.html
index 6c648ce877..9b0d44f1d3 100644
--- a/documentation/time-series/modules/commands.html
+++ b/documentation/time-series/modules/commands.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands
Module commands
+
Defined in commands/index.ts:1
diff --git a/documentation/time-series/modules/commands_ADD.html b/documentation/time-series/modules/commands_ADD.html
index bfaeeb9f74..9ee7fd5261 100644
--- a/documentation/time-series/modules/commands_ADD.html
+++ b/documentation/time-series/modules/commands_ADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/ADD
Module commands/ADD
+
Defined in commands/ADD.ts:1
diff --git a/documentation/time-series/modules/commands_ALTER.html b/documentation/time-series/modules/commands_ALTER.html
index a8f6d6e7ef..bf23ce0ce4 100644
--- a/documentation/time-series/modules/commands_ALTER.html
+++ b/documentation/time-series/modules/commands_ALTER.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/ALTER
Module commands/ALTER
+
Defined in commands/ALTER.ts:1
diff --git a/documentation/time-series/modules/commands_CREATE.html b/documentation/time-series/modules/commands_CREATE.html
index a233068dfa..7429bc6a40 100644
--- a/documentation/time-series/modules/commands_CREATE.html
+++ b/documentation/time-series/modules/commands_CREATE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/CREATE
Module commands/CREATE
+
Defined in commands/CREATE.ts:1
diff --git a/documentation/time-series/modules/commands_CREATERULE.html b/documentation/time-series/modules/commands_CREATERULE.html
index 2d2d02be72..b75d2ad170 100644
--- a/documentation/time-series/modules/commands_CREATERULE.html
+++ b/documentation/time-series/modules/commands_CREATERULE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/CREATERULE
Module commands/CREATERULE
+
Defined in commands/CREATERULE.ts:1
diff --git a/documentation/time-series/modules/commands_DECRBY.html b/documentation/time-series/modules/commands_DECRBY.html
index 02e7adf983..b7fa77356d 100644
--- a/documentation/time-series/modules/commands_DECRBY.html
+++ b/documentation/time-series/modules/commands_DECRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/DECRBY
Module commands/DECRBY
+
Defined in commands/DECRBY.ts:1
diff --git a/documentation/time-series/modules/commands_DEL.html b/documentation/time-series/modules/commands_DEL.html
index 4786e9eda8..03f65b278e 100644
--- a/documentation/time-series/modules/commands_DEL.html
+++ b/documentation/time-series/modules/commands_DEL.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/DEL
Module commands/DEL
+
Defined in commands/DEL.ts:1
diff --git a/documentation/time-series/modules/commands_DELETERULE.html b/documentation/time-series/modules/commands_DELETERULE.html
index 30a1f9666b..1f48f415dc 100644
--- a/documentation/time-series/modules/commands_DELETERULE.html
+++ b/documentation/time-series/modules/commands_DELETERULE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/DELETERULE
Module commands/DELETERULE
+
Defined in commands/DELETERULE.ts:1
diff --git a/documentation/time-series/modules/commands_GET.html b/documentation/time-series/modules/commands_GET.html
index 07c4ebecf4..00f1ddd48a 100644
--- a/documentation/time-series/modules/commands_GET.html
+++ b/documentation/time-series/modules/commands_GET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/GET
Module commands/GET
+
Defined in commands/GET.ts:1
diff --git a/documentation/time-series/modules/commands_INCRBY.html b/documentation/time-series/modules/commands_INCRBY.html
index 36ec7a3486..01e30dc051 100644
--- a/documentation/time-series/modules/commands_INCRBY.html
+++ b/documentation/time-series/modules/commands_INCRBY.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/INCRBY
Module commands/INCRBY
+
Defined in commands/INCRBY.ts:1
diff --git a/documentation/time-series/modules/commands_INFO.html b/documentation/time-series/modules/commands_INFO.html
index 3e6135e522..fe431e02fa 100644
--- a/documentation/time-series/modules/commands_INFO.html
+++ b/documentation/time-series/modules/commands_INFO.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/INFO
Module commands/INFO
+
Defined in commands/INFO.ts:1
diff --git a/documentation/time-series/modules/commands_INFO_DEBUG.html b/documentation/time-series/modules/commands_INFO_DEBUG.html
index 09272f9e5b..59544ee5e6 100644
--- a/documentation/time-series/modules/commands_INFO_DEBUG.html
+++ b/documentation/time-series/modules/commands_INFO_DEBUG.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/INFO_DEBUG
Module commands/INFO_DEBUG
+
Defined in commands/INFO_DEBUG.ts:1
diff --git a/documentation/time-series/modules/commands_MADD.html b/documentation/time-series/modules/commands_MADD.html
index a561aea404..2a6ef9e5b5 100644
--- a/documentation/time-series/modules/commands_MADD.html
+++ b/documentation/time-series/modules/commands_MADD.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MADD
Module commands/MADD
+
Defined in commands/MADD.ts:1
diff --git a/documentation/time-series/modules/commands_MGET.html b/documentation/time-series/modules/commands_MGET.html
index ab3d31d838..8e5683370f 100644
--- a/documentation/time-series/modules/commands_MGET.html
+++ b/documentation/time-series/modules/commands_MGET.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MGET
Module commands/MGET
+
Defined in commands/MGET.ts:1
diff --git a/documentation/time-series/modules/commands_MGET_WITHLABELS.html b/documentation/time-series/modules/commands_MGET_WITHLABELS.html
index 8b8bcda474..e931617cb4 100644
--- a/documentation/time-series/modules/commands_MGET_WITHLABELS.html
+++ b/documentation/time-series/modules/commands_MGET_WITHLABELS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MGET_WITHLABELS
Module commands/MGET_WITHLABELS
+
Defined in commands/MGET_WITHLABELS.ts:1
diff --git a/documentation/time-series/modules/commands_MRANGE.html b/documentation/time-series/modules/commands_MRANGE.html
index 3f0695c0a9..9f06df0f41 100644
--- a/documentation/time-series/modules/commands_MRANGE.html
+++ b/documentation/time-series/modules/commands_MRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MRANGE
Module commands/MRANGE
+
Defined in commands/MRANGE.ts:1
diff --git a/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html b/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html
index e7bd58d8ad..5feb666543 100644
--- a/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html
+++ b/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MRANGE_WITHLABELS
Module commands/MRANGE_WITHLABELS
+
Defined in commands/MRANGE_WITHLABELS.ts:1
diff --git a/documentation/time-series/modules/commands_MREVRANGE.html b/documentation/time-series/modules/commands_MREVRANGE.html
index 4235efbf51..1cee7fefea 100644
--- a/documentation/time-series/modules/commands_MREVRANGE.html
+++ b/documentation/time-series/modules/commands_MREVRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MREVRANGE
Module commands/MREVRANGE
+
Defined in commands/MREVRANGE.ts:1
diff --git a/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html b/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html
index 69ae50e30c..e608d3fd23 100644
--- a/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html
+++ b/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/MREVRANGE_WITHLABELS
Module commands/MREVRANGE_WITHLABELS
+
Defined in commands/MREVRANGE_WITHLABELS.ts:1
diff --git a/documentation/time-series/modules/commands_QUERYINDEX.html b/documentation/time-series/modules/commands_QUERYINDEX.html
index 3a99178950..87ec3924c8 100644
--- a/documentation/time-series/modules/commands_QUERYINDEX.html
+++ b/documentation/time-series/modules/commands_QUERYINDEX.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/QUERYINDEX
Module commands/QUERYINDEX
+
Defined in commands/QUERYINDEX.ts:1
diff --git a/documentation/time-series/modules/commands_RANGE.html b/documentation/time-series/modules/commands_RANGE.html
index 36d3be402a..aebc401b97 100644
--- a/documentation/time-series/modules/commands_RANGE.html
+++ b/documentation/time-series/modules/commands_RANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/RANGE
Module commands/RANGE
+
Defined in commands/RANGE.ts:1
diff --git a/documentation/time-series/modules/commands_REVRANGE.html b/documentation/time-series/modules/commands_REVRANGE.html
index d89f36293f..afc6cf4f87 100644
--- a/documentation/time-series/modules/commands_REVRANGE.html
+++ b/documentation/time-series/modules/commands_REVRANGE.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
commands/REVRANGE
Module commands/REVRANGE
+
Defined in commands/REVRANGE.ts:1
diff --git a/documentation/time-series/modules/index.html b/documentation/time-series/modules/index.html
index 8f1b5f66cf..72bebd918f 100644
--- a/documentation/time-series/modules/index.html
+++ b/documentation/time-series/modules/index.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -16,7 +16,7 @@
index
Module index
+
Defined in index.ts:1
diff --git a/documentation/time-series/types/commands.Filter.html b/documentation/time-series/types/commands.Filter.html
index f348bb841d..229b6cec08 100644
--- a/documentation/time-series/types/commands.Filter.html
+++ b/documentation/time-series/types/commands.Filter.html
@@ -6,7 +6,7 @@
Preparing search index...
-The search index is not available @redis/time-series
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias Filter
Filter: string | string []
+Defined in commands/index.ts:363
+The search index is not available @redis/time-series
@@ -23,7 +23,7 @@
[ label: string ]: string
+Defined in commands/index.ts:181
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias RawLabels
Raw Labels: [ label: string , value: string ] []
+Defined in commands/index.ts:179
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias SampleRawReply
Sample Raw Reply: [ timestamp: number , value: string ]
+Defined in commands/index.ts:244
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias SelectedLabels
Selected Labels: string | string []
+Defined in commands/index.ts:386
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias Timestamp
Timestamp: number | Date | string
+Defined in commands/index.ts:118
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias InfoRawReply
Info
Raw
Reply
: [ "totalSamples" , number , "memoryUsage" , number , "firstTimestamp" , number , "lastTimestamp" , number , "retentionTime" , number , "chunkCount" , number , "chunkSize" , number , "chunkType" , string , "duplicatePolicy" , TimeSeriesDuplicatePolicies | null , "labels" , [ name
: string , value
: string ] [] , "sourceKey" , string | null , "rules" , [ key
: string , timeBucket
: number , aggregationType
: TimeSeriesAggregationType ] [] ]
+Defined in commands/INFO.ts:11
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Type alias MGetRawReply
+Defined in commands/MGET.ts:15
+The search index is not available @redis/time-series
+Defined in commands/index.ts:25
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ADD.ts:21
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/ALTER.ts:3
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/CREATE.ts:12
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/CREATERULE.ts:3
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/DECRBY.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRTS_KEY_INDEXConst
FIRTS_ KEY_ INDEX: 1 = 1
+Defined in commands/DEL.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/DELETERULE.ts:1
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/GET.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/GET.ts:6
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/INCRBY.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/INFO.ts:3
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/INFO.ts:5
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/MADD.ts:3
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/MGET.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/MGET_WITHLABELS.ts:13
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/MRANGE.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/MRANGE_WITHLABELS.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/MREVRANGE.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/MREVRANGE_WITHLABELS.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/QUERYINDEX.ts:5
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/RANGE.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/RANGE.ts:6
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable FIRST_KEY_INDEXConst
FIRST_ KEY_ INDEX: 1 = 1
+Defined in commands/REVRANGE.ts:4
+The search index is not available @redis/time-series
@@ -18,7 +18,7 @@
Variable IS_READ_ONLYConst
IS_ READ_ ONLY: true = true
+Defined in commands/REVRANGE.ts:6
Synchronously calls each of the listeners registered for the event named
@@ -173,62 +173,62 @@ to each.eventName
, in the order they were registered, passing the supplied arguments to each.Rest
...args: any[]