diff --git a/documentation/bloom/assets/main.js b/documentation/bloom/assets/main.js index 305cb9b44b..c815b33495 100644 --- a/documentation/bloom/assets/main.js +++ b/documentation/bloom/assets/main.js @@ -1,7 +1,7 @@ "use strict"; -(()=>{var Pe=Object.create;var ue=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var Re=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var De=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Re(e))!Me.call(t,i)&&i!==n&&ue(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var He=(t,e,n)=>(n=t!=null?Pe(_e(t)):{},Fe(e||!t||!t.__esModule?ue(n,"default",{value:t,enumerable:!0}):n,t));var fe=De((de,pe)=>{(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),g;m in s.node.edges?g=s.node.edges[m]:(g=new t.TokenSet,s.node.edges[m]=g),s.str.length==1&&(g.final=!0),i.push({node:g,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 de=="object"?pe.exports=n():e.lunr=n()}(this,function(){return t})})()});var ce=[];function F(t,e){ce.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){ce.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var I=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 ie=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",re(()=>this.onScroll(),10)),window.addEventListener("resize",re(()=>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}},k=ie;k.instance=new ie;var X=class extends I{constructor(n){super(n);this.anchors=[];this.index=-1;k.instance.addEventListener("resize",()=>this.onResize()),k.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:k.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 he=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var ve=He(fe());function ye(){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+"/"};Ae(t,r,n,s)}function Ae(t,e,n,r){n.addEventListener("input",he(()=>{Ne(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?je(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(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 Ve(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ve.Index.load(window.searchData.index))}function Ne(t,e,n,r){if(Ve(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${ge(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 me(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 je(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 ge(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(se(t.substring(s,o)),`${se(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(se(t.substring(s))),i.join("")}var ze={"&":"&","<":"<",">":">","'":"'",'"':"""};function se(t){return t.replace(/[&<>"'"]/g,e=>ze[e])}var oe=class{constructor(e,n){this.signature=e,this.description=n}addClass(e){this.signature.classList.add(e),this.description.classList.add(e)}removeClass(e){this.signature.classList.remove(e),this.description.classList.remove(e)}},Z=class extends I{constructor(n){super(n);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",i=>this.onClick(i)),r.addEventListener("click",i=>this.onClick(i))}),this.container.classList.add("active"),this.setIndex(this.inferIndexFromHash()))}setIndex(n){if(n<0&&(n=0),n>this.groups.length-1&&(n=this.groups.length-1),this.index==n)return;let r=this.groups[n];if(this.index>-1){let i=this.groups[this.index];if(i.removeClass("current"),i.addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),r.signature.id){let s=new URL(location.href);s.hash=r.signature.id,history.replaceState({},"",s)}k.instance.triggerResize(),setTimeout(()=>{i.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),k.instance.triggerResize();this.index=n}createGroups(){let n=this.el.children;if(n.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let i=0;i{r.signature===n.currentTarget&&this.setIndex(i)})}inferIndexFromHash(){let n=location.hash.substring(1),r=this.groups.findIndex(i=>i.signature.id===n);return Math.max(0,r)}};var H="mousedown",Le="mousemove",z="mouseup",K={x:0,y:0},xe=!1,ae=!1,Be=!1,A=!1,Ee=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Ee?"is-mobile":"not-mobile");Ee&&"ontouchstart"in document.documentElement&&(Be=!0,H="touchstart",Le="touchmove",z="touchend");document.addEventListener(H,t=>{ae=!0,A=!1;let e=H=="touchstart"?t.targetTouches[0]:t;K.y=e.pageY||0,K.x=e.pageX||0});document.addEventListener(Le,t=>{if(!!ae&&!A){let e=H=="touchstart"?t.targetTouches[0]:t,n=K.x-(e.pageX||0),r=K.y-(e.pageY||0);A=Math.sqrt(n*n+r*r)>10}});document.addEventListener(z,()=>{ae=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var ee=class extends I{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(z,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(H,r=>this.onDocumentPointerDown(r)),document.addEventListener(z,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 le;try{le=localStorage}catch{le={getItem(){return null},setItem(){}}}var C=le;var be=document.head.appendChild(document.createElement("style"));be.dataset.for="filters";var te=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()),be.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let n=C.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){C.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 ne=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=C.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(C.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 we(t){let e=C.getItem("tsd-theme")||"os";t.value=e,Se(e),t.addEventListener("change",()=>{C.setItem("tsd-theme",t.value),Se(t.value)})}function Se(t){document.documentElement.dataset.theme=t}ye();F(X,".menu-highlight");F(Z,".tsd-signatures");F(ee,"a[data-toggle]");F(ne,".tsd-index-accordion");F(te,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("theme");Te&&we(Te);var qe=new Y;Object.defineProperty(window,"app",{value:qe});})(); +(()=>{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 diff --git a/documentation/bloom/assets/search.js b/documentation/bloom/assets/search.js index 39afce3990..1d7a15b081 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/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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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-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-3.info-2\",\"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\",\"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\",\"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\",\"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\",\"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-1\",\"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-1\",\"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\",\"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\",\"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\",\"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-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-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-2.INFO-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-2.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-2.INSERT-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-2.insert-1\",\"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\",\"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-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-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-2.RESERVE-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-2.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-2.SCANDUMP-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-2.scanDump-1\",\"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-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-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-4.add-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-4.COUNT-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-4.count-1\",\"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-4.INCRBY-1\",\"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-4.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-4.INFO-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-4.info-3\",\"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-4.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-4.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-4.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-4.list\",\"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-4.QUERY-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-4.query-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-4.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-4.reserve-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\",\"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\":\"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,55.786]],[\"comment/0\",[]],[\"name/1\",[1,23.604]],[\"comment/1\",[]],[\"name/2\",[2,23.604]],[\"comment/2\",[]],[\"name/3\",[3,55.786]],[\"comment/3\",[]],[\"name/4\",[1,23.604]],[\"comment/4\",[]],[\"name/5\",[2,23.604]],[\"comment/5\",[]],[\"name/6\",[4,32.5]],[\"comment/6\",[]],[\"name/7\",[5,55.786]],[\"comment/7\",[]],[\"name/8\",[1,23.604]],[\"comment/8\",[]],[\"name/9\",[6,23.604]],[\"comment/9\",[]],[\"name/10\",[2,23.604]],[\"comment/10\",[]],[\"name/11\",[4,32.5]],[\"comment/11\",[]],[\"name/12\",[7,44.51]],[\"comment/12\",[]],[\"name/13\",[8,44.51]],[\"comment/13\",[]],[\"name/14\",[9,50.543]],[\"comment/14\",[]],[\"name/15\",[10,50.543]],[\"comment/15\",[]],[\"name/16\",[11,50.543]],[\"comment/16\",[]],[\"name/17\",[12,50.543]],[\"comment/17\",[]],[\"name/18\",[13,50.543]],[\"comment/18\",[]],[\"name/19\",[14,55.786]],[\"comment/19\",[]],[\"name/20\",[1,23.604]],[\"comment/20\",[]],[\"name/21\",[2,23.604]],[\"comment/21\",[]],[\"name/22\",[15,55.786]],[\"comment/22\",[]],[\"name/23\",[1,23.604]],[\"comment/23\",[]],[\"name/24\",[6,23.604]],[\"comment/24\",[]],[\"name/25\",[2,23.604]],[\"comment/25\",[]],[\"name/26\",[16,55.786]],[\"comment/26\",[]],[\"name/27\",[1,23.604]],[\"comment/27\",[]],[\"name/28\",[2,23.604]],[\"comment/28\",[]],[\"name/29\",[17,55.786]],[\"comment/29\",[]],[\"name/30\",[1,23.604]],[\"comment/30\",[]],[\"name/31\",[2,23.604]],[\"comment/31\",[]],[\"name/32\",[4,32.5]],[\"comment/32\",[]],[\"name/33\",[18,55.786]],[\"comment/33\",[]],[\"name/34\",[1,23.604]],[\"comment/34\",[]],[\"name/35\",[6,23.604]],[\"comment/35\",[]],[\"name/36\",[2,23.604]],[\"comment/36\",[]],[\"name/37\",[19,55.786]],[\"comment/37\",[]],[\"name/38\",[1,23.604]],[\"comment/38\",[]],[\"name/39\",[6,23.604]],[\"comment/39\",[]],[\"name/40\",[2,23.604]],[\"comment/40\",[]],[\"name/41\",[4,32.5]],[\"comment/41\",[]],[\"name/42\",[20,55.786]],[\"comment/42\",[]],[\"name/43\",[21,40.736]],[\"comment/43\",[]],[\"name/44\",[22,36.841]],[\"comment/44\",[]],[\"name/45\",[23,34.024]],[\"comment/45\",[]],[\"name/46\",[23,34.024]],[\"comment/46\",[]],[\"name/47\",[24,37.982]],[\"comment/47\",[]],[\"name/48\",[24,37.982]],[\"comment/48\",[]],[\"name/49\",[25,31.174]],[\"comment/49\",[]],[\"name/50\",[25,31.174]],[\"comment/50\",[]],[\"name/51\",[26,37.982]],[\"comment/51\",[]],[\"name/52\",[26,37.982]],[\"comment/52\",[]],[\"name/53\",[27,37.982]],[\"comment/53\",[]],[\"name/54\",[27,37.982]],[\"comment/54\",[]],[\"name/55\",[28,44.51]],[\"comment/55\",[]],[\"name/56\",[28,44.51]],[\"comment/56\",[]],[\"name/57\",[29,44.51]],[\"comment/57\",[]],[\"name/58\",[29,44.51]],[\"comment/58\",[]],[\"name/59\",[30,34.024]],[\"comment/59\",[]],[\"name/60\",[30,34.024]],[\"comment/60\",[]],[\"name/61\",[31,37.982]],[\"comment/61\",[]],[\"name/62\",[31,37.982]],[\"comment/62\",[]],[\"name/63\",[32,21.974,33,21.974,34,31.218]],[\"comment/63\",[]],[\"name/64\",[1,23.604]],[\"comment/64\",[]],[\"name/65\",[6,23.604]],[\"comment/65\",[]],[\"name/66\",[2,23.604]],[\"comment/66\",[]],[\"name/67\",[32,21.974,33,21.974,35,31.218]],[\"comment/67\",[]],[\"name/68\",[1,23.604]],[\"comment/68\",[]],[\"name/69\",[6,23.604]],[\"comment/69\",[]],[\"name/70\",[2,23.604]],[\"comment/70\",[]],[\"name/71\",[4,32.5]],[\"comment/71\",[]],[\"name/72\",[7,44.51]],[\"comment/72\",[]],[\"name/73\",[8,44.51]],[\"comment/73\",[]],[\"name/74\",[36,50.543]],[\"comment/74\",[]],[\"name/75\",[37,50.543]],[\"comment/75\",[]],[\"name/76\",[38,36.841]],[\"comment/76\",[]],[\"name/77\",[32,21.974,33,21.974,39,31.218]],[\"comment/77\",[]],[\"name/78\",[1,23.604]],[\"comment/78\",[]],[\"name/79\",[6,23.604]],[\"comment/79\",[]],[\"name/80\",[2,23.604]],[\"comment/80\",[]],[\"name/81\",[32,21.974,33,21.974,40,31.218]],[\"comment/81\",[]],[\"name/82\",[1,23.604]],[\"comment/82\",[]],[\"name/83\",[6,23.604]],[\"comment/83\",[]],[\"name/84\",[2,23.604]],[\"comment/84\",[]],[\"name/85\",[32,21.974,33,21.974,41,31.218]],[\"comment/85\",[]],[\"name/86\",[1,23.604]],[\"comment/86\",[]],[\"name/87\",[6,23.604]],[\"comment/87\",[]],[\"name/88\",[2,23.604]],[\"comment/88\",[]],[\"name/89\",[32,21.974,33,21.974,42,31.218]],[\"comment/89\",[]],[\"name/90\",[1,23.604]],[\"comment/90\",[]],[\"name/91\",[6,23.604]],[\"comment/91\",[]],[\"name/92\",[2,23.604]],[\"comment/92\",[]],[\"name/93\",[4,32.5]],[\"comment/93\",[]],[\"name/94\",[32,21.974,33,21.974,43,31.218]],[\"comment/94\",[]],[\"name/95\",[21,40.736]],[\"comment/95\",[]],[\"name/96\",[22,36.841]],[\"comment/96\",[]],[\"name/97\",[44,37.982]],[\"comment/97\",[]],[\"name/98\",[44,37.982]],[\"comment/98\",[]],[\"name/99\",[25,31.174]],[\"comment/99\",[]],[\"name/100\",[25,31.174]],[\"comment/100\",[]],[\"name/101\",[45,44.51]],[\"comment/101\",[]],[\"name/102\",[45,44.51]],[\"comment/102\",[]],[\"name/103\",[46,44.51]],[\"comment/103\",[]],[\"name/104\",[46,44.51]],[\"comment/104\",[]],[\"name/105\",[47,44.51]],[\"comment/105\",[]],[\"name/106\",[47,44.51]],[\"comment/106\",[]],[\"name/107\",[48,37.982]],[\"comment/107\",[]],[\"name/108\",[48,37.982]],[\"comment/108\",[]],[\"name/109\",[49,55.786]],[\"comment/109\",[]],[\"name/110\",[1,23.604]],[\"comment/110\",[]],[\"name/111\",[2,23.604]],[\"comment/111\",[]],[\"name/112\",[50,55.786]],[\"comment/112\",[]],[\"name/113\",[1,23.604]],[\"comment/113\",[]],[\"name/114\",[2,23.604]],[\"comment/114\",[]],[\"name/115\",[51,55.786]],[\"comment/115\",[]],[\"name/116\",[1,23.604]],[\"comment/116\",[]],[\"name/117\",[6,23.604]],[\"comment/117\",[]],[\"name/118\",[2,23.604]],[\"comment/118\",[]],[\"name/119\",[52,55.786]],[\"comment/119\",[]],[\"name/120\",[1,23.604]],[\"comment/120\",[]],[\"name/121\",[2,23.604]],[\"comment/121\",[]],[\"name/122\",[53,55.786]],[\"comment/122\",[]],[\"name/123\",[1,23.604]],[\"comment/123\",[]],[\"name/124\",[2,23.604]],[\"comment/124\",[]],[\"name/125\",[4,32.5]],[\"comment/125\",[]],[\"name/126\",[54,55.786]],[\"comment/126\",[]],[\"name/127\",[1,23.604]],[\"comment/127\",[]],[\"name/128\",[6,23.604]],[\"comment/128\",[]],[\"name/129\",[2,23.604]],[\"comment/129\",[]],[\"name/130\",[4,32.5]],[\"comment/130\",[]],[\"name/131\",[7,44.51]],[\"comment/131\",[]],[\"name/132\",[8,44.51]],[\"comment/132\",[]],[\"name/133\",[10,50.543]],[\"comment/133\",[]],[\"name/134\",[55,55.786]],[\"comment/134\",[]],[\"name/135\",[11,50.543]],[\"comment/135\",[]],[\"name/136\",[12,50.543]],[\"comment/136\",[]],[\"name/137\",[56,55.786]],[\"comment/137\",[]],[\"name/138\",[57,55.786]],[\"comment/138\",[]],[\"name/139\",[13,50.543]],[\"comment/139\",[]],[\"name/140\",[58,55.786]],[\"comment/140\",[]],[\"name/141\",[59,55.786]],[\"comment/141\",[]],[\"name/142\",[1,23.604]],[\"comment/142\",[]],[\"name/143\",[2,23.604]],[\"comment/143\",[]],[\"name/144\",[60,55.786]],[\"comment/144\",[]],[\"name/145\",[1,23.604]],[\"comment/145\",[]],[\"name/146\",[2,23.604]],[\"comment/146\",[]],[\"name/147\",[61,55.786]],[\"comment/147\",[]],[\"name/148\",[1,23.604]],[\"comment/148\",[]],[\"name/149\",[6,23.604]],[\"comment/149\",[]],[\"name/150\",[2,23.604]],[\"comment/150\",[]],[\"name/151\",[62,55.786]],[\"comment/151\",[]],[\"name/152\",[1,23.604]],[\"comment/152\",[]],[\"name/153\",[6,23.604]],[\"comment/153\",[]],[\"name/154\",[2,23.604]],[\"comment/154\",[]],[\"name/155\",[63,55.786]],[\"comment/155\",[]],[\"name/156\",[1,23.604]],[\"comment/156\",[]],[\"name/157\",[6,23.604]],[\"comment/157\",[]],[\"name/158\",[2,23.604]],[\"comment/158\",[]],[\"name/159\",[64,55.786]],[\"comment/159\",[]],[\"name/160\",[65,55.786]],[\"comment/160\",[]],[\"name/161\",[66,55.786]],[\"comment/161\",[]],[\"name/162\",[9,50.543]],[\"comment/162\",[]],[\"name/163\",[67,55.786]],[\"comment/163\",[]],[\"name/164\",[21,40.736]],[\"comment/164\",[]],[\"name/165\",[22,36.841]],[\"comment/165\",[]],[\"name/166\",[23,34.024]],[\"comment/166\",[]],[\"name/167\",[23,34.024]],[\"comment/167\",[]],[\"name/168\",[68,44.51]],[\"comment/168\",[]],[\"name/169\",[68,44.51]],[\"comment/169\",[]],[\"name/170\",[38,36.841]],[\"comment/170\",[]],[\"name/171\",[38,36.841]],[\"comment/171\",[]],[\"name/172\",[69,44.51]],[\"comment/172\",[]],[\"name/173\",[69,44.51]],[\"comment/173\",[]],[\"name/174\",[24,37.982]],[\"comment/174\",[]],[\"name/175\",[24,37.982]],[\"comment/175\",[]],[\"name/176\",[25,31.174]],[\"comment/176\",[]],[\"name/177\",[25,31.174]],[\"comment/177\",[]],[\"name/178\",[26,37.982]],[\"comment/178\",[]],[\"name/179\",[26,37.982]],[\"comment/179\",[]],[\"name/180\",[70,44.51]],[\"comment/180\",[]],[\"name/181\",[70,44.51]],[\"comment/181\",[]],[\"name/182\",[27,37.982]],[\"comment/182\",[]],[\"name/183\",[27,37.982]],[\"comment/183\",[]],[\"name/184\",[30,34.024]],[\"comment/184\",[]],[\"name/185\",[30,34.024]],[\"comment/185\",[]],[\"name/186\",[31,37.982]],[\"comment/186\",[]],[\"name/187\",[31,37.982]],[\"comment/187\",[]],[\"name/188\",[71,55.786]],[\"comment/188\",[]],[\"name/189\",[21,40.736]],[\"comment/189\",[]],[\"name/190\",[22,36.841]],[\"comment/190\",[]],[\"name/191\",[72,55.786]],[\"comment/191\",[]],[\"name/192\",[22,36.841]],[\"comment/192\",[]],[\"name/193\",[23,34.024]],[\"comment/193\",[]],[\"name/194\",[23,34.024]],[\"comment/194\",[]],[\"name/195\",[24,37.982]],[\"comment/195\",[]],[\"name/196\",[24,37.982]],[\"comment/196\",[]],[\"name/197\",[25,31.174]],[\"comment/197\",[]],[\"name/198\",[25,31.174]],[\"comment/198\",[]],[\"name/199\",[26,37.982]],[\"comment/199\",[]],[\"name/200\",[26,37.982]],[\"comment/200\",[]],[\"name/201\",[27,37.982]],[\"comment/201\",[]],[\"name/202\",[27,37.982]],[\"comment/202\",[]],[\"name/203\",[28,44.51]],[\"comment/203\",[]],[\"name/204\",[28,44.51]],[\"comment/204\",[]],[\"name/205\",[29,44.51]],[\"comment/205\",[]],[\"name/206\",[29,44.51]],[\"comment/206\",[]],[\"name/207\",[30,34.024]],[\"comment/207\",[]],[\"name/208\",[30,34.024]],[\"comment/208\",[]],[\"name/209\",[31,37.982]],[\"comment/209\",[]],[\"name/210\",[31,37.982]],[\"comment/210\",[]],[\"name/211\",[73,55.786]],[\"comment/211\",[]],[\"name/212\",[22,36.841]],[\"comment/212\",[]],[\"name/213\",[44,37.982]],[\"comment/213\",[]],[\"name/214\",[44,37.982]],[\"comment/214\",[]],[\"name/215\",[25,31.174]],[\"comment/215\",[]],[\"name/216\",[25,31.174]],[\"comment/216\",[]],[\"name/217\",[45,44.51]],[\"comment/217\",[]],[\"name/218\",[45,44.51]],[\"comment/218\",[]],[\"name/219\",[46,44.51]],[\"comment/219\",[]],[\"name/220\",[46,44.51]],[\"comment/220\",[]],[\"name/221\",[47,44.51]],[\"comment/221\",[]],[\"name/222\",[47,44.51]],[\"comment/222\",[]],[\"name/223\",[48,37.982]],[\"comment/223\",[]],[\"name/224\",[48,37.982]],[\"comment/224\",[]],[\"name/225\",[74,55.786]],[\"comment/225\",[]],[\"name/226\",[22,36.841]],[\"comment/226\",[]],[\"name/227\",[23,34.024]],[\"comment/227\",[]],[\"name/228\",[23,34.024]],[\"comment/228\",[]],[\"name/229\",[68,44.51]],[\"comment/229\",[]],[\"name/230\",[68,44.51]],[\"comment/230\",[]],[\"name/231\",[38,36.841]],[\"comment/231\",[]],[\"name/232\",[38,36.841]],[\"comment/232\",[]],[\"name/233\",[69,44.51]],[\"comment/233\",[]],[\"name/234\",[69,44.51]],[\"comment/234\",[]],[\"name/235\",[24,37.982]],[\"comment/235\",[]],[\"name/236\",[24,37.982]],[\"comment/236\",[]],[\"name/237\",[25,31.174]],[\"comment/237\",[]],[\"name/238\",[25,31.174]],[\"comment/238\",[]],[\"name/239\",[26,37.982]],[\"comment/239\",[]],[\"name/240\",[26,37.982]],[\"comment/240\",[]],[\"name/241\",[70,44.51]],[\"comment/241\",[]],[\"name/242\",[70,44.51]],[\"comment/242\",[]],[\"name/243\",[27,37.982]],[\"comment/243\",[]],[\"name/244\",[27,37.982]],[\"comment/244\",[]],[\"name/245\",[30,34.024]],[\"comment/245\",[]],[\"name/246\",[30,34.024]],[\"comment/246\",[]],[\"name/247\",[31,37.982]],[\"comment/247\",[]],[\"name/248\",[31,37.982]],[\"comment/248\",[]],[\"name/249\",[75,55.786]],[\"comment/249\",[]],[\"name/250\",[22,36.841]],[\"comment/250\",[]],[\"name/251\",[23,34.024]],[\"comment/251\",[]],[\"name/252\",[23,34.024]],[\"comment/252\",[]],[\"name/253\",[38,36.841]],[\"comment/253\",[]],[\"name/254\",[38,36.841]],[\"comment/254\",[]],[\"name/255\",[44,37.982]],[\"comment/255\",[]],[\"name/256\",[44,37.982]],[\"comment/256\",[]],[\"name/257\",[25,31.174]],[\"comment/257\",[]],[\"name/258\",[25,31.174]],[\"comment/258\",[]],[\"name/259\",[76,50.543]],[\"comment/259\",[]],[\"name/260\",[77,50.543]],[\"comment/260\",[]],[\"name/261\",[78,44.51]],[\"comment/261\",[]],[\"name/262\",[78,44.51]],[\"comment/262\",[]],[\"name/263\",[48,37.982]],[\"comment/263\",[]],[\"name/264\",[48,37.982]],[\"comment/264\",[]],[\"name/265\",[30,34.024]],[\"comment/265\",[]],[\"name/266\",[30,34.024]],[\"comment/266\",[]],[\"name/267\",[79,26.437,80,40.033]],[\"comment/267\",[]],[\"name/268\",[1,23.604]],[\"comment/268\",[]],[\"name/269\",[6,23.604]],[\"comment/269\",[]],[\"name/270\",[2,23.604]],[\"comment/270\",[]],[\"name/271\",[79,26.437,81,40.033]],[\"comment/271\",[]],[\"name/272\",[1,23.604]],[\"comment/272\",[]],[\"name/273\",[6,23.604]],[\"comment/273\",[]],[\"name/274\",[2,23.604]],[\"comment/274\",[]],[\"name/275\",[4,32.5]],[\"comment/275\",[]],[\"name/276\",[79,26.437,82,40.033]],[\"comment/276\",[]],[\"name/277\",[1,23.604]],[\"comment/277\",[]],[\"name/278\",[6,23.604]],[\"comment/278\",[]],[\"name/279\",[2,23.604]],[\"comment/279\",[]],[\"name/280\",[79,26.437,83,40.033]],[\"comment/280\",[]],[\"name/281\",[1,23.604]],[\"comment/281\",[]],[\"name/282\",[6,23.604]],[\"comment/282\",[]],[\"name/283\",[2,23.604]],[\"comment/283\",[]],[\"name/284\",[4,32.5]],[\"comment/284\",[]],[\"name/285\",[7,44.51]],[\"comment/285\",[]],[\"name/286\",[8,44.51]],[\"comment/286\",[]],[\"name/287\",[84,50.543]],[\"comment/287\",[]],[\"name/288\",[36,50.543]],[\"comment/288\",[]],[\"name/289\",[37,50.543]],[\"comment/289\",[]],[\"name/290\",[85,55.786]],[\"comment/290\",[]],[\"name/291\",[79,26.437,86,40.033]],[\"comment/291\",[]],[\"name/292\",[1,23.604]],[\"comment/292\",[]],[\"name/293\",[6,23.604]],[\"comment/293\",[]],[\"name/294\",[2,23.604]],[\"comment/294\",[]],[\"name/295\",[4,32.5]],[\"comment/295\",[]],[\"name/296\",[79,26.437,87,40.033]],[\"comment/296\",[]],[\"name/297\",[1,23.604]],[\"comment/297\",[]],[\"name/298\",[6,23.604]],[\"comment/298\",[]],[\"name/299\",[2,23.604]],[\"comment/299\",[]],[\"name/300\",[4,32.5]],[\"comment/300\",[]],[\"name/301\",[79,26.437,88,40.033]],[\"comment/301\",[]],[\"name/302\",[1,23.604]],[\"comment/302\",[]],[\"name/303\",[6,23.604]],[\"comment/303\",[]],[\"name/304\",[2,23.604]],[\"comment/304\",[]],[\"name/305\",[4,32.5]],[\"comment/305\",[]],[\"name/306\",[79,26.437,89,40.033]],[\"comment/306\",[]],[\"name/307\",[1,23.604]],[\"comment/307\",[]],[\"name/308\",[6,23.604]],[\"comment/308\",[]],[\"name/309\",[2,23.604]],[\"comment/309\",[]],[\"name/310\",[4,32.5]],[\"comment/310\",[]],[\"name/311\",[79,26.437,84,36.27]],[\"comment/311\",[]],[\"name/312\",[21,40.736]],[\"comment/312\",[]],[\"name/313\",[22,36.841]],[\"comment/313\",[]],[\"name/314\",[23,34.024]],[\"comment/314\",[]],[\"name/315\",[23,34.024]],[\"comment/315\",[]],[\"name/316\",[38,36.841]],[\"comment/316\",[]],[\"name/317\",[38,36.841]],[\"comment/317\",[]],[\"name/318\",[44,37.982]],[\"comment/318\",[]],[\"name/319\",[44,37.982]],[\"comment/319\",[]],[\"name/320\",[25,31.174]],[\"comment/320\",[]],[\"name/321\",[25,31.174]],[\"comment/321\",[]],[\"name/322\",[76,50.543]],[\"comment/322\",[]],[\"name/323\",[77,50.543]],[\"comment/323\",[]],[\"name/324\",[78,44.51]],[\"comment/324\",[]],[\"name/325\",[78,44.51]],[\"comment/325\",[]],[\"name/326\",[48,37.982]],[\"comment/326\",[]],[\"name/327\",[48,37.982]],[\"comment/327\",[]],[\"name/328\",[30,34.024]],[\"comment/328\",[]],[\"name/329\",[30,34.024]],[\"comment/329\",[]],[\"name/330\",[90,55.786]],[\"comment/330\",[]],[\"name/331\",[6,23.604]],[\"comment/331\",[]],[\"name/332\",[6,23.604]],[\"comment/332\",[]],[\"name/333\",[6,23.604]],[\"comment/333\",[]],[\"name/334\",[6,23.604]],[\"comment/334\",[]],[\"name/335\",[6,23.604]],[\"comment/335\",[]],[\"name/336\",[6,23.604]],[\"comment/336\",[]],[\"name/337\",[6,23.604]],[\"comment/337\",[]],[\"name/338\",[6,23.604]],[\"comment/338\",[]],[\"name/339\",[6,23.604]],[\"comment/339\",[]],[\"name/340\",[6,23.604]],[\"comment/340\",[]],[\"name/341\",[6,23.604]],[\"comment/341\",[]],[\"name/342\",[21,40.736]],[\"comment/342\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":22,\"name\":{\"44\":{},\"96\":{},\"165\":{},\"190\":{},\"192\":{},\"212\":{},\"226\":{},\"250\":{},\"313\":{}},\"comment\":{}}],[\"add\",{\"_index\":23,\"name\":{\"45\":{},\"46\":{},\"166\":{},\"167\":{},\"193\":{},\"194\":{},\"227\":{},\"228\":{},\"251\":{},\"252\":{},\"314\":{},\"315\":{}},\"comment\":{}}],[\"addnx\",{\"_index\":68,\"name\":{\"168\":{},\"169\":{},\"229\":{},\"230\":{}},\"comment\":{}}],[\"bf\",{\"_index\":72,\"name\":{\"191\":{}},\"comment\":{}}],[\"bucketsize\",{\"_index\":57,\"name\":{\"138\":{}},\"comment\":{}}],[\"capacity\",{\"_index\":9,\"name\":{\"14\":{},\"162\":{}},\"comment\":{}}],[\"cf\",{\"_index\":74,\"name\":{\"225\":{}},\"comment\":{}}],[\"cms\",{\"_index\":73,\"name\":{\"211\":{}},\"comment\":{}}],[\"commands\",{\"_index\":71,\"name\":{\"188\":{}},\"comment\":{}}],[\"commands/bloom\",{\"_index\":20,\"name\":{\"42\":{}},\"comment\":{}}],[\"commands/bloom/add\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"commands/bloom/exists\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"commands/bloom/info\",{\"_index\":5,\"name\":{\"7\":{}},\"comment\":{}}],[\"commands/bloom/insert\",{\"_index\":14,\"name\":{\"19\":{}},\"comment\":{}}],[\"commands/bloom/loadchunk\",{\"_index\":15,\"name\":{\"22\":{}},\"comment\":{}}],[\"commands/bloom/madd\",{\"_index\":16,\"name\":{\"26\":{}},\"comment\":{}}],[\"commands/bloom/mexists\",{\"_index\":17,\"name\":{\"29\":{}},\"comment\":{}}],[\"commands/bloom/reserve\",{\"_index\":18,\"name\":{\"33\":{}},\"comment\":{}}],[\"commands/bloom/scandump\",{\"_index\":19,\"name\":{\"37\":{}},\"comment\":{}}],[\"commands/count\",{\"_index\":32,\"name\":{\"63\":{},\"67\":{},\"77\":{},\"81\":{},\"85\":{},\"89\":{},\"94\":{}},\"comment\":{}}],[\"commands/cuckoo\",{\"_index\":64,\"name\":{\"159\":{}},\"comment\":{}}],[\"commands/cuckoo/add\",{\"_index\":49,\"name\":{\"109\":{}},\"comment\":{}}],[\"commands/cuckoo/addnx\",{\"_index\":50,\"name\":{\"112\":{}},\"comment\":{}}],[\"commands/cuckoo/count\",{\"_index\":51,\"name\":{\"115\":{}},\"comment\":{}}],[\"commands/cuckoo/del\",{\"_index\":52,\"name\":{\"119\":{}},\"comment\":{}}],[\"commands/cuckoo/exists\",{\"_index\":53,\"name\":{\"122\":{}},\"comment\":{}}],[\"commands/cuckoo/info\",{\"_index\":54,\"name\":{\"126\":{}},\"comment\":{}}],[\"commands/cuckoo/insert\",{\"_index\":59,\"name\":{\"141\":{}},\"comment\":{}}],[\"commands/cuckoo/insertnx\",{\"_index\":60,\"name\":{\"144\":{}},\"comment\":{}}],[\"commands/cuckoo/loadchunk\",{\"_index\":61,\"name\":{\"147\":{}},\"comment\":{}}],[\"commands/cuckoo/reserve\",{\"_index\":62,\"name\":{\"151\":{}},\"comment\":{}}],[\"commands/cuckoo/scandump\",{\"_index\":63,\"name\":{\"155\":{}},\"comment\":{}}],[\"commands/top\",{\"_index\":79,\"name\":{\"267\":{},\"271\":{},\"276\":{},\"280\":{},\"291\":{},\"296\":{},\"301\":{},\"306\":{},\"311\":{}},\"comment\":{}}],[\"count\",{\"_index\":38,\"name\":{\"76\":{},\"170\":{},\"171\":{},\"231\":{},\"232\":{},\"253\":{},\"254\":{},\"316\":{},\"317\":{}},\"comment\":{}}],[\"decay\",{\"_index\":85,\"name\":{\"290\":{}},\"comment\":{}}],[\"default\",{\"_index\":21,\"name\":{\"43\":{},\"95\":{},\"164\":{},\"189\":{},\"312\":{},\"342\":{}},\"comment\":{}}],[\"del\",{\"_index\":69,\"name\":{\"172\":{},\"173\":{},\"233\":{},\"234\":{}},\"comment\":{}}],[\"depth\",{\"_index\":37,\"name\":{\"75\":{},\"289\":{}},\"comment\":{}}],[\"exists\",{\"_index\":24,\"name\":{\"47\":{},\"48\":{},\"174\":{},\"175\":{},\"195\":{},\"196\":{},\"235\":{},\"236\":{}},\"comment\":{}}],[\"expansionrate\",{\"_index\":13,\"name\":{\"18\":{},\"139\":{}},\"comment\":{}}],[\"first_key_index\",{\"_index\":2,\"name\":{\"2\":{},\"5\":{},\"10\":{},\"21\":{},\"25\":{},\"28\":{},\"31\":{},\"36\":{},\"40\":{},\"66\":{},\"70\":{},\"80\":{},\"84\":{},\"88\":{},\"92\":{},\"111\":{},\"114\":{},\"118\":{},\"121\":{},\"124\":{},\"129\":{},\"143\":{},\"146\":{},\"150\":{},\"154\":{},\"158\":{},\"270\":{},\"274\":{},\"279\":{},\"283\":{},\"294\":{},\"299\":{},\"304\":{},\"309\":{}},\"comment\":{}}],[\"incrby\",{\"_index\":44,\"name\":{\"97\":{},\"98\":{},\"213\":{},\"214\":{},\"255\":{},\"256\":{},\"318\":{},\"319\":{}},\"comment\":{}}],[\"index\",{\"_index\":90,\"name\":{\"330\":{}},\"comment\":{}}],[\"info\",{\"_index\":25,\"name\":{\"49\":{},\"50\":{},\"99\":{},\"100\":{},\"176\":{},\"177\":{},\"197\":{},\"198\":{},\"215\":{},\"216\":{},\"237\":{},\"238\":{},\"257\":{},\"258\":{},\"320\":{},\"321\":{}},\"comment\":{}}],[\"inforawreply\",{\"_index\":7,\"name\":{\"12\":{},\"72\":{},\"131\":{},\"285\":{}},\"comment\":{}}],[\"inforeply\",{\"_index\":8,\"name\":{\"13\":{},\"73\":{},\"132\":{},\"286\":{}},\"comment\":{}}],[\"initbydim\",{\"_index\":45,\"name\":{\"101\":{},\"102\":{},\"217\":{},\"218\":{}},\"comment\":{}}],[\"initbyprob\",{\"_index\":46,\"name\":{\"103\":{},\"104\":{},\"219\":{},\"220\":{}},\"comment\":{}}],[\"insert\",{\"_index\":26,\"name\":{\"51\":{},\"52\":{},\"178\":{},\"179\":{},\"199\":{},\"200\":{},\"239\":{},\"240\":{}},\"comment\":{}}],[\"insertnx\",{\"_index\":70,\"name\":{\"180\":{},\"181\":{},\"241\":{},\"242\":{}},\"comment\":{}}],[\"insertoptions\",{\"_index\":66,\"name\":{\"161\":{}},\"comment\":{}}],[\"is_read_only\",{\"_index\":4,\"name\":{\"6\":{},\"11\":{},\"32\":{},\"41\":{},\"71\":{},\"93\":{},\"125\":{},\"130\":{},\"275\":{},\"284\":{},\"295\":{},\"300\":{},\"305\":{},\"310\":{}},\"comment\":{}}],[\"k\",{\"_index\":84,\"name\":{\"287\":{},\"311\":{}},\"comment\":{}}],[\"k/add\",{\"_index\":80,\"name\":{\"267\":{}},\"comment\":{}}],[\"k/count\",{\"_index\":81,\"name\":{\"271\":{}},\"comment\":{}}],[\"k/incrby\",{\"_index\":82,\"name\":{\"276\":{}},\"comment\":{}}],[\"k/info\",{\"_index\":83,\"name\":{\"280\":{}},\"comment\":{}}],[\"k/list\",{\"_index\":86,\"name\":{\"291\":{}},\"comment\":{}}],[\"k/list_withcount\",{\"_index\":87,\"name\":{\"296\":{}},\"comment\":{}}],[\"k/query\",{\"_index\":88,\"name\":{\"301\":{}},\"comment\":{}}],[\"k/reserve\",{\"_index\":89,\"name\":{\"306\":{}},\"comment\":{}}],[\"list\",{\"_index\":78,\"name\":{\"261\":{},\"262\":{},\"324\":{},\"325\":{}},\"comment\":{}}],[\"list_withcount\",{\"_index\":76,\"name\":{\"259\":{},\"322\":{}},\"comment\":{}}],[\"listwithcount\",{\"_index\":77,\"name\":{\"260\":{},\"323\":{}},\"comment\":{}}],[\"loadchunk\",{\"_index\":27,\"name\":{\"53\":{},\"54\":{},\"182\":{},\"183\":{},\"201\":{},\"202\":{},\"243\":{},\"244\":{}},\"comment\":{}}],[\"madd\",{\"_index\":28,\"name\":{\"55\":{},\"56\":{},\"203\":{},\"204\":{}},\"comment\":{}}],[\"maxiteration\",{\"_index\":58,\"name\":{\"140\":{}},\"comment\":{}}],[\"merge\",{\"_index\":47,\"name\":{\"105\":{},\"106\":{},\"221\":{},\"222\":{}},\"comment\":{}}],[\"mexists\",{\"_index\":29,\"name\":{\"57\":{},\"58\":{},\"205\":{},\"206\":{}},\"comment\":{}}],[\"min\",{\"_index\":33,\"name\":{\"63\":{},\"67\":{},\"77\":{},\"81\":{},\"85\":{},\"89\":{},\"94\":{}},\"comment\":{}}],[\"nocreate\",{\"_index\":67,\"name\":{\"163\":{}},\"comment\":{}}],[\"numberofbuckets\",{\"_index\":55,\"name\":{\"134\":{}},\"comment\":{}}],[\"numberofdeleteditems\",{\"_index\":56,\"name\":{\"137\":{}},\"comment\":{}}],[\"numberoffilters\",{\"_index\":11,\"name\":{\"16\":{},\"135\":{}},\"comment\":{}}],[\"numberofinserteditems\",{\"_index\":12,\"name\":{\"17\":{},\"136\":{}},\"comment\":{}}],[\"pushinsertoptions\",{\"_index\":65,\"name\":{\"160\":{}},\"comment\":{}}],[\"query\",{\"_index\":48,\"name\":{\"107\":{},\"108\":{},\"223\":{},\"224\":{},\"263\":{},\"264\":{},\"326\":{},\"327\":{}},\"comment\":{}}],[\"reserve\",{\"_index\":30,\"name\":{\"59\":{},\"60\":{},\"184\":{},\"185\":{},\"207\":{},\"208\":{},\"245\":{},\"246\":{},\"265\":{},\"266\":{},\"328\":{},\"329\":{}},\"comment\":{}}],[\"scandump\",{\"_index\":31,\"name\":{\"61\":{},\"62\":{},\"186\":{},\"187\":{},\"209\":{},\"210\":{},\"247\":{},\"248\":{}},\"comment\":{}}],[\"size\",{\"_index\":10,\"name\":{\"15\":{},\"133\":{}},\"comment\":{}}],[\"sketch\",{\"_index\":43,\"name\":{\"94\":{}},\"comment\":{}}],[\"sketch/incrby\",{\"_index\":34,\"name\":{\"63\":{}},\"comment\":{}}],[\"sketch/info\",{\"_index\":35,\"name\":{\"67\":{}},\"comment\":{}}],[\"sketch/initbydim\",{\"_index\":39,\"name\":{\"77\":{}},\"comment\":{}}],[\"sketch/initbyprob\",{\"_index\":40,\"name\":{\"81\":{}},\"comment\":{}}],[\"sketch/merge\",{\"_index\":41,\"name\":{\"85\":{}},\"comment\":{}}],[\"sketch/query\",{\"_index\":42,\"name\":{\"89\":{}},\"comment\":{}}],[\"topk\",{\"_index\":75,\"name\":{\"249\":{}},\"comment\":{}}],[\"transformarguments\",{\"_index\":1,\"name\":{\"1\":{},\"4\":{},\"8\":{},\"20\":{},\"23\":{},\"27\":{},\"30\":{},\"34\":{},\"38\":{},\"64\":{},\"68\":{},\"78\":{},\"82\":{},\"86\":{},\"90\":{},\"110\":{},\"113\":{},\"116\":{},\"120\":{},\"123\":{},\"127\":{},\"142\":{},\"145\":{},\"148\":{},\"152\":{},\"156\":{},\"268\":{},\"272\":{},\"277\":{},\"281\":{},\"292\":{},\"297\":{},\"302\":{},\"307\":{}},\"comment\":{}}],[\"transformreply\",{\"_index\":6,\"name\":{\"9\":{},\"24\":{},\"35\":{},\"39\":{},\"65\":{},\"69\":{},\"79\":{},\"83\":{},\"87\":{},\"91\":{},\"117\":{},\"128\":{},\"149\":{},\"153\":{},\"157\":{},\"269\":{},\"273\":{},\"278\":{},\"282\":{},\"293\":{},\"298\":{},\"303\":{},\"308\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{}},\"comment\":{}}],[\"width\",{\"_index\":36,\"name\":{\"74\":{},\"288\":{}},\"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/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\":\"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\":\"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\":\"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-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\":\"COUNT\",\"url\":\"variables/commands.default.html#__type.__type-4.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-4.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-4.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-4.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-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\":\"LIST_WITHCOUNT\",\"url\":\"variables/commands.default.html#__type.__type-4.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-4.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-4.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-4.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-4.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-4.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-4.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-4.reserve-5\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"commands.default.__type.__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\":\"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,55.786]],[\"comment/0\",[]],[\"name/1\",[1,23.604]],[\"comment/1\",[]],[\"name/2\",[2,23.604]],[\"comment/2\",[]],[\"name/3\",[3,55.786]],[\"comment/3\",[]],[\"name/4\",[1,23.604]],[\"comment/4\",[]],[\"name/5\",[2,23.604]],[\"comment/5\",[]],[\"name/6\",[4,32.5]],[\"comment/6\",[]],[\"name/7\",[5,55.786]],[\"comment/7\",[]],[\"name/8\",[1,23.604]],[\"comment/8\",[]],[\"name/9\",[6,23.604]],[\"comment/9\",[]],[\"name/10\",[2,23.604]],[\"comment/10\",[]],[\"name/11\",[4,32.5]],[\"comment/11\",[]],[\"name/12\",[7,44.51]],[\"comment/12\",[]],[\"name/13\",[8,44.51]],[\"comment/13\",[]],[\"name/14\",[9,50.543]],[\"comment/14\",[]],[\"name/15\",[10,50.543]],[\"comment/15\",[]],[\"name/16\",[11,50.543]],[\"comment/16\",[]],[\"name/17\",[12,50.543]],[\"comment/17\",[]],[\"name/18\",[13,50.543]],[\"comment/18\",[]],[\"name/19\",[14,55.786]],[\"comment/19\",[]],[\"name/20\",[1,23.604]],[\"comment/20\",[]],[\"name/21\",[2,23.604]],[\"comment/21\",[]],[\"name/22\",[15,55.786]],[\"comment/22\",[]],[\"name/23\",[1,23.604]],[\"comment/23\",[]],[\"name/24\",[6,23.604]],[\"comment/24\",[]],[\"name/25\",[2,23.604]],[\"comment/25\",[]],[\"name/26\",[16,55.786]],[\"comment/26\",[]],[\"name/27\",[1,23.604]],[\"comment/27\",[]],[\"name/28\",[2,23.604]],[\"comment/28\",[]],[\"name/29\",[17,55.786]],[\"comment/29\",[]],[\"name/30\",[1,23.604]],[\"comment/30\",[]],[\"name/31\",[2,23.604]],[\"comment/31\",[]],[\"name/32\",[4,32.5]],[\"comment/32\",[]],[\"name/33\",[18,55.786]],[\"comment/33\",[]],[\"name/34\",[1,23.604]],[\"comment/34\",[]],[\"name/35\",[6,23.604]],[\"comment/35\",[]],[\"name/36\",[2,23.604]],[\"comment/36\",[]],[\"name/37\",[19,55.786]],[\"comment/37\",[]],[\"name/38\",[1,23.604]],[\"comment/38\",[]],[\"name/39\",[6,23.604]],[\"comment/39\",[]],[\"name/40\",[2,23.604]],[\"comment/40\",[]],[\"name/41\",[4,32.5]],[\"comment/41\",[]],[\"name/42\",[20,55.786]],[\"comment/42\",[]],[\"name/43\",[21,40.736]],[\"comment/43\",[]],[\"name/44\",[22,36.841]],[\"comment/44\",[]],[\"name/45\",[23,34.024]],[\"comment/45\",[]],[\"name/46\",[23,34.024]],[\"comment/46\",[]],[\"name/47\",[24,37.982]],[\"comment/47\",[]],[\"name/48\",[24,37.982]],[\"comment/48\",[]],[\"name/49\",[25,31.174]],[\"comment/49\",[]],[\"name/50\",[25,31.174]],[\"comment/50\",[]],[\"name/51\",[26,37.982]],[\"comment/51\",[]],[\"name/52\",[26,37.982]],[\"comment/52\",[]],[\"name/53\",[27,37.982]],[\"comment/53\",[]],[\"name/54\",[27,37.982]],[\"comment/54\",[]],[\"name/55\",[28,44.51]],[\"comment/55\",[]],[\"name/56\",[28,44.51]],[\"comment/56\",[]],[\"name/57\",[29,44.51]],[\"comment/57\",[]],[\"name/58\",[29,44.51]],[\"comment/58\",[]],[\"name/59\",[30,34.024]],[\"comment/59\",[]],[\"name/60\",[30,34.024]],[\"comment/60\",[]],[\"name/61\",[31,37.982]],[\"comment/61\",[]],[\"name/62\",[31,37.982]],[\"comment/62\",[]],[\"name/63\",[32,21.974,33,21.974,34,31.218]],[\"comment/63\",[]],[\"name/64\",[1,23.604]],[\"comment/64\",[]],[\"name/65\",[6,23.604]],[\"comment/65\",[]],[\"name/66\",[2,23.604]],[\"comment/66\",[]],[\"name/67\",[32,21.974,33,21.974,35,31.218]],[\"comment/67\",[]],[\"name/68\",[1,23.604]],[\"comment/68\",[]],[\"name/69\",[6,23.604]],[\"comment/69\",[]],[\"name/70\",[2,23.604]],[\"comment/70\",[]],[\"name/71\",[4,32.5]],[\"comment/71\",[]],[\"name/72\",[7,44.51]],[\"comment/72\",[]],[\"name/73\",[8,44.51]],[\"comment/73\",[]],[\"name/74\",[36,50.543]],[\"comment/74\",[]],[\"name/75\",[37,50.543]],[\"comment/75\",[]],[\"name/76\",[38,36.841]],[\"comment/76\",[]],[\"name/77\",[32,21.974,33,21.974,39,31.218]],[\"comment/77\",[]],[\"name/78\",[1,23.604]],[\"comment/78\",[]],[\"name/79\",[6,23.604]],[\"comment/79\",[]],[\"name/80\",[2,23.604]],[\"comment/80\",[]],[\"name/81\",[32,21.974,33,21.974,40,31.218]],[\"comment/81\",[]],[\"name/82\",[1,23.604]],[\"comment/82\",[]],[\"name/83\",[6,23.604]],[\"comment/83\",[]],[\"name/84\",[2,23.604]],[\"comment/84\",[]],[\"name/85\",[32,21.974,33,21.974,41,31.218]],[\"comment/85\",[]],[\"name/86\",[1,23.604]],[\"comment/86\",[]],[\"name/87\",[6,23.604]],[\"comment/87\",[]],[\"name/88\",[2,23.604]],[\"comment/88\",[]],[\"name/89\",[32,21.974,33,21.974,42,31.218]],[\"comment/89\",[]],[\"name/90\",[1,23.604]],[\"comment/90\",[]],[\"name/91\",[6,23.604]],[\"comment/91\",[]],[\"name/92\",[2,23.604]],[\"comment/92\",[]],[\"name/93\",[4,32.5]],[\"comment/93\",[]],[\"name/94\",[32,21.974,33,21.974,43,31.218]],[\"comment/94\",[]],[\"name/95\",[21,40.736]],[\"comment/95\",[]],[\"name/96\",[22,36.841]],[\"comment/96\",[]],[\"name/97\",[44,37.982]],[\"comment/97\",[]],[\"name/98\",[44,37.982]],[\"comment/98\",[]],[\"name/99\",[25,31.174]],[\"comment/99\",[]],[\"name/100\",[25,31.174]],[\"comment/100\",[]],[\"name/101\",[45,44.51]],[\"comment/101\",[]],[\"name/102\",[45,44.51]],[\"comment/102\",[]],[\"name/103\",[46,44.51]],[\"comment/103\",[]],[\"name/104\",[46,44.51]],[\"comment/104\",[]],[\"name/105\",[47,44.51]],[\"comment/105\",[]],[\"name/106\",[47,44.51]],[\"comment/106\",[]],[\"name/107\",[48,37.982]],[\"comment/107\",[]],[\"name/108\",[48,37.982]],[\"comment/108\",[]],[\"name/109\",[49,55.786]],[\"comment/109\",[]],[\"name/110\",[1,23.604]],[\"comment/110\",[]],[\"name/111\",[2,23.604]],[\"comment/111\",[]],[\"name/112\",[50,55.786]],[\"comment/112\",[]],[\"name/113\",[1,23.604]],[\"comment/113\",[]],[\"name/114\",[2,23.604]],[\"comment/114\",[]],[\"name/115\",[51,55.786]],[\"comment/115\",[]],[\"name/116\",[1,23.604]],[\"comment/116\",[]],[\"name/117\",[6,23.604]],[\"comment/117\",[]],[\"name/118\",[2,23.604]],[\"comment/118\",[]],[\"name/119\",[52,55.786]],[\"comment/119\",[]],[\"name/120\",[1,23.604]],[\"comment/120\",[]],[\"name/121\",[2,23.604]],[\"comment/121\",[]],[\"name/122\",[53,55.786]],[\"comment/122\",[]],[\"name/123\",[1,23.604]],[\"comment/123\",[]],[\"name/124\",[2,23.604]],[\"comment/124\",[]],[\"name/125\",[4,32.5]],[\"comment/125\",[]],[\"name/126\",[54,55.786]],[\"comment/126\",[]],[\"name/127\",[1,23.604]],[\"comment/127\",[]],[\"name/128\",[6,23.604]],[\"comment/128\",[]],[\"name/129\",[2,23.604]],[\"comment/129\",[]],[\"name/130\",[4,32.5]],[\"comment/130\",[]],[\"name/131\",[7,44.51]],[\"comment/131\",[]],[\"name/132\",[8,44.51]],[\"comment/132\",[]],[\"name/133\",[10,50.543]],[\"comment/133\",[]],[\"name/134\",[55,55.786]],[\"comment/134\",[]],[\"name/135\",[11,50.543]],[\"comment/135\",[]],[\"name/136\",[12,50.543]],[\"comment/136\",[]],[\"name/137\",[56,55.786]],[\"comment/137\",[]],[\"name/138\",[57,55.786]],[\"comment/138\",[]],[\"name/139\",[13,50.543]],[\"comment/139\",[]],[\"name/140\",[58,55.786]],[\"comment/140\",[]],[\"name/141\",[59,55.786]],[\"comment/141\",[]],[\"name/142\",[1,23.604]],[\"comment/142\",[]],[\"name/143\",[2,23.604]],[\"comment/143\",[]],[\"name/144\",[60,55.786]],[\"comment/144\",[]],[\"name/145\",[1,23.604]],[\"comment/145\",[]],[\"name/146\",[2,23.604]],[\"comment/146\",[]],[\"name/147\",[61,55.786]],[\"comment/147\",[]],[\"name/148\",[1,23.604]],[\"comment/148\",[]],[\"name/149\",[6,23.604]],[\"comment/149\",[]],[\"name/150\",[2,23.604]],[\"comment/150\",[]],[\"name/151\",[62,55.786]],[\"comment/151\",[]],[\"name/152\",[1,23.604]],[\"comment/152\",[]],[\"name/153\",[6,23.604]],[\"comment/153\",[]],[\"name/154\",[2,23.604]],[\"comment/154\",[]],[\"name/155\",[63,55.786]],[\"comment/155\",[]],[\"name/156\",[1,23.604]],[\"comment/156\",[]],[\"name/157\",[6,23.604]],[\"comment/157\",[]],[\"name/158\",[2,23.604]],[\"comment/158\",[]],[\"name/159\",[64,55.786]],[\"comment/159\",[]],[\"name/160\",[65,55.786]],[\"comment/160\",[]],[\"name/161\",[66,55.786]],[\"comment/161\",[]],[\"name/162\",[9,50.543]],[\"comment/162\",[]],[\"name/163\",[67,55.786]],[\"comment/163\",[]],[\"name/164\",[21,40.736]],[\"comment/164\",[]],[\"name/165\",[22,36.841]],[\"comment/165\",[]],[\"name/166\",[23,34.024]],[\"comment/166\",[]],[\"name/167\",[23,34.024]],[\"comment/167\",[]],[\"name/168\",[68,44.51]],[\"comment/168\",[]],[\"name/169\",[68,44.51]],[\"comment/169\",[]],[\"name/170\",[38,36.841]],[\"comment/170\",[]],[\"name/171\",[38,36.841]],[\"comment/171\",[]],[\"name/172\",[69,44.51]],[\"comment/172\",[]],[\"name/173\",[69,44.51]],[\"comment/173\",[]],[\"name/174\",[24,37.982]],[\"comment/174\",[]],[\"name/175\",[24,37.982]],[\"comment/175\",[]],[\"name/176\",[25,31.174]],[\"comment/176\",[]],[\"name/177\",[25,31.174]],[\"comment/177\",[]],[\"name/178\",[26,37.982]],[\"comment/178\",[]],[\"name/179\",[26,37.982]],[\"comment/179\",[]],[\"name/180\",[70,44.51]],[\"comment/180\",[]],[\"name/181\",[70,44.51]],[\"comment/181\",[]],[\"name/182\",[27,37.982]],[\"comment/182\",[]],[\"name/183\",[27,37.982]],[\"comment/183\",[]],[\"name/184\",[30,34.024]],[\"comment/184\",[]],[\"name/185\",[30,34.024]],[\"comment/185\",[]],[\"name/186\",[31,37.982]],[\"comment/186\",[]],[\"name/187\",[31,37.982]],[\"comment/187\",[]],[\"name/188\",[71,55.786]],[\"comment/188\",[]],[\"name/189\",[21,40.736]],[\"comment/189\",[]],[\"name/190\",[22,36.841]],[\"comment/190\",[]],[\"name/191\",[72,55.786]],[\"comment/191\",[]],[\"name/192\",[22,36.841]],[\"comment/192\",[]],[\"name/193\",[23,34.024]],[\"comment/193\",[]],[\"name/194\",[23,34.024]],[\"comment/194\",[]],[\"name/195\",[24,37.982]],[\"comment/195\",[]],[\"name/196\",[24,37.982]],[\"comment/196\",[]],[\"name/197\",[25,31.174]],[\"comment/197\",[]],[\"name/198\",[25,31.174]],[\"comment/198\",[]],[\"name/199\",[26,37.982]],[\"comment/199\",[]],[\"name/200\",[26,37.982]],[\"comment/200\",[]],[\"name/201\",[27,37.982]],[\"comment/201\",[]],[\"name/202\",[27,37.982]],[\"comment/202\",[]],[\"name/203\",[28,44.51]],[\"comment/203\",[]],[\"name/204\",[28,44.51]],[\"comment/204\",[]],[\"name/205\",[29,44.51]],[\"comment/205\",[]],[\"name/206\",[29,44.51]],[\"comment/206\",[]],[\"name/207\",[30,34.024]],[\"comment/207\",[]],[\"name/208\",[30,34.024]],[\"comment/208\",[]],[\"name/209\",[31,37.982]],[\"comment/209\",[]],[\"name/210\",[31,37.982]],[\"comment/210\",[]],[\"name/211\",[73,55.786]],[\"comment/211\",[]],[\"name/212\",[22,36.841]],[\"comment/212\",[]],[\"name/213\",[44,37.982]],[\"comment/213\",[]],[\"name/214\",[44,37.982]],[\"comment/214\",[]],[\"name/215\",[25,31.174]],[\"comment/215\",[]],[\"name/216\",[25,31.174]],[\"comment/216\",[]],[\"name/217\",[45,44.51]],[\"comment/217\",[]],[\"name/218\",[45,44.51]],[\"comment/218\",[]],[\"name/219\",[46,44.51]],[\"comment/219\",[]],[\"name/220\",[46,44.51]],[\"comment/220\",[]],[\"name/221\",[47,44.51]],[\"comment/221\",[]],[\"name/222\",[47,44.51]],[\"comment/222\",[]],[\"name/223\",[48,37.982]],[\"comment/223\",[]],[\"name/224\",[48,37.982]],[\"comment/224\",[]],[\"name/225\",[74,55.786]],[\"comment/225\",[]],[\"name/226\",[22,36.841]],[\"comment/226\",[]],[\"name/227\",[23,34.024]],[\"comment/227\",[]],[\"name/228\",[23,34.024]],[\"comment/228\",[]],[\"name/229\",[68,44.51]],[\"comment/229\",[]],[\"name/230\",[68,44.51]],[\"comment/230\",[]],[\"name/231\",[38,36.841]],[\"comment/231\",[]],[\"name/232\",[38,36.841]],[\"comment/232\",[]],[\"name/233\",[69,44.51]],[\"comment/233\",[]],[\"name/234\",[69,44.51]],[\"comment/234\",[]],[\"name/235\",[24,37.982]],[\"comment/235\",[]],[\"name/236\",[24,37.982]],[\"comment/236\",[]],[\"name/237\",[25,31.174]],[\"comment/237\",[]],[\"name/238\",[25,31.174]],[\"comment/238\",[]],[\"name/239\",[26,37.982]],[\"comment/239\",[]],[\"name/240\",[26,37.982]],[\"comment/240\",[]],[\"name/241\",[70,44.51]],[\"comment/241\",[]],[\"name/242\",[70,44.51]],[\"comment/242\",[]],[\"name/243\",[27,37.982]],[\"comment/243\",[]],[\"name/244\",[27,37.982]],[\"comment/244\",[]],[\"name/245\",[30,34.024]],[\"comment/245\",[]],[\"name/246\",[30,34.024]],[\"comment/246\",[]],[\"name/247\",[31,37.982]],[\"comment/247\",[]],[\"name/248\",[31,37.982]],[\"comment/248\",[]],[\"name/249\",[75,55.786]],[\"comment/249\",[]],[\"name/250\",[22,36.841]],[\"comment/250\",[]],[\"name/251\",[23,34.024]],[\"comment/251\",[]],[\"name/252\",[23,34.024]],[\"comment/252\",[]],[\"name/253\",[38,36.841]],[\"comment/253\",[]],[\"name/254\",[38,36.841]],[\"comment/254\",[]],[\"name/255\",[44,37.982]],[\"comment/255\",[]],[\"name/256\",[44,37.982]],[\"comment/256\",[]],[\"name/257\",[25,31.174]],[\"comment/257\",[]],[\"name/258\",[25,31.174]],[\"comment/258\",[]],[\"name/259\",[76,50.543]],[\"comment/259\",[]],[\"name/260\",[77,50.543]],[\"comment/260\",[]],[\"name/261\",[78,44.51]],[\"comment/261\",[]],[\"name/262\",[78,44.51]],[\"comment/262\",[]],[\"name/263\",[48,37.982]],[\"comment/263\",[]],[\"name/264\",[48,37.982]],[\"comment/264\",[]],[\"name/265\",[30,34.024]],[\"comment/265\",[]],[\"name/266\",[30,34.024]],[\"comment/266\",[]],[\"name/267\",[79,26.437,80,40.033]],[\"comment/267\",[]],[\"name/268\",[1,23.604]],[\"comment/268\",[]],[\"name/269\",[6,23.604]],[\"comment/269\",[]],[\"name/270\",[2,23.604]],[\"comment/270\",[]],[\"name/271\",[79,26.437,81,40.033]],[\"comment/271\",[]],[\"name/272\",[1,23.604]],[\"comment/272\",[]],[\"name/273\",[6,23.604]],[\"comment/273\",[]],[\"name/274\",[2,23.604]],[\"comment/274\",[]],[\"name/275\",[4,32.5]],[\"comment/275\",[]],[\"name/276\",[79,26.437,82,40.033]],[\"comment/276\",[]],[\"name/277\",[1,23.604]],[\"comment/277\",[]],[\"name/278\",[6,23.604]],[\"comment/278\",[]],[\"name/279\",[2,23.604]],[\"comment/279\",[]],[\"name/280\",[79,26.437,83,40.033]],[\"comment/280\",[]],[\"name/281\",[1,23.604]],[\"comment/281\",[]],[\"name/282\",[6,23.604]],[\"comment/282\",[]],[\"name/283\",[2,23.604]],[\"comment/283\",[]],[\"name/284\",[4,32.5]],[\"comment/284\",[]],[\"name/285\",[7,44.51]],[\"comment/285\",[]],[\"name/286\",[8,44.51]],[\"comment/286\",[]],[\"name/287\",[84,50.543]],[\"comment/287\",[]],[\"name/288\",[36,50.543]],[\"comment/288\",[]],[\"name/289\",[37,50.543]],[\"comment/289\",[]],[\"name/290\",[85,55.786]],[\"comment/290\",[]],[\"name/291\",[79,26.437,86,40.033]],[\"comment/291\",[]],[\"name/292\",[1,23.604]],[\"comment/292\",[]],[\"name/293\",[6,23.604]],[\"comment/293\",[]],[\"name/294\",[2,23.604]],[\"comment/294\",[]],[\"name/295\",[4,32.5]],[\"comment/295\",[]],[\"name/296\",[79,26.437,87,40.033]],[\"comment/296\",[]],[\"name/297\",[1,23.604]],[\"comment/297\",[]],[\"name/298\",[6,23.604]],[\"comment/298\",[]],[\"name/299\",[2,23.604]],[\"comment/299\",[]],[\"name/300\",[4,32.5]],[\"comment/300\",[]],[\"name/301\",[79,26.437,88,40.033]],[\"comment/301\",[]],[\"name/302\",[1,23.604]],[\"comment/302\",[]],[\"name/303\",[6,23.604]],[\"comment/303\",[]],[\"name/304\",[2,23.604]],[\"comment/304\",[]],[\"name/305\",[4,32.5]],[\"comment/305\",[]],[\"name/306\",[79,26.437,89,40.033]],[\"comment/306\",[]],[\"name/307\",[1,23.604]],[\"comment/307\",[]],[\"name/308\",[6,23.604]],[\"comment/308\",[]],[\"name/309\",[2,23.604]],[\"comment/309\",[]],[\"name/310\",[4,32.5]],[\"comment/310\",[]],[\"name/311\",[79,26.437,84,36.27]],[\"comment/311\",[]],[\"name/312\",[21,40.736]],[\"comment/312\",[]],[\"name/313\",[22,36.841]],[\"comment/313\",[]],[\"name/314\",[23,34.024]],[\"comment/314\",[]],[\"name/315\",[23,34.024]],[\"comment/315\",[]],[\"name/316\",[38,36.841]],[\"comment/316\",[]],[\"name/317\",[38,36.841]],[\"comment/317\",[]],[\"name/318\",[44,37.982]],[\"comment/318\",[]],[\"name/319\",[44,37.982]],[\"comment/319\",[]],[\"name/320\",[25,31.174]],[\"comment/320\",[]],[\"name/321\",[25,31.174]],[\"comment/321\",[]],[\"name/322\",[76,50.543]],[\"comment/322\",[]],[\"name/323\",[77,50.543]],[\"comment/323\",[]],[\"name/324\",[78,44.51]],[\"comment/324\",[]],[\"name/325\",[78,44.51]],[\"comment/325\",[]],[\"name/326\",[48,37.982]],[\"comment/326\",[]],[\"name/327\",[48,37.982]],[\"comment/327\",[]],[\"name/328\",[30,34.024]],[\"comment/328\",[]],[\"name/329\",[30,34.024]],[\"comment/329\",[]],[\"name/330\",[90,55.786]],[\"comment/330\",[]],[\"name/331\",[6,23.604]],[\"comment/331\",[]],[\"name/332\",[6,23.604]],[\"comment/332\",[]],[\"name/333\",[6,23.604]],[\"comment/333\",[]],[\"name/334\",[6,23.604]],[\"comment/334\",[]],[\"name/335\",[6,23.604]],[\"comment/335\",[]],[\"name/336\",[6,23.604]],[\"comment/336\",[]],[\"name/337\",[6,23.604]],[\"comment/337\",[]],[\"name/338\",[6,23.604]],[\"comment/338\",[]],[\"name/339\",[6,23.604]],[\"comment/339\",[]],[\"name/340\",[6,23.604]],[\"comment/340\",[]],[\"name/341\",[6,23.604]],[\"comment/341\",[]],[\"name/342\",[21,40.736]],[\"comment/342\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":22,\"name\":{\"44\":{},\"96\":{},\"165\":{},\"190\":{},\"192\":{},\"212\":{},\"226\":{},\"250\":{},\"313\":{}},\"comment\":{}}],[\"add\",{\"_index\":23,\"name\":{\"45\":{},\"46\":{},\"166\":{},\"167\":{},\"193\":{},\"194\":{},\"227\":{},\"228\":{},\"251\":{},\"252\":{},\"314\":{},\"315\":{}},\"comment\":{}}],[\"addnx\",{\"_index\":68,\"name\":{\"168\":{},\"169\":{},\"229\":{},\"230\":{}},\"comment\":{}}],[\"bf\",{\"_index\":72,\"name\":{\"191\":{}},\"comment\":{}}],[\"bucketsize\",{\"_index\":57,\"name\":{\"138\":{}},\"comment\":{}}],[\"capacity\",{\"_index\":9,\"name\":{\"14\":{},\"162\":{}},\"comment\":{}}],[\"cf\",{\"_index\":74,\"name\":{\"225\":{}},\"comment\":{}}],[\"cms\",{\"_index\":73,\"name\":{\"211\":{}},\"comment\":{}}],[\"commands\",{\"_index\":71,\"name\":{\"188\":{}},\"comment\":{}}],[\"commands/bloom\",{\"_index\":20,\"name\":{\"42\":{}},\"comment\":{}}],[\"commands/bloom/add\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"commands/bloom/exists\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"commands/bloom/info\",{\"_index\":5,\"name\":{\"7\":{}},\"comment\":{}}],[\"commands/bloom/insert\",{\"_index\":14,\"name\":{\"19\":{}},\"comment\":{}}],[\"commands/bloom/loadchunk\",{\"_index\":15,\"name\":{\"22\":{}},\"comment\":{}}],[\"commands/bloom/madd\",{\"_index\":16,\"name\":{\"26\":{}},\"comment\":{}}],[\"commands/bloom/mexists\",{\"_index\":17,\"name\":{\"29\":{}},\"comment\":{}}],[\"commands/bloom/reserve\",{\"_index\":18,\"name\":{\"33\":{}},\"comment\":{}}],[\"commands/bloom/scandump\",{\"_index\":19,\"name\":{\"37\":{}},\"comment\":{}}],[\"commands/count\",{\"_index\":32,\"name\":{\"63\":{},\"67\":{},\"77\":{},\"81\":{},\"85\":{},\"89\":{},\"94\":{}},\"comment\":{}}],[\"commands/cuckoo\",{\"_index\":64,\"name\":{\"159\":{}},\"comment\":{}}],[\"commands/cuckoo/add\",{\"_index\":49,\"name\":{\"109\":{}},\"comment\":{}}],[\"commands/cuckoo/addnx\",{\"_index\":50,\"name\":{\"112\":{}},\"comment\":{}}],[\"commands/cuckoo/count\",{\"_index\":51,\"name\":{\"115\":{}},\"comment\":{}}],[\"commands/cuckoo/del\",{\"_index\":52,\"name\":{\"119\":{}},\"comment\":{}}],[\"commands/cuckoo/exists\",{\"_index\":53,\"name\":{\"122\":{}},\"comment\":{}}],[\"commands/cuckoo/info\",{\"_index\":54,\"name\":{\"126\":{}},\"comment\":{}}],[\"commands/cuckoo/insert\",{\"_index\":59,\"name\":{\"141\":{}},\"comment\":{}}],[\"commands/cuckoo/insertnx\",{\"_index\":60,\"name\":{\"144\":{}},\"comment\":{}}],[\"commands/cuckoo/loadchunk\",{\"_index\":61,\"name\":{\"147\":{}},\"comment\":{}}],[\"commands/cuckoo/reserve\",{\"_index\":62,\"name\":{\"151\":{}},\"comment\":{}}],[\"commands/cuckoo/scandump\",{\"_index\":63,\"name\":{\"155\":{}},\"comment\":{}}],[\"commands/top\",{\"_index\":79,\"name\":{\"267\":{},\"271\":{},\"276\":{},\"280\":{},\"291\":{},\"296\":{},\"301\":{},\"306\":{},\"311\":{}},\"comment\":{}}],[\"count\",{\"_index\":38,\"name\":{\"76\":{},\"170\":{},\"171\":{},\"231\":{},\"232\":{},\"253\":{},\"254\":{},\"316\":{},\"317\":{}},\"comment\":{}}],[\"decay\",{\"_index\":85,\"name\":{\"290\":{}},\"comment\":{}}],[\"default\",{\"_index\":21,\"name\":{\"43\":{},\"95\":{},\"164\":{},\"189\":{},\"312\":{},\"342\":{}},\"comment\":{}}],[\"del\",{\"_index\":69,\"name\":{\"172\":{},\"173\":{},\"233\":{},\"234\":{}},\"comment\":{}}],[\"depth\",{\"_index\":37,\"name\":{\"75\":{},\"289\":{}},\"comment\":{}}],[\"exists\",{\"_index\":24,\"name\":{\"47\":{},\"48\":{},\"174\":{},\"175\":{},\"195\":{},\"196\":{},\"235\":{},\"236\":{}},\"comment\":{}}],[\"expansionrate\",{\"_index\":13,\"name\":{\"18\":{},\"139\":{}},\"comment\":{}}],[\"first_key_index\",{\"_index\":2,\"name\":{\"2\":{},\"5\":{},\"10\":{},\"21\":{},\"25\":{},\"28\":{},\"31\":{},\"36\":{},\"40\":{},\"66\":{},\"70\":{},\"80\":{},\"84\":{},\"88\":{},\"92\":{},\"111\":{},\"114\":{},\"118\":{},\"121\":{},\"124\":{},\"129\":{},\"143\":{},\"146\":{},\"150\":{},\"154\":{},\"158\":{},\"270\":{},\"274\":{},\"279\":{},\"283\":{},\"294\":{},\"299\":{},\"304\":{},\"309\":{}},\"comment\":{}}],[\"incrby\",{\"_index\":44,\"name\":{\"97\":{},\"98\":{},\"213\":{},\"214\":{},\"255\":{},\"256\":{},\"318\":{},\"319\":{}},\"comment\":{}}],[\"index\",{\"_index\":90,\"name\":{\"330\":{}},\"comment\":{}}],[\"info\",{\"_index\":25,\"name\":{\"49\":{},\"50\":{},\"99\":{},\"100\":{},\"176\":{},\"177\":{},\"197\":{},\"198\":{},\"215\":{},\"216\":{},\"237\":{},\"238\":{},\"257\":{},\"258\":{},\"320\":{},\"321\":{}},\"comment\":{}}],[\"inforawreply\",{\"_index\":7,\"name\":{\"12\":{},\"72\":{},\"131\":{},\"285\":{}},\"comment\":{}}],[\"inforeply\",{\"_index\":8,\"name\":{\"13\":{},\"73\":{},\"132\":{},\"286\":{}},\"comment\":{}}],[\"initbydim\",{\"_index\":45,\"name\":{\"101\":{},\"102\":{},\"217\":{},\"218\":{}},\"comment\":{}}],[\"initbyprob\",{\"_index\":46,\"name\":{\"103\":{},\"104\":{},\"219\":{},\"220\":{}},\"comment\":{}}],[\"insert\",{\"_index\":26,\"name\":{\"51\":{},\"52\":{},\"178\":{},\"179\":{},\"199\":{},\"200\":{},\"239\":{},\"240\":{}},\"comment\":{}}],[\"insertnx\",{\"_index\":70,\"name\":{\"180\":{},\"181\":{},\"241\":{},\"242\":{}},\"comment\":{}}],[\"insertoptions\",{\"_index\":66,\"name\":{\"161\":{}},\"comment\":{}}],[\"is_read_only\",{\"_index\":4,\"name\":{\"6\":{},\"11\":{},\"32\":{},\"41\":{},\"71\":{},\"93\":{},\"125\":{},\"130\":{},\"275\":{},\"284\":{},\"295\":{},\"300\":{},\"305\":{},\"310\":{}},\"comment\":{}}],[\"k\",{\"_index\":84,\"name\":{\"287\":{},\"311\":{}},\"comment\":{}}],[\"k/add\",{\"_index\":80,\"name\":{\"267\":{}},\"comment\":{}}],[\"k/count\",{\"_index\":81,\"name\":{\"271\":{}},\"comment\":{}}],[\"k/incrby\",{\"_index\":82,\"name\":{\"276\":{}},\"comment\":{}}],[\"k/info\",{\"_index\":83,\"name\":{\"280\":{}},\"comment\":{}}],[\"k/list\",{\"_index\":86,\"name\":{\"291\":{}},\"comment\":{}}],[\"k/list_withcount\",{\"_index\":87,\"name\":{\"296\":{}},\"comment\":{}}],[\"k/query\",{\"_index\":88,\"name\":{\"301\":{}},\"comment\":{}}],[\"k/reserve\",{\"_index\":89,\"name\":{\"306\":{}},\"comment\":{}}],[\"list\",{\"_index\":78,\"name\":{\"261\":{},\"262\":{},\"324\":{},\"325\":{}},\"comment\":{}}],[\"list_withcount\",{\"_index\":76,\"name\":{\"259\":{},\"322\":{}},\"comment\":{}}],[\"listwithcount\",{\"_index\":77,\"name\":{\"260\":{},\"323\":{}},\"comment\":{}}],[\"loadchunk\",{\"_index\":27,\"name\":{\"53\":{},\"54\":{},\"182\":{},\"183\":{},\"201\":{},\"202\":{},\"243\":{},\"244\":{}},\"comment\":{}}],[\"madd\",{\"_index\":28,\"name\":{\"55\":{},\"56\":{},\"203\":{},\"204\":{}},\"comment\":{}}],[\"maxiteration\",{\"_index\":58,\"name\":{\"140\":{}},\"comment\":{}}],[\"merge\",{\"_index\":47,\"name\":{\"105\":{},\"106\":{},\"221\":{},\"222\":{}},\"comment\":{}}],[\"mexists\",{\"_index\":29,\"name\":{\"57\":{},\"58\":{},\"205\":{},\"206\":{}},\"comment\":{}}],[\"min\",{\"_index\":33,\"name\":{\"63\":{},\"67\":{},\"77\":{},\"81\":{},\"85\":{},\"89\":{},\"94\":{}},\"comment\":{}}],[\"nocreate\",{\"_index\":67,\"name\":{\"163\":{}},\"comment\":{}}],[\"numberofbuckets\",{\"_index\":55,\"name\":{\"134\":{}},\"comment\":{}}],[\"numberofdeleteditems\",{\"_index\":56,\"name\":{\"137\":{}},\"comment\":{}}],[\"numberoffilters\",{\"_index\":11,\"name\":{\"16\":{},\"135\":{}},\"comment\":{}}],[\"numberofinserteditems\",{\"_index\":12,\"name\":{\"17\":{},\"136\":{}},\"comment\":{}}],[\"pushinsertoptions\",{\"_index\":65,\"name\":{\"160\":{}},\"comment\":{}}],[\"query\",{\"_index\":48,\"name\":{\"107\":{},\"108\":{},\"223\":{},\"224\":{},\"263\":{},\"264\":{},\"326\":{},\"327\":{}},\"comment\":{}}],[\"reserve\",{\"_index\":30,\"name\":{\"59\":{},\"60\":{},\"184\":{},\"185\":{},\"207\":{},\"208\":{},\"245\":{},\"246\":{},\"265\":{},\"266\":{},\"328\":{},\"329\":{}},\"comment\":{}}],[\"scandump\",{\"_index\":31,\"name\":{\"61\":{},\"62\":{},\"186\":{},\"187\":{},\"209\":{},\"210\":{},\"247\":{},\"248\":{}},\"comment\":{}}],[\"size\",{\"_index\":10,\"name\":{\"15\":{},\"133\":{}},\"comment\":{}}],[\"sketch\",{\"_index\":43,\"name\":{\"94\":{}},\"comment\":{}}],[\"sketch/incrby\",{\"_index\":34,\"name\":{\"63\":{}},\"comment\":{}}],[\"sketch/info\",{\"_index\":35,\"name\":{\"67\":{}},\"comment\":{}}],[\"sketch/initbydim\",{\"_index\":39,\"name\":{\"77\":{}},\"comment\":{}}],[\"sketch/initbyprob\",{\"_index\":40,\"name\":{\"81\":{}},\"comment\":{}}],[\"sketch/merge\",{\"_index\":41,\"name\":{\"85\":{}},\"comment\":{}}],[\"sketch/query\",{\"_index\":42,\"name\":{\"89\":{}},\"comment\":{}}],[\"topk\",{\"_index\":75,\"name\":{\"249\":{}},\"comment\":{}}],[\"transformarguments\",{\"_index\":1,\"name\":{\"1\":{},\"4\":{},\"8\":{},\"20\":{},\"23\":{},\"27\":{},\"30\":{},\"34\":{},\"38\":{},\"64\":{},\"68\":{},\"78\":{},\"82\":{},\"86\":{},\"90\":{},\"110\":{},\"113\":{},\"116\":{},\"120\":{},\"123\":{},\"127\":{},\"142\":{},\"145\":{},\"148\":{},\"152\":{},\"156\":{},\"268\":{},\"272\":{},\"277\":{},\"281\":{},\"292\":{},\"297\":{},\"302\":{},\"307\":{}},\"comment\":{}}],[\"transformreply\",{\"_index\":6,\"name\":{\"9\":{},\"24\":{},\"35\":{},\"39\":{},\"65\":{},\"69\":{},\"79\":{},\"83\":{},\"87\":{},\"91\":{},\"117\":{},\"128\":{},\"149\":{},\"153\":{},\"157\":{},\"269\":{},\"273\":{},\"278\":{},\"282\":{},\"293\":{},\"298\":{},\"303\":{},\"308\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{}},\"comment\":{}}],[\"width\",{\"_index\":36,\"name\":{\"74\":{},\"288\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/documentation/bloom/assets/style.css b/documentation/bloom/assets/style.css index 88952e47ea..8f6ed2c437 100644 --- a/documentation/bloom/assets/style.css +++ b/documentation/bloom/assets/style.css @@ -248,35 +248,6 @@ dd { padding-left: 0; } -ul.tsd-descriptions > li > :first-child, -.tsd-panel > :first-child, -.col-8 > :first-child, -.col-4 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, -.tsd-panel > :last-child, -.col-8 > :last-child, -.col-4 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child { - margin-bottom: 0; -} - @keyframes fade-in { from { opacity: 0; @@ -971,7 +942,7 @@ a.tsd-index-link { margin: 2rem 0; } .tsd-panel-group.tsd-index-group details { - margin: 4rem 0; + margin: 2rem 0; } #tsd-search { @@ -1073,9 +1044,6 @@ a.tsd-index-link { font-size: 14px; overflow-x: auto; } -.tsd-panel > .tsd-signature { - border-width: 1px 0; -} .tsd-signature-symbol { color: var(--color-text-aside); @@ -1090,60 +1058,16 @@ a.tsd-index-link { .tsd-signatures { padding: 0; margin: 0 0 1em 0; - border: 1px solid var(--color-accent); + list-style-type: none; } .tsd-signatures .tsd-signature { margin: 0; - border-width: 1px 0 0 0; + border-color: var(--color-accent); + border-width: 1px 0; transition: background-color 0.1s; } -.tsd-signatures .tsd-signature:first-child { - border-top-width: 0; -} -.tsd-signatures .tsd-signature.current { - background-color: var(--color-background-secondary); -} -.tsd-signatures.active > .tsd-signature { - cursor: pointer; -} -.tsd-panel > .tsd-signatures { - border-width: 1px 0; -} -.tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; -} - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - padding: 0; - list-style: none; -} -ul.tsd-descriptions.active > .tsd-description { - display: none; -} -ul.tsd-descriptions.active > .tsd-description.current { - display: block; -} -ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; -} -ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; -} -ul.tsd-descriptions h4, -ul.tsd-descriptions .tsd-index-panel h3, -.tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; } ul.tsd-parameter-list, diff --git a/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html b/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html index cad92ab7d7..8f0da42802 100644 --- a/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html +++ b/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html @@ -16,8 +16,7 @@

Function transformArguments

    -
  • transformArguments(key: string, item: string): string[]
-
    +
  • Parameters

    @@ -26,7 +25,9 @@
    key: string
  • item: string
-

Returns string[]

+

Returns string[]

+

Returns boolean

-

Returns string[]

+

Returns string[]

+

Returns string[]

+

Returns InfoReply

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns boolean[]

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns "OK"

-

Returns string[]

+

Returns string[]

-

Returns string[]

+

Returns string[]

-

Returns string[]

+

Returns string[]

+

Returns "OK"

-

Returns string[]

+

Returns string[]

+

Returns ScanDumpReply

-

Returns string[]

+

Returns string[]

+

Returns number[]

+

Returns string[]

+

Returns InfoReply

-

Returns string[]

+

Returns string[]

+

Returns "OK"

-

Returns string[]

+

Returns string[]

+

Returns "OK"

-

Returns string[]

+

Returns string[]

+

Returns "OK"

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns number[]

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

-

Returns string[]

+

Returns string[]

-

Returns string[]

+

Returns string[]

-

Returns string[]

+

Returns string[]

+

Returns number

-

Returns string[]

+

Returns string[]

-

Returns string[]

+

Returns string[]

+

Returns string[]

+

Returns InfoReply

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns "OK"

-

Returns string[]

+

Returns string[]

+

Returns "OK"

-

Returns string[]

+

Returns string[]

+

Returns ScanDumpReply

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns (null | string)[]

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns number[]

-

Returns string[]

+

Returns string[]

+

Returns (string | null)[]

+

Returns string[]

+

Returns InfoReply

+

Returns string[]

+

Returns (string | null)[]

+

Returns string[]

+

Returns ListWithCountReply

-

Returns RedisCommandArguments

+

Returns RedisCommandArguments

+

Returns number[]

-

Returns string[]

+

Returns string[]

+

Returns "OK"

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/interfaces/commands_cuckoo_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_cuckoo_INFO.InfoReply.html index 83268e5fc7..4073c34fe1 100644 --- a/documentation/bloom/interfaces/commands_cuckoo_INFO.InfoReply.html +++ b/documentation/bloom/interfaces/commands_cuckoo_INFO.InfoReply.html @@ -17,7 +17,9 @@

Hierarchy

    -
  • InfoReply
+
  • InfoReply
  • @@ -40,42 +42,42 @@
    bucketSize: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:34
  • expansionRate: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:35
  • maxIteration: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:36
  • numberOfBuckets: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:30
  • numberOfDeletedItems: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:33
  • numberOfFilters: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:31
  • numberOfInsertedItems: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:32
  • size: number
    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:29
  • +

    Module commands/bloom

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_bloom_ADD.html b/documentation/bloom/modules/commands_bloom_ADD.html index 38a96e1330..17318d8e70 100644 --- a/documentation/bloom/modules/commands_bloom_ADD.html +++ b/documentation/bloom/modules/commands_bloom_ADD.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/ADD

    +

    Module commands/bloom/ADD

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_bloom_EXISTS.html b/documentation/bloom/modules/commands_bloom_EXISTS.html index 8c60d80b04..2fa2e2f99b 100644 --- a/documentation/bloom/modules/commands_bloom_EXISTS.html +++ b/documentation/bloom/modules/commands_bloom_EXISTS.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/EXISTS

    +

    Module commands/bloom/EXISTS

    +
    +
    diff --git a/documentation/bloom/modules/commands_bloom_INFO.html b/documentation/bloom/modules/commands_bloom_INFO.html index 9d6186af42..52d6938e90 100644 --- a/documentation/bloom/modules/commands_bloom_INFO.html +++ b/documentation/bloom/modules/commands_bloom_INFO.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/INFO

    +

    Module commands/bloom/INFO

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_bloom_INSERT.html b/documentation/bloom/modules/commands_bloom_INSERT.html index 37d674cc70..8db101a46e 100644 --- a/documentation/bloom/modules/commands_bloom_INSERT.html +++ b/documentation/bloom/modules/commands_bloom_INSERT.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/INSERT

    +

    Module commands/bloom/INSERT

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html index cef8a94587..5d8b6b638d 100644 --- a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html +++ b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/LOADCHUNK

    +

    Module commands/bloom/LOADCHUNK

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_bloom_MADD.html b/documentation/bloom/modules/commands_bloom_MADD.html index fb0f8330fb..b7643ee78a 100644 --- a/documentation/bloom/modules/commands_bloom_MADD.html +++ b/documentation/bloom/modules/commands_bloom_MADD.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/MADD

    +

    Module commands/bloom/MADD

    +
    +
    diff --git a/documentation/bloom/modules/commands_bloom_MEXISTS.html b/documentation/bloom/modules/commands_bloom_MEXISTS.html index db3ec45cf3..febfa092be 100644 --- a/documentation/bloom/modules/commands_bloom_MEXISTS.html +++ b/documentation/bloom/modules/commands_bloom_MEXISTS.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/MEXISTS

    +

    Module commands/bloom/MEXISTS

    +
    +
    diff --git a/documentation/bloom/modules/commands_bloom_RESERVE.html b/documentation/bloom/modules/commands_bloom_RESERVE.html index f3b4b42c28..4b74e9ab45 100644 --- a/documentation/bloom/modules/commands_bloom_RESERVE.html +++ b/documentation/bloom/modules/commands_bloom_RESERVE.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/RESERVE

    +

    Module commands/bloom/RESERVE

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_bloom_SCANDUMP.html b/documentation/bloom/modules/commands_bloom_SCANDUMP.html index 644ff356bf..f526ad49e0 100644 --- a/documentation/bloom/modules/commands_bloom_SCANDUMP.html +++ b/documentation/bloom/modules/commands_bloom_SCANDUMP.html @@ -12,7 +12,11 @@ -

    Module commands/bloom/SCANDUMP

    +

    Module commands/bloom/SCANDUMP

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch.html b/documentation/bloom/modules/commands_count_min_sketch.html index 4286c2f5c8..d1b56ba378 100644 --- a/documentation/bloom/modules/commands_count_min_sketch.html +++ b/documentation/bloom/modules/commands_count_min_sketch.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch

    +

    Module commands/count-min-sketch

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html index 295cb657bb..eb6090d0fc 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch/INCRBY

    +

    Module commands/count-min-sketch/INCRBY

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch_INFO.html b/documentation/bloom/modules/commands_count_min_sketch_INFO.html index bd7a7eb08f..971054678e 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INFO.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INFO.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch/INFO

    +

    Module commands/count-min-sketch/INFO

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html index 33a5220583..4bf5cce13b 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch/INITBYDIM

    +

    Module commands/count-min-sketch/INITBYDIM

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html index e5257e3003..26896f54f5 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch/INITBYPROB

    +

    Module commands/count-min-sketch/INITBYPROB

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html index a2b68e8565..9ae772bac6 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html +++ b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch/MERGE

    +

    Module commands/count-min-sketch/MERGE

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html index 297c5d50d9..4edf0729e8 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html +++ b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html @@ -12,7 +12,11 @@ -

    Module commands/count-min-sketch/QUERY

    +

    Module commands/count-min-sketch/QUERY

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_cuckoo.html b/documentation/bloom/modules/commands_cuckoo.html index fbe8ae37ce..30bbd91484 100644 --- a/documentation/bloom/modules/commands_cuckoo.html +++ b/documentation/bloom/modules/commands_cuckoo.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo

    +

    Module commands/cuckoo

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_cuckoo_ADD.html b/documentation/bloom/modules/commands_cuckoo_ADD.html index 43dd9f2896..7cf2043b47 100644 --- a/documentation/bloom/modules/commands_cuckoo_ADD.html +++ b/documentation/bloom/modules/commands_cuckoo_ADD.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/ADD

    +

    Module commands/cuckoo/ADD

    +
    +
    diff --git a/documentation/bloom/modules/commands_cuckoo_ADDNX.html b/documentation/bloom/modules/commands_cuckoo_ADDNX.html index 57f04da881..ad172846cc 100644 --- a/documentation/bloom/modules/commands_cuckoo_ADDNX.html +++ b/documentation/bloom/modules/commands_cuckoo_ADDNX.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/ADDNX

    +

    Module commands/cuckoo/ADDNX

    +
    +
    diff --git a/documentation/bloom/modules/commands_cuckoo_COUNT.html b/documentation/bloom/modules/commands_cuckoo_COUNT.html index d21f729317..e680981aa1 100644 --- a/documentation/bloom/modules/commands_cuckoo_COUNT.html +++ b/documentation/bloom/modules/commands_cuckoo_COUNT.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/COUNT

    +

    Module commands/cuckoo/COUNT

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_cuckoo_DEL.html b/documentation/bloom/modules/commands_cuckoo_DEL.html index f031b4bbab..da6d979cce 100644 --- a/documentation/bloom/modules/commands_cuckoo_DEL.html +++ b/documentation/bloom/modules/commands_cuckoo_DEL.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/DEL

    +

    Module commands/cuckoo/DEL

    +
    +
    diff --git a/documentation/bloom/modules/commands_cuckoo_EXISTS.html b/documentation/bloom/modules/commands_cuckoo_EXISTS.html index a2a2154bd6..75269ac98a 100644 --- a/documentation/bloom/modules/commands_cuckoo_EXISTS.html +++ b/documentation/bloom/modules/commands_cuckoo_EXISTS.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/EXISTS

    +

    Module commands/cuckoo/EXISTS

    +
    +
    diff --git a/documentation/bloom/modules/commands_cuckoo_INFO.html b/documentation/bloom/modules/commands_cuckoo_INFO.html index d10a422d9d..10fb0935f5 100644 --- a/documentation/bloom/modules/commands_cuckoo_INFO.html +++ b/documentation/bloom/modules/commands_cuckoo_INFO.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/INFO

    +

    Module commands/cuckoo/INFO

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_cuckoo_INSERT.html b/documentation/bloom/modules/commands_cuckoo_INSERT.html index ef65b6a9db..1942ce098e 100644 --- a/documentation/bloom/modules/commands_cuckoo_INSERT.html +++ b/documentation/bloom/modules/commands_cuckoo_INSERT.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/INSERT

    +

    Module commands/cuckoo/INSERT

    +
    +
    diff --git a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html index 274376c116..ac9193cb5a 100644 --- a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html +++ b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/INSERTNX

    +

    Module commands/cuckoo/INSERTNX

    +
    +
    diff --git a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html index cf28953242..95dd8997d3 100644 --- a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html +++ b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/LOADCHUNK

    +

    Module commands/cuckoo/LOADCHUNK

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_cuckoo_RESERVE.html b/documentation/bloom/modules/commands_cuckoo_RESERVE.html index 96b6ac5b64..b2d5c8aea1 100644 --- a/documentation/bloom/modules/commands_cuckoo_RESERVE.html +++ b/documentation/bloom/modules/commands_cuckoo_RESERVE.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/RESERVE

    +

    Module commands/cuckoo/RESERVE

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html index 3f43055331..3d4a90452c 100644 --- a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html +++ b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html @@ -12,7 +12,11 @@ -

    Module commands/cuckoo/SCANDUMP

    +

    Module commands/cuckoo/SCANDUMP

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k.html b/documentation/bloom/modules/commands_top_k.html index 687fe6ef6e..4ed8209da0 100644 --- a/documentation/bloom/modules/commands_top_k.html +++ b/documentation/bloom/modules/commands_top_k.html @@ -12,7 +12,11 @@ -

    Module commands/top-k

    +

    Module commands/top-k

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_ADD.html b/documentation/bloom/modules/commands_top_k_ADD.html index 0a3eca215b..732dd7843b 100644 --- a/documentation/bloom/modules/commands_top_k_ADD.html +++ b/documentation/bloom/modules/commands_top_k_ADD.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/ADD

    +

    Module commands/top-k/ADD

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_COUNT.html b/documentation/bloom/modules/commands_top_k_COUNT.html index c08905f1fe..4d7b737934 100644 --- a/documentation/bloom/modules/commands_top_k_COUNT.html +++ b/documentation/bloom/modules/commands_top_k_COUNT.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/COUNT

    +

    Module commands/top-k/COUNT

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_INCRBY.html b/documentation/bloom/modules/commands_top_k_INCRBY.html index 04bba9b619..998e90aaa4 100644 --- a/documentation/bloom/modules/commands_top_k_INCRBY.html +++ b/documentation/bloom/modules/commands_top_k_INCRBY.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/INCRBY

    +

    Module commands/top-k/INCRBY

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_INFO.html b/documentation/bloom/modules/commands_top_k_INFO.html index fa9e6d8803..3398e426ae 100644 --- a/documentation/bloom/modules/commands_top_k_INFO.html +++ b/documentation/bloom/modules/commands_top_k_INFO.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/INFO

    +

    Module commands/top-k/INFO

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_LIST.html b/documentation/bloom/modules/commands_top_k_LIST.html index 42051386b7..aac5be4eb2 100644 --- a/documentation/bloom/modules/commands_top_k_LIST.html +++ b/documentation/bloom/modules/commands_top_k_LIST.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/LIST

    +

    Module commands/top-k/LIST

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html b/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html index 98c68e8b61..66d967ba15 100644 --- a/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html +++ b/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/LIST_WITHCOUNT

    +

    Module commands/top-k/LIST_WITHCOUNT

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_QUERY.html b/documentation/bloom/modules/commands_top_k_QUERY.html index eb8418e647..ae8f8ad693 100644 --- a/documentation/bloom/modules/commands_top_k_QUERY.html +++ b/documentation/bloom/modules/commands_top_k_QUERY.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/QUERY

    +

    Module commands/top-k/QUERY

    +
    +

    Index

    diff --git a/documentation/bloom/modules/commands_top_k_RESERVE.html b/documentation/bloom/modules/commands_top_k_RESERVE.html index 4d1fd0ecd8..b1803a8ef4 100644 --- a/documentation/bloom/modules/commands_top_k_RESERVE.html +++ b/documentation/bloom/modules/commands_top_k_RESERVE.html @@ -12,7 +12,11 @@ -

    Module commands/top-k/RESERVE

    +

    Module commands/top-k/RESERVE

    +
    +

    Index

    diff --git a/documentation/bloom/modules/index.html b/documentation/bloom/modules/index.html index 9f6cd69da6..d2788a9eec 100644 --- a/documentation/bloom/modules/index.html +++ b/documentation/bloom/modules/index.html @@ -12,7 +12,11 @@ -

    Module index

    +

    Module index

    +
    +
    diff --git a/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html b/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html index f1bc4a2ae0..894316b3d7 100644 --- a/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html +++ b/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html @@ -16,7 +16,7 @@

    Type alias InfoRawReply

    InfoRawReply: [_: string, capacity: number, _: string, size: number, _: string, numberOfFilters: number, _: string, numberOfInsertedItems: number, _: string, expansionRate: number]
    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/index.ts:6
  • +
  • Defined in bloom/lib/commands/bloom/index.ts:11
  • +
  • Defined in bloom/lib/commands/bloom/ADD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/INSERT.ts:4
  • +
  • Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/MADD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/index.ts:8
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:4
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:6
  • +
  • Defined in bloom/lib/commands/cuckoo/index.ts:16
  • +
  • Defined in bloom/lib/commands/cuckoo/ADD.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/ADDNX.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/COUNT.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/DEL.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERT.ts:4
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:4
  • +
  • Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/index.ts:10
  • +
  • Defined in bloom/lib/commands/top-k/ADD.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/INCRBY.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:3
  • +
  • default
  • @@ -40,12 +42,12 @@

    Properties

    -

    Methods

    -
    #defineLegacyCommand -#destroyIsolationPool -#initiateOptions -#initiateQueue -#initiateSocket -#legacyMode -#sendCommand -#subscribe -#tick -#unsubscribe -PSUBSCRIBE -PUNSUBSCRIBE -QUIT -SELECT -SUBSCRIBE -UNSUBSCRIBE +
    #defineLegacyCommand +#destroyIsolationPool +#initiateOptions +#initiateQueue +#initiateSocket +#legacyMode +#sendCommand +#subscribe +#tick +#unsubscribe +PSUBSCRIBE +PUNSUBSCRIBE +QUIT +SELECT +SUBSCRIBE +UNSUBSCRIBE addListener commandsExecutor connect @@ -131,8 +133,7 @@
    -

    Returns default<M, F, S>

    +

    Overrides EventEmitter.constructor

    +

    Properties

    -
    +
    #isolationPool: Pool<RedisClientType<M, F, S>>
    -
    +
  • Defined in packages/client/lib/client/index.ts:157
  • +
    #options?: RedisClientOptions<M, F, S>
    -
    +
  • Defined in packages/client/lib/client/index.ts:154
  • +
    #queue: default
    -
    +
  • Defined in packages/client/lib/client/index.ts:156
  • +
    #selectedDB: number = 0
    -
    +
  • Defined in packages/client/lib/client/index.ts:159
  • +
    #socket: default
    -
    +
  • Defined in packages/client/lib/client/index.ts:155
  • +
    #v4: Record<string, any> = {}
    +
  • Defined in packages/client/lib/client/index.ts:158
  • commandOptions: (<T>(options: T) => CommandOptions<T>) = RedisClient.commandOptions
    @@ -190,8 +193,7 @@
    +
  • Defined in packages/client/lib/client/index.ts:83
  • pSubscribe: (<T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    @@ -214,8 +216,7 @@
      • -
      • <T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      -
        +
      • <T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      • Type Parameters

        @@ -233,7 +234,7 @@
        Optional bufferMode: T

      Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:525
  • pUnsubscribe: (<T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    @@ -242,8 +243,7 @@
      • -
      • <T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      -
        +
      • <T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      • Type Parameters

        @@ -261,7 +261,7 @@
        Optional bufferMode: T

      Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:566
  • quit: (() => Promise<void>) = ...
    @@ -270,12 +270,11 @@
      • -
      • (): Promise<void>
      -
        +
      • (): Promise<void>
      • Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:581
  • select: { (db: number): Promise<void>; (options: CommandOptions<ClientCommandOptions>, db: number): Promise<void> } = ...
    @@ -285,8 +284,6 @@
  • -
    • Parameters

      @@ -294,6 +291,7 @@
    • db: number

    Returns Promise<void>

  • +
  • (options: CommandOptions<ClientCommandOptions>, db: number): Promise<void>
  • Parameters

    @@ -304,7 +302,7 @@
    db: number
  • Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:479
  • subscribe: (<T>(channels: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    @@ -313,8 +311,7 @@
      • -
      • <T>(channels: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      -
        +
      • <T>(channels: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      • Type Parameters

        @@ -332,7 +329,7 @@
        Optional bufferMode: T

      Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:510
  • unsubscribe: (<T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    @@ -341,8 +338,7 @@
      • -
      • <T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      -
        +
      • <T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
      • Type Parameters

        @@ -360,7 +356,7 @@
        Optional bufferMode: T

      Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:551
  • captureRejectionSymbol: typeof captureRejectionSymbol
      -
    • get isReady(): boolean
    -
      +
    • get isReady(): boolean
    • -

      Returns boolean

    +

    Returns boolean

    -
    +

    Returns undefined | RedisClientOptions<M, F, S>

      -
    • get v4(): Record<string, any>
    -
      +
    • get v4(): Record<string, any>
    • -

      Returns Record<string, any>

    +

    Returns Record<string, any>

    Methods

    -
    +
    -
      -
    • #defineLegacyCommand(name: string): void
    -
      +
        +
      • Parameters

        • name: string
        -

        Returns void

    -
    +

    Returns void

    +
    -
      -
    • #destroyIsolationPool(): Promise<void>
    -
      +
        +
      • -

        Returns Promise<void>

    -
    +

    Returns Promise<void>

    +
    - -
    -
    +

    Returns undefined | RedisClientOptions<M, F, S>

    +
    - -
    -
    +

    Returns default

    +
    - -
    -
    +

    Returns default

    +
    -
      -
    • #legacyMode(): void
    -
      +
        +
      • -

        Returns void

    -
    +

    Returns void

    +
    - -
    -
    +

    Returns Promise<T>

    +
    - -
      +
        +
      • Type Parameters

        @@ -519,24 +525,26 @@ regular 'error' listener is installed.

        listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T
      -

      Returns Promise<void>

    -
    +

    Returns Promise<void>

    +
    -
      -
    • #tick(force?: boolean): void
    -
      +
        +
      • Parameters

        • force: boolean = false
        -

        Returns void

    -
    +

    Returns void

    +
    - -
      +
        +
      • Type Parameters

        @@ -554,12 +562,13 @@ regular 'error' listener is installed.

        Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T
      -

      Returns Promise<void>

    -
    - +

    Returns Promise<void>

    +
    +
      -
    • PSUBSCRIBE<T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
    -
      +
    • Type Parameters

      @@ -575,12 +584,13 @@ regular 'error' listener is installed.

      listener: PubSubListener<T, T extends true ? Buffer : string>
    • Optional bufferMode: T
    -

    Returns Promise<void>

    -
    - +

    Returns Promise<void>

    +
    +
      -
    • PUNSUBSCRIBE<T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
    -
      +
    • Type Parameters

      @@ -596,27 +606,31 @@ regular 'error' listener is installed.

      Optional listener: PubSubListener<T, T extends true ? Buffer : string>
    • Optional bufferMode: T
    -

    Returns Promise<void>

    -
    - +

    Returns Promise<void>

    +
    +
      -
    • QUIT(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    -
    - +

    Returns Promise<void>

    +
    + - -

    Returns Promise<void>

    -
    - +

    Returns Promise<void>

    +
    +
      -
    • SUBSCRIBE<T>(channels: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
    -
      +
    • Type Parameters

      @@ -646,12 +661,13 @@ regular 'error' listener is installed.

      listener: PubSubListener<T, T extends true ? Buffer : string>
    • Optional bufferMode: T
    -

    Returns Promise<void>

    -
    - +

    Returns Promise<void>

    +
    +
      -
    • UNSUBSCRIBE<T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T): Promise<void>
    -
      +
    • Type Parameters

      @@ -667,12 +683,13 @@ regular 'error' listener is installed.

      Optional listener: PubSubListener<T, T extends true ? Buffer : string>
    • Optional bufferMode: T
    -

    Returns Promise<void>

    +

    Returns Promise<void>

      -
    • addListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Alias for emitter.on(eventName, listener).

      @@ -688,8 +705,7 @@ regular 'error' listener is installed.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -698,12 +714,13 @@ regular 'error' listener is installed.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.addListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:317
    -
      +
    • Type Parameters

      @@ -717,38 +734,42 @@ regular 'error' listener is installed.

      command: C
    • args: unknown[]
    -

    Returns Promise<RedisCommandReply<C>>

    +

    Returns Promise<RedisCommandReply<C>>

      -
    • connect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

      -
    • disconnect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

    -
    +

    Returns RedisClientType<M, F, S>

      -
    • emit(eventName: string | symbol, ...args: any[]): boolean
    -
      +
    • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments to each.

      @@ -766,12 +787,13 @@ to each.

    • Rest ...args: any[]

    Returns boolean

    +

    Inherited from EventEmitter.emit

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:573
      -
    • eventNames(): (string | symbol)[]
    -
      +
    • Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

      @@ -781,12 +803,13 @@ listeners. The values in the array are strings or Symbols.

      Since

      v6.0.0

      Returns (string | symbol)[]

    +

    Inherited from EventEmitter.eventNames

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:632
    - -

    Returns Promise<RedisCommandRawReply>

    +

    Returns Promise<RedisCommandRawReply>

      -
    • executeIsolated<T>(fn: ((client: RedisClientType<M, F, S>) => T | Promise<T>)): Promise<T>
    -
      +
    • Type Parameters

      @@ -819,8 +843,7 @@ listeners. The values in the array are strings or Symbols.

      • -
          +
        • (client: RedisClientType<M, F, S>): T | Promise<T>
        • Parameters

          @@ -828,12 +851,13 @@ listeners. The values in the array are strings or Symbols.

        • client: RedisClientType<M, F, S>

      Returns T | Promise<T>

    -

    Returns Promise<T>

    +

    Returns Promise<T>

    - -

    Returns Promise<RedisCommandRawReply>

    +

    Returns Promise<RedisCommandRawReply>

      -
    • functionsExecuter<F>(fn: F, args: unknown[], name: string): Promise<RedisCommandReply<F>>
    -
      +
    • Type Parameters

      @@ -865,12 +890,13 @@ listeners. The values in the array are strings or Symbols.

      args: unknown[]
    • name: string
    -

    Returns Promise<RedisCommandReply<F>>

    +

    Returns Promise<RedisCommandReply<F>>

      -
    • getMaxListeners(): number
    -
    +

    Inherited from EventEmitter.getMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:489
      -
    • hScanIterator(key: string, options?: ScanOptions): AsyncIterable<{ field: string; value: string }>
    - -

    Returns AsyncIterable<{ field: string; value: string }>

    +

    Returns AsyncIterable<{ field: string; value: string }>

      -
    • listenerCount(eventName: string | symbol): number
    -
      +
    • Returns the number of listeners listening to the event named eventName.

      @@ -911,12 +939,13 @@ set by emitter.setMaxListeners(n) or defaults to

      The name of the event being listened for

    Returns number

    +

    Inherited from EventEmitter.listenerCount

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:579
      -
    • listeners(eventName: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName.

      server.on('connection', (stream) => {
      console.log('someone connected!');
      });
      console.log(util.inspect(server.listeners('connection')));
      // Prints: [ [Function] ] @@ -930,19 +959,21 @@ set by emitter.setMaxListeners(n) or defaults to string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.listeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:502
    -
    +

    Returns RedisClientMultiCommandType<M, F, S>

    - -

    Returns Promise<RedisCommandRawReply[]>

    +

    Returns Promise<RedisCommandRawReply[]>

      -
    • off(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.off

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:462
      -
    • on(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Adds the listener function to the end of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -1019,8 +1051,7 @@ event listener to the beginning of the listeners array.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -1029,12 +1060,13 @@ event listener to the beginning of the listeners array.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.on

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:348
      -
    • once(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Adds a one-timelistener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

      @@ -1062,8 +1094,7 @@ event listener to the beginning of the listeners array.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -1072,12 +1103,13 @@ event listener to the beginning of the listeners array.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:377
      -
    • prependListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Adds the listener function to the beginning of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -1103,8 +1135,7 @@ times.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -1113,14 +1144,15 @@ times.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.prependListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:597
      -
    • prependOnceListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • -

      Adds a one-timelistener function for the event named eventName to the_beginning_ of the listeners array. The next time eventName is triggered, this +

      Adds a one-timelistener function for the event named eventName to the beginning of the listeners array. The next time eventName is triggered, this listener is removed, and then invoked.

      server.prependOnceListener('connection', (stream) => {
      console.log('Ah, we have our first user!');
      });
      @@ -1142,8 +1174,7 @@ listener is removed, and then invoked.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -1152,12 +1183,13 @@ listener is removed, and then invoked.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.prependOnceListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:613
      -
    • rawListeners(eventName: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName, including any wrappers (such as those created by .once()).

      @@ -1172,19 +1204,21 @@ including any wrappers (such as those created by .once()).

    • eventName: string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.rawListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:532
      -
    • ref(): void
    -
      +
    • -

      Returns void

    +

    Returns void

      -
    • removeAllListeners(event?: string | symbol): default<M, F, S>
    -
      +
    • Removes all listeners, or those of the specified eventName.

      It is bad practice to remove listeners added elsewhere in the code, @@ -1200,12 +1234,13 @@ component or module (e.g. sockets or file streams).

    • Optional event: string | symbol

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.removeAllListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:473
      -
    • removeListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Removes the specified listener from the listener array for the event namedeventName.

      const callback = (stream) => {
      console.log('someone connected!');
      };
      server.on('connection', callback);
      // ...
      server.removeListener('connection', callback); @@ -1215,8 +1250,8 @@ listener array. If any single listener has been added multiple times to the listener array for the specified eventName, then removeListener() must be called multiple times to remove each instance.

      Once an event is emitted, all listeners attached to it at the -time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and_before_ the last listener finishes execution will -not remove them fromemit() in progress. Subsequent events behave as expected.

      +time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and before the last listener finishes execution +will not remove them fromemit() in progress. Subsequent events behave as expected.

      const myEmitter = new MyEmitter();

      const callbackA = () => {
      console.log('A');
      myEmitter.removeListener('event', callbackB);
      };

      const callbackB = () => {
      console.log('B');
      };

      myEmitter.on('event', callbackA);

      myEmitter.on('event', callbackB);

      // callbackA removes listener callbackB but it will still be called.
      // Internal listener array at time of emit [callbackA, callbackB]
      myEmitter.emit('event');
      // Prints:
      // A
      // B

      // callbackB is now removed.
      // Internal listener array [callbackA]
      myEmitter.emit('event');
      // Prints:
      // A

      Because listeners are managed using an internal array, calling this will @@ -1243,8 +1278,7 @@ recently added instance. In the example the once('ping')lis

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -1253,12 +1287,13 @@ recently added instance. In the example the once('ping')lis
          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.removeListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:457
      -
    • sScanIterator(key: string, options?: ScanOptions): AsyncIterable<string>
    -
      +
    • Parameters

      @@ -1267,24 +1302,26 @@ recently added instance. In the example the once('ping')lis
      key: string
    • Optional options: ScanOptions
    -

    Returns AsyncIterable<string>

    +

    Returns AsyncIterable<string>

    -
    +

    Returns AsyncIterable<string>

    -
      +
    • Type Parameters

      @@ -1298,12 +1335,13 @@ recently added instance. In the example the once('ping')lis
      script: S
    • args: unknown[]
    -

    Returns Promise<RedisCommandReply<S>>

    +

    Returns Promise<RedisCommandReply<S>>

    - -

    Returns Promise<T>

    +

    Returns Promise<T>

      -
    • setMaxListeners(n: number): default<M, F, S>
    -
      +
    • By default EventEmitters will print a warning if more than 10 listeners are added for a particular event. This is a useful default that helps finding @@ -1338,19 +1377,21 @@ modified for this specific EventEmitter instance. The value can be

    • n: number

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.setMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:483
      -
    • unref(): void
    -
      +
    • -

      Returns void

    +

    Returns void

      -
    • zScanIterator(key: string, options?: ScanOptions): AsyncIterable<{ score: number; value: string }>
    -
      +
    • Parameters

      @@ -1359,12 +1400,13 @@ modified for this specific EventEmitter instance. The value can be
      key: string
    • Optional options: ScanOptions
    -

    Returns AsyncIterable<{ score: number; value: string }>

    +

    Returns AsyncIterable<{ score: number; value: string }>

    -
      +
    • Type Parameters

      @@ -1376,12 +1418,13 @@ modified for this specific EventEmitter instance. The value can be
      • options: T
      -

      Returns CommandOptions<T>

    +

    Returns CommandOptions<T>

    -
    +

    Returns RedisClientType<M, F, S>

    -
    +

    Returns InstantiableRedisClient<M, F, S>

      -
    • getEventListeners(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName.

      For EventEmitters this behaves exactly the same as calling .listeners on @@ -1443,12 +1488,13 @@ event target. This is useful for debugging and diagnostic purposes.

    • name: string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.getEventListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:262
      -
    • listenerCount(emitter: EventEmitter, eventName: string | symbol): number
    -
      +
    • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

      const { EventEmitter, listenerCount } = require('events');
      const myEmitter = new EventEmitter();
      myEmitter.on('event', () => {});
      myEmitter.on('event', () => {});
      console.log(listenerCount(myEmitter, 'event'));
      // Prints: 2 @@ -1470,12 +1516,13 @@ event target. This is useful for debugging and diagnostic purposes.

      The event name

    Returns number

    +

    Inherited from EventEmitter.listenerCount

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:234
      -
    • on(emitter: EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator<any>
    -
      +
    • const { on, EventEmitter } = require('events');

      (async () => {
      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo')) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here
      })();
      @@ -1503,13 +1550,13 @@ composed of the emitted event arguments.

    • Optional options: StaticEventEmitterOptions

    Returns AsyncIterableIterator<any>

    +

    Inherited from EventEmitter.on

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:217
      -
    • once(emitter: NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise<any[]>
    • -
    • once(emitter: DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>
    -
      +
    • Creates a Promise that is fulfilled when the EventEmitter emits the given event or that is rejected if the EventEmitter emits 'error' while waiting. @@ -1540,7 +1587,10 @@ special handling:

    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:157
    +
  • Parameters

    @@ -1552,24 +1602,26 @@ special handling:

  • Optional options: StaticEventEmitterOptions
  • Returns Promise<any[]>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:158
    -
    +

    Returns RedisClientOptions<RedisModules, RedisFunctions, RedisScripts>

      -
    • setMaxListeners(n?: number, ...eventTargets: (EventEmitter | DOMEventTarget)[]): void
    -
      +
    • const {
      setMaxListeners,
      EventEmitter
      } = require('events');

      const target = new EventTarget();
      const emitter = new EventEmitter();

      setMaxListeners(5, target, emitter);
      @@ -1586,7 +1638,9 @@ special handling:

    • Rest ...eventTargets: (EventEmitter | DOMEventTarget)[]

    Returns void

    +

    Inherited from EventEmitter.setMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:280
    @@ -33,7 +35,7 @@

    Properties

    -

    Methods

    @@ -46,24 +48,22 @@
    -

    Properties

    -
    +
    chunks: Buffer[] = []
    +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:4
  • Methods

      -
    • end(buffer: Buffer): Buffer
    -
      +
    • Parameters

      @@ -71,20 +71,22 @@
    • buffer: Buffer

    Returns Buffer

    +

    Implementation of Composer.end

    +
      -
    • reset(): void
    -
    +

    Implementation of Composer.reset

    +
      -
    • write(buffer: Buffer): void
    -
      +
    • Parameters

      @@ -92,7 +94,9 @@
    • buffer: Buffer

    Returns void

    +

    Implementation of Composer.write

    +
    diff --git a/documentation/client/classes/lib_client_RESP2_composers_string.default.html b/documentation/client/classes/lib_client_RESP2_composers_string.default.html index d1b69e1cdd..f724c42540 100644 --- a/documentation/client/classes/lib_client_RESP2_composers_string.default.html +++ b/documentation/client/classes/lib_client_RESP2_composers_string.default.html @@ -21,7 +21,9 @@

    Implements

    +
  • Composer<string>
  • @@ -33,8 +35,8 @@

    Properties

    -

    Methods

    @@ -47,29 +49,27 @@
    -

    Properties

    -
    +
    decoder: StringDecoder = ...
    -
    +
  • Defined in packages/client/lib/client/RESP2/composers/string.ts:5
  • +
    string: string = ''
    +
  • Defined in packages/client/lib/client/RESP2/composers/string.ts:7
  • Methods

      -
    • end(buffer: Buffer): string
    -
      +
    • Parameters

      @@ -77,20 +77,22 @@
    • buffer: Buffer

    Returns string

    +

    Implementation of Composer.end

    +
      -
    • reset(): void
    -
    +

    Implementation of Composer.reset

    +
      -
    • write(buffer: Buffer): void
    -
      +
    • Parameters

      @@ -98,7 +100,9 @@
    • buffer: Buffer

    Returns void

    +

    Implementation of Composer.write

    +
    diff --git a/documentation/client/classes/lib_client_RESP2_decoder.default.html b/documentation/client/classes/lib_client_RESP2_decoder.default.html index 90454dad1f..e4e330180d 100644 --- a/documentation/client/classes/lib_client_RESP2_decoder.default.html +++ b/documentation/client/classes/lib_client_RESP2_decoder.default.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • default
    +
  • default
  • @@ -29,30 +31,30 @@

    Properties

    -

    Methods

    -
    @@ -60,79 +62,79 @@
      -
    • new default(options: RESP2Options): default
    -
      +
    • Parameters

      • options: RESP2Options
      -

      Returns default

    +

    Returns default

    Properties

    -
    +
    arrayItemType?: Types
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:192
  • +
    arraysInProcess: ArrayInProcess[] = []
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:188
  • +
    bufferComposer: default = ...
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:48
  • +
    bulkStringRemainingLength?: number
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:159
  • +
    currentStringComposer: default | default = ...
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:52
  • +
    cursor: number = 0
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:44
  • +
    initializeArray: boolean = false
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:190
  • +
    integer: number = 0
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:135
  • +
    isNegativeInteger?: boolean
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:137
  • +
    stringComposer: default = ...
    -
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:50
  • +
    type?: Types
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:46
  • Methods

    -
    +
    -
      -
    • compose<C, T>(chunk: Buffer, composer: C): undefined | T
    -
      +
        +
      • Type Parameters

        @@ -148,12 +150,13 @@
        chunk: Buffer
      • composer: C
      -

      Returns undefined | T

    -
    +

    Returns undefined | T

    +
    -
      -
    • parseArray(chunk: Buffer, arraysToKeep?: number): undefined | ArrayReply
    -
      +
        +
      • Parameters

        @@ -162,60 +165,65 @@
        chunk: Buffer
      • arraysToKeep: number = 0
      -

      Returns undefined | ArrayReply

    -
    +

    Returns undefined | ArrayReply

    +
    -
      -
    • parseBulkString(chunk: Buffer): undefined | null | string | Buffer
    -
      +
        +
      • Parameters

        • chunk: Buffer
        -

        Returns undefined | null | string | Buffer

    -
    +

    Returns undefined | null | string | Buffer

    +
    -
      -
    • parseError(chunk: Buffer): undefined | ErrorReply
    -
      +
        +
      • Parameters

        • chunk: Buffer
        -

        Returns undefined | ErrorReply

    -
    +

    Returns undefined | ErrorReply

    +
    -
      -
    • parseInteger(chunk: Buffer): undefined | number
    -
      +
        +
      • Parameters

        • chunk: Buffer
        -

        Returns undefined | number

    -
    +

    Returns undefined | number

    +
    -
      -
    • parseSimpleString(chunk: Buffer): undefined | string | Buffer
    -
      +
        +
      • Parameters

        • chunk: Buffer
        -

        Returns undefined | string | Buffer

    -
    +

    Returns undefined | string | Buffer

    +
    -
      -
    • parseType(chunk: Buffer, type: Types, arraysToKeep?: number): undefined | Reply
    -
      +
        +
      • Parameters

        @@ -226,12 +234,13 @@
        type: Types
      • Optional arraysToKeep: number
      -

      Returns undefined | Reply

    -
    +

    Returns undefined | Reply

    +
    -
      -
    • pushArrayItem(item: Reply, arraysToKeep: number): undefined | ArrayReply
    -
      +
        +
      • Parameters

        @@ -240,19 +249,21 @@
        item: Reply
      • arraysToKeep: number
      -

      Returns undefined | ArrayReply

    +

    Returns undefined | ArrayReply

      -
    • reset(): void
    -
      +
    • -

      Returns void

    -
    +

    Returns void

    +
    -
      -
    • returnArrayReply(reply: ArrayReply, arraysToKeep: number): undefined | ArrayReply
    -
      +
        +
      • Parameters

        @@ -261,19 +272,22 @@
        reply: ArrayReply
      • arraysToKeep: number
      -

      Returns undefined | ArrayReply

    +

    Returns undefined | ArrayReply

      -
    • write(chunk: Buffer): void
    -
      +
    • Parameters

      • chunk: Buffer
      -

      Returns void

    +

    Returns void

    Generated using TypeDoc

    diff --git a/documentation/client/classes/lib_client_commands_queue.default.html b/documentation/client/classes/lib_client_commands_queue.default.html index 3fe72960e5..4955192664 100644 --- a/documentation/client/classes/lib_client_commands_queue.default.html +++ b/documentation/client/classes/lib_client_commands_queue.default.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • default
    +
  • default
  • @@ -29,19 +31,19 @@

    Properties

    -

    Methods

    -

    Constructors

      -
    • new default(maxLength: undefined | null | number): default
    -
      +
    • Parameters

      • maxLength: undefined | null | number
      -

      Returns default

    +

    Returns default

    Properties

    -
    +
    #chainInExecution: undefined | symbol
    -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:107
  • +
    #decoder: default = ...
    -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:109
  • +
    #maxLength: undefined | null | number
    -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:83
  • +
    #pubSubState: { isActive: boolean; listeners: { channels: Map<any, any>; patterns: Map<any, any> }; subscribed: number; subscribing: number; unsubscribing: number } = ...
    @@ -106,18 +109,18 @@
  • unsubscribing: number
  • -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:87
  • +
    #waitingForReply: Yallist<CommandWaitingForReply> = ...
    -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:85
  • +
    #waitingToBeSent: Yallist<CommandWaitingToBeSent> = ...
    -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:84
  • +
    #PUB_SUB_MESSAGES: { message: Buffer; pMessage: Buffer; pSubscribe: Buffer; pUnsubscribe: Buffer; subscribe: Buffer; unsubscribe: Buffer } = ...
    @@ -136,26 +139,26 @@
  • unsubscribe: Buffer
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:98
  • Methods

    -
    +
    -
      -
    • #handlePubSubReply(reply: any): boolean
    -
      +
        +
      • Parameters

        • reply: any
        -

        Returns boolean

    -
    +

    Returns boolean

    +
    - -
    -
    +

    Returns Promise<void>

    +
    -
      -
    • #updatePubSubActiveState(): void
    -
      +
        +
      • -

        Returns void

    +

    Returns void

    - -

    Returns Promise<T>

    +

    Returns Promise<T>

      -
    • flushAll(err: Error): void
    -
      +
    • Parameters

      • err: Error
      -

      Returns void

    +

    Returns void

      -
    • flushWaitingForReply(err: Error): void
    -
      +
    • Parameters

      • err: Error
      -

      Returns void

    +

    Returns void

    -
    +

    Returns undefined | RedisCommandArguments

      -
    • onReplyChunk(chunk: Buffer): void
    -
      +
    • Parameters

      • chunk: Buffer
      -

      Returns void

    +

    Returns void

      -
    • resubscribe(): undefined | Promise<any>
    -
      +
    • -

      Returns undefined | Promise<any>

    +

    Returns undefined | Promise<any>

    - -

    Returns Promise<void>

    +

    Returns Promise<void>

    -
      +
    • Type Parameters

      @@ -286,12 +298,13 @@
      Optional listener: PubSubListener<T, T extends true ? Buffer : string>
    • Optional returnBuffers: T
    -

    Returns Promise<void>

    -
    +

    Returns Promise<void>

    +
    -
      -
    • #emitPubSubMessage(listenersMap: PubSubListenersMap, message: Buffer, channel: Buffer, pattern?: Buffer): void
    -
      +
        +
      • Parameters

        @@ -304,12 +317,13 @@
        channel: Buffer
      • Optional pattern: Buffer
      -

      Returns void

    -
    +

    Returns void

    +
    -
      -
    • #flushQueue<T>(queue: Yallist<T>, err: Error): void
    -
      +
        +
      • Type Parameters

        @@ -323,7 +337,9 @@
        queue: Yallist<T>
      • err: Error
      -

      Returns void

    +

    Returns void

    +
  • #emitPubSubMessage
  • +
  • #flushQueue
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/classes/lib_client_multi_command.default.html b/documentation/client/classes/lib_client_multi_command.default.html index 85759b9a64..4a74504ff2 100644 --- a/documentation/client/classes/lib_client_multi_command.default.html +++ b/documentation/client/classes/lib_client_multi_command.default.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • default
    +
  • default
  • @@ -29,21 +31,21 @@

    Properties

    -

    Methods

    -
    #defineLegacyCommand -#legacyMode -SELECT +
    #defineLegacyCommand +#legacyMode +SELECT addCommand commandsExecutor -exec +exec execAsPipeline functionsExecutor scriptsExecutor @@ -54,8 +56,7 @@
    -
    -

    Returns default

    +

    Returns default

    Properties

    -
    +
    -
    +
  • Defined in packages/client/lib/client/multi-command.ts:85
  • +
    #multi: default = ...
    -
    +
  • Defined in packages/client/lib/client/multi-command.ts:84
  • +
    #selectedDB?: number
    +
  • Defined in packages/client/lib/client/multi-command.ts:87
  • EXEC: ((execAsPipeline?: boolean) => Promise<RedisCommandRawReply[]>) = ...
    @@ -90,8 +93,7 @@
    +
  • Defined in packages/client/lib/client/multi-command.ts:181
  • select: ((db: number, transformReply?: ((this: void, reply: any, preserved?: any) => any)) => default) = ...
    @@ -109,8 +111,7 @@
      • -
      • (db: number, transformReply?: ((this: void, reply: any, preserved?: any) => any)): default
      -
        +
      • (db: number, transformReply?: ((this: void, reply: any, preserved?: any) => any)): default
      • Parameters

        @@ -122,8 +123,7 @@
          • -
          • (this: void, reply: any, preserved?: any): any
          -
            +
          • (this: void, reply: any, preserved?: any): any
          • Parameters

            @@ -137,38 +137,39 @@

            Returns any

      Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:147
  • v4: Record<string, any> = {}
    +
  • Defined in packages/client/lib/client/multi-command.ts:86
  • Methods

    -
    +
    -
      -
    • #defineLegacyCommand(name: string): void
    -
      +
        +
      • Parameters

        • name: string
        -

        Returns void

    -
    +

    Returns void

    +
    -
      -
    • #legacyMode(): void
    -
      +
        +
      • -

        Returns void

    -
    - +

    Returns void

    +
    +
      -
    • SELECT(db: number, transformReply?: ((this: void, reply: any, preserved?: any) => any)): default
    -
      +
    • Parameters

      @@ -180,8 +181,7 @@
        • -
        • (this: void, reply: any, preserved?: any): any
        -
          +
        • (this: void, reply: any, preserved?: any): any
        • Parameters

          @@ -193,12 +193,13 @@
        • Optional preserved: any

      Returns any

    -

    Returns default

    +

    Returns default

    -
      +
    • Parameters

      @@ -210,8 +211,7 @@
        • -
        • (this: void, reply: any, preserved?: any): any
        -
          +
        • (this: void, reply: any, preserved?: any): any
        • Parameters

          @@ -223,12 +223,13 @@
        • Optional preserved: any

      Returns any

    -

    Returns default

    +

    Returns default

    - -

    Returns default

    -
    - +

    Returns default

    +
    + -
    +

    Returns Promise<RedisCommandRawReply[]>

    -
    +

    Returns Promise<RedisCommandRawReply[]>

    -
      +
    • Parameters

      @@ -272,12 +276,13 @@
      args: unknown[]
    • name: string
    -

    Returns default

    +

    Returns default

    - -

    Returns default

    +

    Returns default

      -
    • extend<M, F, S>(extensions?: RedisExtensions<M, F, S>): InstantiableRedisMultiCommand<M, F, S>
    -
      +
    • Type Parameters

      @@ -307,7 +313,9 @@
      -

      Returns InstantiableRedisMultiCommand<M, F, S>

    +

    Returns InstantiableRedisMultiCommand<M, F, S>

    -

    Returns Promise<void>

    -
    +

    Returns Promise<void>

    +
    -
      -
    • #createNetSocket(): CreateSocketReturn<Socket>
    -
      +
        +
      • -

        Returns CreateSocketReturn<Socket>

    -
    +

    Returns CreateSocketReturn<Socket>

    +
    -
      -
    • #createSocket(): Promise<Socket | TLSSocket>
    -
      +
        +
      • -

        Returns Promise<Socket | TLSSocket>

    -
    +

    Returns Promise<Socket | TLSSocket>

    +
    -
      -
    • #createTlsSocket(): CreateSocketReturn<TLSSocket>
    -
      +
        +
      • -

        Returns CreateSocketReturn<TLSSocket>

    -
    +

    Returns CreateSocketReturn<TLSSocket>

    +
    -
      -
    • #onSocketError(err: Error): void
    -
      +
        +
      • Parameters

        • err: Error
        -

        Returns void

    +

    Returns void

      -
    • addListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -
      +
    • Alias for emitter.on(eventName, listener).

      @@ -272,8 +282,7 @@ regular 'error' listener is installed.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -282,33 +291,37 @@ regular 'error' listener is installed.

          Rest ...args: any[]

      Returns void

    Returns default

    +

    Inherited from EventEmitter.addListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:317
      -
    • connect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

      -
    • cork(): void
    -
      +
    • -

      Returns void

    +

    Returns void

      -
    • disconnect(): void
    -
      +
    • -

      Returns void

    +

    Returns void

      -
    • emit(eventName: string | symbol, ...args: any[]): boolean
    -
      +
    • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments to each.

      @@ -326,12 +339,13 @@ to each.

    • Rest ...args: any[]

    Returns boolean

    +

    Inherited from EventEmitter.emit

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:573
      -
    • eventNames(): (string | symbol)[]
    -
      +
    • Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

      @@ -341,12 +355,13 @@ listeners. The values in the array are strings or Symbols.

      Since

      v6.0.0

      Returns (string | symbol)[]

    +

    Inherited from EventEmitter.eventNames

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:632
      -
    • getMaxListeners(): number
    -
    +

    Inherited from EventEmitter.getMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:489
      -
    • listenerCount(eventName: string | symbol): number
    -
      +
    • Returns the number of listeners listening to the event named eventName.

      @@ -373,12 +389,13 @@ set by emitter.setMaxListeners(n) or defaults to

      The name of the event being listened for

    Returns number

    +

    Inherited from EventEmitter.listenerCount

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:579
      -
    • listeners(eventName: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName.

      server.on('connection', (stream) => {
      console.log('someone connected!');
      });
      console.log(util.inspect(server.listeners('connection')));
      // Prints: [ [Function] ] @@ -392,12 +409,13 @@ set by emitter.setMaxListeners(n) or defaults to string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.listeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:502
      -
    • off(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -

    Returns default

    +

    Inherited from EventEmitter.off

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:462
      -
    • on(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -
      +
    • Adds the listener function to the end of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -458,8 +476,7 @@ event listener to the beginning of the listeners array.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -468,12 +485,13 @@ event listener to the beginning of the listeners array.

          Rest ...args: any[]

      Returns void

    Returns default

    +

    Inherited from EventEmitter.on

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:348
      -
    • once(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -
      +
    • Adds a one-timelistener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

      @@ -501,8 +519,7 @@ event listener to the beginning of the listeners array.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -511,12 +528,13 @@ event listener to the beginning of the listeners array.

          Rest ...args: any[]

      Returns void

    Returns default

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:377
      -
    • prependListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -
      +
    • Adds the listener function to the beginning of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -542,8 +560,7 @@ times.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -552,14 +569,15 @@ times.

          Rest ...args: any[]

      Returns void

    Returns default

    +

    Inherited from EventEmitter.prependListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:597
      -
    • prependOnceListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -
      +
    • -

      Adds a one-timelistener function for the event named eventName to the_beginning_ of the listeners array. The next time eventName is triggered, this +

      Adds a one-timelistener function for the event named eventName to the beginning of the listeners array. The next time eventName is triggered, this listener is removed, and then invoked.

      server.prependOnceListener('connection', (stream) => {
      console.log('Ah, we have our first user!');
      });
      @@ -581,8 +599,7 @@ listener is removed, and then invoked.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -591,12 +608,13 @@ listener is removed, and then invoked.

          Rest ...args: any[]

      Returns void

    Returns default

    +

    Inherited from EventEmitter.prependOnceListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:613
      -
    • quit(fn: (() => Promise<unknown>)): Promise<void>
    -
      +
    • Parameters

      @@ -606,16 +624,16 @@ listener is removed, and then invoked.

        • -
        • (): Promise<unknown>
        -
          +
        • (): Promise<unknown>
        • Returns Promise<unknown>

    -

    Returns Promise<void>

    +

    Returns Promise<void>

      -
    • rawListeners(eventName: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName, including any wrappers (such as those created by .once()).

      @@ -630,31 +648,34 @@ including any wrappers (such as those created by .once()).

    • eventName: string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.rawListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:532
      -
    • reconnectStrategy(retries: number): number | Error
    -
      +
    • Parameters

      • retries: number
      -

      Returns number | Error

    +

    Returns number | Error

      -
    • ref(): void
    -
      +
    • -

      Returns void

    +

    Returns void

      -
    • removeAllListeners(event?: string | symbol): default
    -
      +
    • Removes all listeners, or those of the specified eventName.

      It is bad practice to remove listeners added elsewhere in the code, @@ -670,12 +691,13 @@ component or module (e.g. sockets or file streams).

    • Optional event: string | symbol

    Returns default

    +

    Inherited from EventEmitter.removeAllListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:473
      -
    • removeListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default
    -
      +
    • Removes the specified listener from the listener array for the event namedeventName.

      const callback = (stream) => {
      console.log('someone connected!');
      };
      server.on('connection', callback);
      // ...
      server.removeListener('connection', callback); @@ -685,8 +707,8 @@ listener array. If any single listener has been added multiple times to the listener array for the specified eventName, then removeListener() must be called multiple times to remove each instance.

      Once an event is emitted, all listeners attached to it at the -time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and_before_ the last listener finishes execution will -not remove them fromemit() in progress. Subsequent events behave as expected.

      +time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and before the last listener finishes execution +will not remove them fromemit() in progress. Subsequent events behave as expected.

      const myEmitter = new MyEmitter();

      const callbackA = () => {
      console.log('A');
      myEmitter.removeListener('event', callbackB);
      };

      const callbackB = () => {
      console.log('B');
      };

      myEmitter.on('event', callbackA);

      myEmitter.on('event', callbackB);

      // callbackA removes listener callbackB but it will still be called.
      // Internal listener array at time of emit [callbackA, callbackB]
      myEmitter.emit('event');
      // Prints:
      // A
      // B

      // callbackB is now removed.
      // Internal listener array [callbackA]
      myEmitter.emit('event');
      // Prints:
      // A

      Because listeners are managed using an internal array, calling this will @@ -713,8 +735,7 @@ recently added instance. In the example the once('ping')lis

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -723,12 +744,13 @@ recently added instance. In the example the once('ping')lis
          Rest ...args: any[]

      Returns void

    Returns default

    +

    Inherited from EventEmitter.removeListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:457
      -
    • setMaxListeners(n: number): default
    -
      +
    • By default EventEmitters will print a warning if more than 10 listeners are added for a particular event. This is a useful default that helps finding @@ -744,55 +766,60 @@ modified for this specific EventEmitter instance. The value can be

    • n: number

    Returns default

    +

    Inherited from EventEmitter.setMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:483
      -
    • unref(): void
    -
      +
    • -

      Returns void

    +

    Returns void

    -
    -
    +

    Returns void

    +
    - -
    -
    +

    Returns RedisSocketOptions

    +
    - -
    +

    Returns options is RedisTlsSocketOptions

      -
    • getEventListeners(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName.

      For EventEmitters this behaves exactly the same as calling .listeners on @@ -812,12 +839,13 @@ event target. This is useful for debugging and diagnostic purposes.

    • name: string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.getEventListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:262
      -
    • listenerCount(emitter: EventEmitter, eventName: string | symbol): number
    -
      +
    • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

      const { EventEmitter, listenerCount } = require('events');
      const myEmitter = new EventEmitter();
      myEmitter.on('event', () => {});
      myEmitter.on('event', () => {});
      console.log(listenerCount(myEmitter, 'event'));
      // Prints: 2 @@ -839,12 +867,13 @@ event target. This is useful for debugging and diagnostic purposes.

      The event name

    Returns number

    +

    Inherited from EventEmitter.listenerCount

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:234
      -
    • on(emitter: EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator<any>
    -
      +
    • const { on, EventEmitter } = require('events');

      (async () => {
      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo')) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here
      })();
      @@ -872,13 +901,13 @@ composed of the emitted event arguments.

    • Optional options: StaticEventEmitterOptions

    Returns AsyncIterableIterator<any>

    +

    Inherited from EventEmitter.on

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:217
      -
    • once(emitter: NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise<any[]>
    • -
    • once(emitter: DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>
    -
      +
    • Creates a Promise that is fulfilled when the EventEmitter emits the given event or that is rejected if the EventEmitter emits 'error' while waiting. @@ -909,7 +938,10 @@ special handling:

    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:157
    +
  • Parameters

    @@ -921,12 +953,13 @@ special handling:

  • Optional options: StaticEventEmitterOptions
  • Returns Promise<any[]>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:158
      -
    • setMaxListeners(n?: number, ...eventTargets: (EventEmitter | DOMEventTarget)[]): void
    -
      +
    • const {
      setMaxListeners,
      EventEmitter
      } = require('events');

      const target = new EventTarget();
      const emitter = new EventEmitter();

      setMaxListeners(5, target, emitter);
      @@ -943,7 +976,9 @@ special handling:

    • Rest ...eventTargets: (EventEmitter | DOMEventTarget)[]

    Returns void

    +

    Inherited from EventEmitter.setMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:280
    -

    Returns Promise<Reply>

    +

    Returns Promise<Reply>

      -
    • addListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Alias for emitter.on(eventName, listener).

      @@ -216,8 +218,7 @@ regular 'error' listener is installed.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -226,12 +227,13 @@ regular 'error' listener is installed.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.addListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:317
    -
      +
    • Type Parameters

      @@ -245,38 +247,42 @@ regular 'error' listener is installed.

      command: C
    • args: unknown[]
    -

    Returns Promise<RedisCommandReply<C>>

    +

    Returns Promise<RedisCommandReply<C>>

      -
    • connect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

      -
    • disconnect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

    -
    +

    Returns RedisClusterType<M, F, S>

      -
    • emit(eventName: string | symbol, ...args: any[]): boolean
    -
      +
    • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments to each.

      @@ -294,12 +300,13 @@ to each.

    • Rest ...args: any[]

    Returns boolean

    +

    Inherited from EventEmitter.emit

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:573
      -
    • eventNames(): (string | symbol)[]
    -
      +
    • Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

      @@ -309,12 +316,13 @@ listeners. The values in the array are strings or Symbols.

      Since

      v6.0.0

      Returns (string | symbol)[]

    +

    Inherited from EventEmitter.eventNames

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:632
    - -

    Returns Promise<RedisCommandRawReply>

    +

    Returns Promise<RedisCommandRawReply>

    - -

    Returns Promise<RedisCommandRawReply>

    +

    Returns Promise<RedisCommandRawReply>

      -
    • functionsExecutor<F>(fn: F, args: unknown[], name: string): Promise<RedisCommandReply<F>>
    -
      +
    • Type Parameters

      @@ -368,19 +378,21 @@ listeners. The values in the array are strings or Symbols.

      args: unknown[]
    • name: string
    -

    Returns Promise<RedisCommandReply<F>>

    +

    Returns Promise<RedisCommandReply<F>>

    -
    +

    Returns ClusterNode<M, F, S>[]

      -
    • getMaxListeners(): number
    -
    +

    Inherited from EventEmitter.getMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:489
    -
    +

    Returns ClusterNode<M, F, S>

      -
    • listenerCount(eventName: string | symbol): number
    -
      +
    • Returns the number of listeners listening to the event named eventName.

      @@ -419,12 +433,13 @@ set by emitter.setMaxListeners(n) or defaults to

      The name of the event being listened for

    Returns number

    +

    Inherited from EventEmitter.listenerCount

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:579
      -
    • listeners(eventName: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName.

      server.on('connection', (stream) => {
      console.log('someone connected!');
      });
      console.log(util.inspect(server.listeners('connection')));
      // Prints: [ [Function] ] @@ -438,24 +453,26 @@ set by emitter.setMaxListeners(n) or defaults to string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.listeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:502
    -
    +

    Returns RedisClusterMultiCommandType<M, F, S>

      -
    • off(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.off

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:462
      -
    • on(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Adds the listener function to the end of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -516,8 +533,7 @@ event listener to the beginning of the listeners array.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -526,12 +542,13 @@ event listener to the beginning of the listeners array.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.on

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:348
      -
    • once(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Adds a one-timelistener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

      @@ -559,8 +576,7 @@ event listener to the beginning of the listeners array.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -569,12 +585,13 @@ event listener to the beginning of the listeners array.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:377
      -
    • prependListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Adds the listener function to the beginning of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -600,8 +617,7 @@ times.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -610,14 +626,15 @@ times.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.prependListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:597
      -
    • prependOnceListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • -

      Adds a one-timelistener function for the event named eventName to the_beginning_ of the listeners array. The next time eventName is triggered, this +

      Adds a one-timelistener function for the event named eventName to the beginning of the listeners array. The next time eventName is triggered, this listener is removed, and then invoked.

      server.prependOnceListener('connection', (stream) => {
      console.log('Ah, we have our first user!');
      });
      @@ -639,8 +656,7 @@ listener is removed, and then invoked.

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -649,19 +665,21 @@ listener is removed, and then invoked.

          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.prependOnceListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:613
      -
    • quit(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

      -
    • rawListeners(eventName: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName, including any wrappers (such as those created by .once()).

      @@ -676,12 +694,13 @@ including any wrappers (such as those created by .once()).

    • eventName: string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.rawListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:532
      -
    • removeAllListeners(event?: string | symbol): default<M, F, S>
    -
      +
    • Removes all listeners, or those of the specified eventName.

      It is bad practice to remove listeners added elsewhere in the code, @@ -697,12 +716,13 @@ component or module (e.g. sockets or file streams).

    • Optional event: string | symbol

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.removeAllListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:473
      -
    • removeListener(eventName: string | symbol, listener: ((...args: any[]) => void)): default<M, F, S>
    -
      +
    • Removes the specified listener from the listener array for the event namedeventName.

      const callback = (stream) => {
      console.log('someone connected!');
      };
      server.on('connection', callback);
      // ...
      server.removeListener('connection', callback); @@ -712,8 +732,8 @@ listener array. If any single listener has been added multiple times to the listener array for the specified eventName, then removeListener() must be called multiple times to remove each instance.

      Once an event is emitted, all listeners attached to it at the -time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and_before_ the last listener finishes execution will -not remove them fromemit() in progress. Subsequent events behave as expected.

      +time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and before the last listener finishes execution +will not remove them fromemit() in progress. Subsequent events behave as expected.

      const myEmitter = new MyEmitter();

      const callbackA = () => {
      console.log('A');
      myEmitter.removeListener('event', callbackB);
      };

      const callbackB = () => {
      console.log('B');
      };

      myEmitter.on('event', callbackA);

      myEmitter.on('event', callbackB);

      // callbackA removes listener callbackB but it will still be called.
      // Internal listener array at time of emit [callbackA, callbackB]
      myEmitter.emit('event');
      // Prints:
      // A
      // B

      // callbackB is now removed.
      // Internal listener array [callbackA]
      myEmitter.emit('event');
      // Prints:
      // A

      Because listeners are managed using an internal array, calling this will @@ -740,8 +760,7 @@ recently added instance. In the example the once('ping')lis

        • -
        • (...args: any[]): void
        -
          +
        • (...args: any[]): void
        • Parameters

          @@ -750,12 +769,13 @@ recently added instance. In the example the once('ping')lis
          Rest ...args: any[]

      Returns void

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.removeListener

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:457
    -
      +
    • Type Parameters

      @@ -769,12 +789,13 @@ recently added instance. In the example the once('ping')lis
      script: S
    • args: unknown[]
    -

    Returns Promise<RedisCommandReply<S>>

    +

    Returns Promise<RedisCommandReply<S>>

    - -

    Returns Promise<T>

    +

    Returns Promise<T>

      -
    • setMaxListeners(n: number): default<M, F, S>
    -
      +
    • By default EventEmitters will print a warning if more than 10 listeners are added for a particular event. This is a useful default that helps finding @@ -813,12 +835,13 @@ modified for this specific EventEmitter instance. The value can be

    • n: number

    Returns default<M, F, S>

    +

    Inherited from EventEmitter.setMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:483
    -
    +

    Returns RedisClusterType<M, F, S>

    - -

    Returns undefined | RedisCommandArgument

    +

    Returns undefined | RedisCommandArgument

      -
    • getEventListeners(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
    -
      +
    • Returns a copy of the array of listeners for the event named eventName.

      For EventEmitters this behaves exactly the same as calling .listeners on @@ -875,12 +900,13 @@ event target. This is useful for debugging and diagnostic purposes.

    • name: string | symbol

    Returns Function[]

    +

    Inherited from EventEmitter.getEventListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:262
      -
    • listenerCount(emitter: EventEmitter, eventName: string | symbol): number
    -
      +
    • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

      const { EventEmitter, listenerCount } = require('events');
      const myEmitter = new EventEmitter();
      myEmitter.on('event', () => {});
      myEmitter.on('event', () => {});
      console.log(listenerCount(myEmitter, 'event'));
      // Prints: 2 @@ -902,12 +928,13 @@ event target. This is useful for debugging and diagnostic purposes.

      The event name

    Returns number

    +

    Inherited from EventEmitter.listenerCount

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:234
      -
    • on(emitter: EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator<any>
    -
      +
    • const { on, EventEmitter } = require('events');

      (async () => {
      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo')) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here
      })();
      @@ -935,13 +962,13 @@ composed of the emitted event arguments.

    • Optional options: StaticEventEmitterOptions

    Returns AsyncIterableIterator<any>

    +

    Inherited from EventEmitter.on

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:217
      -
    • once(emitter: NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise<any[]>
    • -
    • once(emitter: DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>
    -
      +
    • Creates a Promise that is fulfilled when the EventEmitter emits the given event or that is rejected if the EventEmitter emits 'error' while waiting. @@ -972,7 +999,10 @@ special handling:

    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:157
    +
  • Parameters

    @@ -984,12 +1014,13 @@ special handling:

  • Optional options: StaticEventEmitterOptions
  • Returns Promise<any[]>

    +

    Inherited from EventEmitter.once

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:158
      -
    • setMaxListeners(n?: number, ...eventTargets: (EventEmitter | DOMEventTarget)[]): void
    -
      +
    • const {
      setMaxListeners,
      EventEmitter
      } = require('events');

      const target = new EventTarget();
      const emitter = new EventEmitter();

      setMaxListeners(5, target, emitter);
      @@ -1006,7 +1037,9 @@ special handling:

    • Rest ...eventTargets: (EventEmitter | DOMEventTarget)[]

    Returns void

    +

    Inherited from EventEmitter.setMaxListeners

    +
      +
    • Defined in node_modules/@types/node/events.d.ts:280
    -

    Returns Promise<void>

    -
    +

    Returns Promise<void>

    +
    - -
    -
    +

    Returns Promise<boolean>

    +
    -
      -
    • #getNodeAddress(address: string): undefined | NodeAddress
    -
      +
        +
      • Parameters

        • address: string
        -

        Returns undefined | NodeAddress

    -
    +

    Returns undefined | NodeAddress

    +
    - -
    -
    +

    Returns RedisClientType<M, F, S>

    +
    - -
    -
    +

    Returns RedisClientType<M, F, S>

    +
    - -
    -
    +

    Returns RedisClientType<M, F, S>

    +
    - -
    -
    +

    Returns ClusterNode<M, F, S>

    +
    - -
    -
    +

    Returns Promise<void>

    +
    - -
    -
    +

    Returns Promise<void>

    +
    -
      -
    • #slotClientIterator(slotNumber: number): IterableIterator<RedisClientType<M, F, S>>
    -
      +
        +
      • Parameters

        • slotNumber: number
        -

        Returns IterableIterator<RedisClientType<M, F, S>>

    +

    Returns IterableIterator<RedisClientType<M, F, S>>

      -
    • connect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

      -
    • disconnect(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

    - -

    Returns RedisClientType<M, F, S>

    +

    Returns RedisClientType<M, F, S>

    -
    +

    Returns ClusterNode<M, F, S>[]

      -
    • getNodeByAddress(address: string): undefined | ClusterNode<M, F, S>
    -
      +
    • Parameters

      • address: string
      -

      Returns undefined | ClusterNode<M, F, S>

    +

    Returns undefined | ClusterNode<M, F, S>

    -
    +

    Returns ClusterNode<M, F, S>

      -
    • quit(): Promise<void>
    -
      +
    • -

      Returns Promise<void>

    +

    Returns Promise<void>

    -
    +

    Returns Promise<void>

    Returns Promise<RedisCommandRawReply[]>

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:131
  • Methods

    -
      +
    • Parameters

      @@ -116,8 +117,7 @@
        • -
        • (this: void, reply: any, preserved?: any): any
        -
          +
        • (this: void, reply: any, preserved?: any): any
        • Parameters

          @@ -129,12 +129,13 @@
        • Optional preserved: any

      Returns any

    -

    Returns default

    +

    Returns default

    - -

    Returns default

    -
    - +

    Returns default

    +
    + -
    +

    Returns Promise<RedisCommandRawReply[]>

    -
    +

    Returns Promise<RedisCommandRawReply[]>

    -
      +
    • Parameters

      @@ -178,12 +182,13 @@
      args: unknown[]
    • name: string
    -

    Returns default

    +

    Returns default

    - -

    Returns default

    +

    Returns default

    -
    +

    Returns InstantiableRedisClusterMultiCommandType<M, F, S>

    diff --git a/documentation/client/classes/lib_errors.ClientClosedError.html b/documentation/client/classes/lib_errors.ClientClosedError.html index 79bc1d0c14..cd45b4e604 100644 --- a/documentation/client/classes/lib_errors.ClientClosedError.html +++ b/documentation/client/classes/lib_errors.ClientClosedError.html @@ -19,7 +19,9 @@
    • Error
        -
      • ClientClosedError
    +
  • ClientClosedError
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,11 +48,12 @@
    -
    +

    Overrides Error.constructor

    +

    Properties

    @@ -79,8 +82,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -108,8 +110,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -121,7 +122,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.ConnectionTimeoutError.html b/documentation/client/classes/lib_errors.ConnectionTimeoutError.html index ce1b6c75ab..9c34084526 100644 --- a/documentation/client/classes/lib_errors.ConnectionTimeoutError.html +++ b/documentation/client/classes/lib_errors.ConnectionTimeoutError.html @@ -19,7 +19,9 @@
    • Error
        -
      • ConnectionTimeoutError
    +
  • ConnectionTimeoutError
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,11 +48,12 @@
    -
    +

    Overrides Error.constructor

    +

    Properties

    @@ -79,8 +82,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -108,8 +110,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -121,7 +122,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.DisconnectsClientError.html b/documentation/client/classes/lib_errors.DisconnectsClientError.html index f82d87e15e..055026d30b 100644 --- a/documentation/client/classes/lib_errors.DisconnectsClientError.html +++ b/documentation/client/classes/lib_errors.DisconnectsClientError.html @@ -19,7 +19,9 @@
    • Error
        -
      • DisconnectsClientError
    +
  • DisconnectsClientError
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,11 +48,12 @@
    -
    +

    Overrides Error.constructor

    +

    Properties

    @@ -79,8 +82,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -108,8 +110,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -121,7 +122,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.ErrorReply.html b/documentation/client/classes/lib_errors.ErrorReply.html index 0bc54b5c6c..8ca6c85741 100644 --- a/documentation/client/classes/lib_errors.ErrorReply.html +++ b/documentation/client/classes/lib_errors.ErrorReply.html @@ -19,7 +19,9 @@
    • Error
        -
      • ErrorReply
    +
  • ErrorReply
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,8 +48,7 @@
    -
      +
    • Parameters

      @@ -55,7 +56,9 @@
    • message: string

    Returns ErrorReply

    +

    Overrides Error.constructor

    +

    Properties

    @@ -84,8 +87,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -113,8 +115,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -126,7 +127,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.ReconnectStrategyError.html b/documentation/client/classes/lib_errors.ReconnectStrategyError.html index a15afc58da..6bd23e0902 100644 --- a/documentation/client/classes/lib_errors.ReconnectStrategyError.html +++ b/documentation/client/classes/lib_errors.ReconnectStrategyError.html @@ -19,7 +19,9 @@
    • Error
        -
      • ReconnectStrategyError
    +
  • ReconnectStrategyError
  • @@ -35,8 +37,8 @@ name originalError socketError -stack -prepareStackTrace +stack? +prepareStackTrace? stackTraceLimit
    @@ -48,8 +50,7 @@
    -
      +
    • Parameters

      @@ -59,7 +60,9 @@
    • socketError: unknown

    Returns ReconnectStrategyError

    +

    Overrides Error.constructor

    +

    Properties

    @@ -78,12 +81,12 @@
    originalError: Error
    +
  • Defined in packages/client/lib/errors.ts:44
  • socketError: unknown
    +
  • Defined in packages/client/lib/errors.ts:45
  • stack?: string
    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.RootNodesUnavailableError.html b/documentation/client/classes/lib_errors.RootNodesUnavailableError.html index a0713d8a79..068da8310d 100644 --- a/documentation/client/classes/lib_errors.RootNodesUnavailableError.html +++ b/documentation/client/classes/lib_errors.RootNodesUnavailableError.html @@ -19,7 +19,9 @@
    • Error
        -
      • RootNodesUnavailableError
    +
  • RootNodesUnavailableError
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,11 +48,12 @@
    -
    +

    Overrides Error.constructor

    +

    Properties

    @@ -79,8 +82,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -108,8 +110,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -121,7 +122,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.SocketClosedUnexpectedlyError.html b/documentation/client/classes/lib_errors.SocketClosedUnexpectedlyError.html index 207941af95..ba13456e42 100644 --- a/documentation/client/classes/lib_errors.SocketClosedUnexpectedlyError.html +++ b/documentation/client/classes/lib_errors.SocketClosedUnexpectedlyError.html @@ -19,7 +19,9 @@
    • Error
        -
      • SocketClosedUnexpectedlyError
    +
  • SocketClosedUnexpectedlyError
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,11 +48,12 @@
    -
    +

    Overrides Error.constructor

    +

    Properties

    @@ -79,8 +82,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -108,8 +110,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -121,7 +122,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_errors.WatchError.html b/documentation/client/classes/lib_errors.WatchError.html index 5a8509c9aa..d097e329fe 100644 --- a/documentation/client/classes/lib_errors.WatchError.html +++ b/documentation/client/classes/lib_errors.WatchError.html @@ -19,7 +19,9 @@
    • Error
        -
      • WatchError
    +
  • WatchError
  • @@ -33,8 +35,8 @@

    Properties

    @@ -46,11 +48,12 @@
    -
    +

    Overrides Error.constructor

    +

    Properties

    @@ -79,8 +82,7 @@
      • -
      • (err: Error, stackTraces: CallSite[]): any
      -
        +
      • (err: Error, stackTraces: CallSite[]): any
      • Optional override for formatting stack traces

        @@ -108,8 +110,7 @@
          -
        • captureStackTrace(targetObject: object, constructorOpt?: Function): void
        -
          +
        • Create .stack property on a target object

          @@ -121,7 +122,9 @@
        • Optional constructorOpt: Function

        Returns void

    +

    Inherited from Error.captureStackTrace

    +
      +
    • Defined in node_modules/@types/node/globals.d.ts:4
    diff --git a/documentation/client/classes/lib_multi_command.default.html b/documentation/client/classes/lib_multi_command.default.html index 2d1472e161..5f4d91b9e1 100644 --- a/documentation/client/classes/lib_multi_command.default.html +++ b/documentation/client/classes/lib_multi_command.default.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • default
    +
  • default
  • @@ -47,8 +49,7 @@
    -
    @@ -57,19 +58,18 @@
    +
  • Defined in packages/client/lib/multi-command.ts:15
  • scriptsInUse: Set<string> = ...
    +
  • Defined in packages/client/lib/multi-command.ts:17
  • Methods

      -
    • addCommand(args: RedisCommandArguments, transformReply?: ((this: void, reply: any, preserved?: any) => any)): void
    -
      +
    • Parameters

      @@ -81,8 +81,7 @@
        • -
        • (this: void, reply: any, preserved?: any): any
        -
          +
        • (this: void, reply: any, preserved?: any): any
        • Parameters

          @@ -94,12 +93,13 @@
        • Optional preserved: any

      Returns any

    -

    Returns void

    +

    Returns void

    - -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    - -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -
    +

    Returns undefined | RedisMultiQueuedCommand[]

    -
    +

    Returns RedisCommandRawReply[]

    -
    +

    Returns RedisCommandRawReply[]

      -
    • generateChainId(): symbol
    -
      +
    • -

      Returns symbol

    +

    Returns symbol

    @@ -30,12 +32,12 @@
    PSUBSCRIBE: "PSUBSCRIBE"
    +
  • Defined in packages/client/lib/client/commands-queue.ts:33
  • SUBSCRIBE: "SUBSCRIBE"
    +
  • Defined in packages/client/lib/client/commands-queue.ts:32
  • @@ -30,12 +32,12 @@
    PUNSUBSCRIBE: "PUNSUBSCRIBE"
    +
  • Defined in packages/client/lib/client/commands-queue.ts:38
  • UNSUBSCRIBE: "UNSUBSCRIBE"
    +
  • Defined in packages/client/lib/client/commands-queue.ts:37
  • @@ -34,32 +36,32 @@
    ADDRESS: "ADDR"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:4
  • ID: "ID"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:6
  • LOCAL_ADDRESS: "LADDR"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:5
  • SKIP_ME: "SKIPME"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:9
  • TYPE: "TYPE"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:7
  • USER: "USER"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:8
  • @@ -30,12 +32,12 @@
    FORCE: "FORCE"
    +
  • Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:2
  • TAKEOVER: "TAKEOVER"
    +
  • Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:3
  • @@ -30,12 +32,12 @@
    CONNECTED: "connected"
    +
  • Defined in packages/client/lib/commands/CLUSTER_NODES.ts:6
  • DISCONNECTED: "disconnected"
    +
  • Defined in packages/client/lib/commands/CLUSTER_NODES.ts:7
  • @@ -32,22 +34,22 @@
    IMPORTING: "IMPORTING"
    +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:2
  • MIGRATING: "MIGRATING"
    +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:3
  • NODE: "NODE"
    +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:5
  • STABLE: "STABLE"
    +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:4
  • @@ -31,17 +33,17 @@
    ACLCAT: "ACLCAT"
    +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:7
  • MODULE: "MODULE"
    +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:6
  • PATTERN: "PATTERN"
    +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:8
  • @@ -30,12 +32,12 @@
    ASYNC: "ASYNC"
    +
  • Defined in packages/client/lib/commands/FLUSHALL.ts:2
  • SYNC: "SYNC"
    +
  • Defined in packages/client/lib/commands/FLUSHALL.ts:3
  • @@ -49,107 +51,107 @@
    ADMIN: "@admin"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:511
  • BITMAP: "@bitmap"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:506
  • BLOCKING: "@blocking"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:514
  • CONNECTION: "@connection"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:516
  • DANGEROUS: "@dangerous"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:515
  • FAST: "@fast"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:512
  • GEO: "@geo"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:508
  • HASH: "@hash"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:504
  • HYPERLOGLOG: "@hyperloglog"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:507
  • KEYSPACE: "@keyspace"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:498
  • LIST: "@list"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:503
  • PUBSUB: "@pubsub"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:510
  • READ: "@read"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:499
  • SCRIPTING: "@scripting"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:518
  • SET: "@set"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:501
  • SLOW: "@slow"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:513
  • SORTEDSET: "@sortedset"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:502
  • STREAM: "@stream"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:509
  • STRING: "@string"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:505
  • TRANSACTION: "@transaction"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:517
  • WRITE: "@write"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:500
  • @@ -42,72 +44,72 @@
    ADMIN: "admin"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:484
  • ASKING: "asking"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:492
  • DENYOOM: "denyoom"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:483
  • FAST: "fast"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:493
  • LOADING: "loading"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:489
  • MOVABLEKEYS: "movablekeys"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:494
  • NOSCRIPT: "noscript"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:486
  • PUBSUB: "pubsub"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:485
  • RANDOM: "random"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:487
  • READONLY: "readonly"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:482
  • SKIP_MONITOR: "skip_monitor"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:491
  • SORT_FOR_SCRIPT: "sort_for_script"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:488
  • STALE: "stale"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:490
  • WRITE: "write"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:481
  • @@ -31,17 +33,17 @@
    COORDINATES: "WITHCOORD"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:349
  • DISTANCE: "WITHDIST"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:347
  • HASH: "WITHHASH"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:348
  • @@ -32,22 +34,22 @@
    ALLOW_OOM: "allow-oom"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:558
  • ALLOW_STALE: "allow-stale"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:559
  • NO_CLUSTER: "no-cluster"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:560
  • NO_WRITES: "no-writes"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:557
  • +

    Returns CommandOptions<T>

    +

    Returns RedisClientType<M, F, S>

    +

    Returns RedisClusterType<M, F, S>

    +

    Returns RedisCommandArgument[]

    +

    Returns CommandOptions<T>

    Generated using TypeDoc

    diff --git a/documentation/client/functions/lib_command_options.isCommandOptions.html b/documentation/client/functions/lib_command_options.isCommandOptions.html index 5b6d343a65..b5e8a49e20 100644 --- a/documentation/client/functions/lib_command_options.isCommandOptions.html +++ b/documentation/client/functions/lib_command_options.isCommandOptions.html @@ -16,8 +16,7 @@

    Function isCommandOptions

    -
      +
    • Type Parameters

      @@ -29,7 +28,9 @@
      • options: any
      -

      Returns options is CommandOptions<T>

    +

    Returns options is CommandOptions<T>

    Generated using TypeDoc

    diff --git a/documentation/client/functions/lib_commander.attachCommands.html b/documentation/client/functions/lib_commander.attachCommands.html index ee7b2493f7..57242b375d 100644 --- a/documentation/client/functions/lib_commander.attachCommands.html +++ b/documentation/client/functions/lib_commander.attachCommands.html @@ -16,8 +16,7 @@

    Function attachCommands

      -
    • attachCommands<C>(__namedParameters: AttachCommandsConfig<C>): void
    -
      +
    • Type Parameters

      @@ -29,7 +28,9 @@
      • __namedParameters: AttachCommandsConfig<C>
      -

      Returns void

    +

    Returns void

    +

    Returns any

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +
    options: CommandOptions<T> | undefined
    -

    Returns RedisCommandReply<C>

    +

    Returns RedisCommandReply<C>

    +

    Returns any[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns AclUser

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns AclLog[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns (number | null)[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns (number | null)[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns BLPopReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns BZPopMaxReply | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns "OK" | Buffer

    +

    Returns RedisCommandArguments

    +

    Returns string | null

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns number

    +

    Returns string[]

    +

    Returns ClientInfoReply

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns "OK" | Buffer

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns "OK" | Buffer

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns "OK" | Buffer

    +

    Returns RedisCommandArguments

    +

    Returns Reply

    +

    Returns RedisCommandArguments

    +

    Returns "OK" | Buffer

    +

    Returns RedisCommandArguments

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns "BUMPED" | "STILL"

    +

    Returns string[]

    +

    Returns number

    +

    Returns string[]

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns ClusterInfoReply

    +

    Returns string[]

    +

    Returns number

    +

    Returns string[]

    +

    Returns ClusterLinksReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns RedisClusterMasterNode[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns RedisCommandArguments

    +

    Returns ClusterSlotsReply

    +

    Returns RedisCommandArguments

    +

    Returns CommandReply[]

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns KeysAndFlagsReply

    +

    Returns RedisCommandArguments

    +

    Returns (CommandReply | null)[]

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns string

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns string

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns RedisCommandArguments

    +

    Returns FunctionListItemReply[]

    +

    Returns RedisCommandArguments

    +

    Returns FunctionListWithCodeItemReply[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    +

    Returns RedisCommandArguments

    +

    Returns FunctionStatsReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns (GeoCoordinates | null)[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns BitValue

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns HelloTransformedReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | undefined

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns HScanReply

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns string[]

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns string[]

    +

    Returns Date

    +

    Returns string[]

    +

    Returns string

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string | Buffer

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns Reply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns Reply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns null | [key: string, elements: string[]]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[] | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns MemoryStatsReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | null

    +

    Returns RedisCommandArguments

    +

    Returns (RedisCommandArgument | null)[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string | null

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string

    +

    Returns string[]

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns Record<string, number>

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns RoleReply

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[] | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns ScanReply

    +

    Returns string[]

    +

    Returns number

    +

    Returns string[]

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns string

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns BitValue

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns void

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns SScanReply

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    +

    Returns string[]

    +

    Returns TimeReply

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns string

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns string

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns XAutoClaimReply

    +

    Returns RedisCommandArguments

    +

    Returns XAutoClaimJustIdReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns XInfoConsumersReply

    +

    Returns RedisCommandArguments

    +

    Returns XInfoGroupsReply

    +

    Returns RedisCommandArguments

    +

    Returns XInfoStreamReply

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns XPendingReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns XPendingRangeReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArgument

    +

    Returns RedisCommandArgument

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns ZMPopReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number | null

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns ZScanReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArgument[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns RedisCommandArguments

    +

    Returns string | undefined

    -

    Returns string[]

    +

    Returns string[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns boolean[]

    +

    Returns boolean

    -

    Returns CommandReply

    +

    Returns CommandReply

    +

    Returns string

    +

    Returns FunctionListItemReply

    -

    Returns GeoReplyWithMember[]

    +

    Returns GeoReplyWithMember[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string

    +

    Returns (number | null)[]

    +

    Returns number | null

    +

    Returns number

    +

    Returns string

    +

    Returns RangeReply

    +

    Returns ZMember | null

    +

    Returns ZMember

    +

    Returns ZMember[]

    +

    Returns StreamMessagesReply

    +

    Returns StreamsMessagesReply | null

    +

    Returns RedisCommandArgument

    +

    Returns Record<string, RedisCommandArgument>

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns S & SHA1

    +

    Returns string

    +

    Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_client.RedisClientOptions.html b/documentation/client/interfaces/lib_client.RedisClientOptions.html index c84b39bea4..5bcc3bfe14 100644 --- a/documentation/client/interfaces/lib_client.RedisClientOptions.html +++ b/documentation/client/interfaces/lib_client.RedisClientOptions.html @@ -28,7 +28,9 @@ +
  • RedisClientOptions
  • @@ -36,20 +38,20 @@

    Properties

    @@ -57,75 +59,75 @@
    commandsQueueMaxLength?: number
    +
  • Defined in packages/client/lib/client/index.ts:29
  • database?: number
    +
  • Defined in packages/client/lib/client/index.ts:28
  • disableOfflineQueue?: boolean
    +
  • Defined in packages/client/lib/client/index.ts:30
  • functions?: F
    +
  • Defined in packages/client/lib/commands/index.ts:86
  • isolationPoolOptions?: Options
    +
  • Defined in packages/client/lib/client/index.ts:33
  • legacyMode?: boolean
    +
  • Defined in packages/client/lib/client/index.ts:32
  • modules?: M
    +
  • Defined in packages/client/lib/commands/index.ts:85
  • name?: string
    +
  • Defined in packages/client/lib/client/index.ts:27
  • password?: string
    +
  • Defined in packages/client/lib/client/index.ts:26
  • readonly?: boolean
    +
  • Defined in packages/client/lib/client/index.ts:31
  • scripts?: S
    +
  • Defined in packages/client/lib/commands/index.ts:87
  • +
  • Defined in packages/client/lib/client/index.ts:24
  • url?: string
    +
  • Defined in packages/client/lib/client/index.ts:23
  • username?: string
    +
  • Defined in packages/client/lib/client/index.ts:25
  • +
  • commandsQueueMaxLength?
  • +
  • database?
  • +
  • disableOfflineQueue?
  • +
  • functions?
  • +
  • isolationPoolOptions?
  • +
  • legacyMode?
  • +
  • modules?
  • +
  • name?
  • +
  • password?
  • +
  • readonly?
  • +
  • scripts?
  • +
  • socket?
  • +
  • url?
  • +
  • username?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_client_RESP2_composers_interface.Composer.html b/documentation/client/interfaces/lib_client_RESP2_composers_interface.Composer.html index 1012802e91..30d31c424c 100644 --- a/documentation/client/interfaces/lib_client_RESP2_composers_interface.Composer.html +++ b/documentation/client/interfaces/lib_client_RESP2_composers_interface.Composer.html @@ -27,7 +27,9 @@

    Implemented by

    +
  • default
  • @@ -44,34 +46,37 @@
      -
    • end(buffer: Buffer): T
    -
      +
    • Parameters

      • buffer: Buffer
      -

      Returns T

    +

    Returns T

      -
    • reset(): void
    -
      +
    • -

      Returns void

    +

    Returns void

      -
    • write(buffer: Buffer): void
    -
      +
    • Parameters

      • buffer: Buffer
      -

      Returns void

    +

    Returns void

    +
  • asap?
  • +
  • chainId?
  • +
  • ignorePubSubMode?
  • +
  • returnBuffers?
  • +
  • signal?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html b/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html index ed26e243bc..b4c0fc961f 100644 --- a/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html +++ b/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • RedisSocketCommonOptions
    +
  • RedisSocketCommonOptions
  • @@ -25,13 +27,13 @@

    Properties

    @@ -39,31 +41,32 @@
    connectTimeout?: number
    +
  • Defined in packages/client/lib/client/socket.ts:9
  • keepAlive?: number | false
    +
  • Defined in packages/client/lib/client/socket.ts:11
  • noDelay?: boolean
    +
  • Defined in packages/client/lib/client/socket.ts:10
  • Methods

      -
    • reconnectStrategy(retries: number): number | Error
    -
      +
    • Parameters

      • retries: number
      -

      Returns number | Error

    +

    Returns number | Error

    +
  • connectTimeout?
  • +
  • keepAlive?
  • +
  • noDelay?
  • +
  • reconnectStrategy?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html b/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html index 772cae1d38..63ed6acd64 100644 --- a/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html +++ b/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html @@ -19,7 +19,9 @@
    • ConnectionOptions
        -
      • RedisTlsSocketOptions
    +
  • RedisTlsSocketOptions
  • @@ -27,48 +29,48 @@

    Properties

    @@ -89,8 +91,7 @@
      • -
      • (servername: string, cb: ((err: null | Error, ctx?: SecureContext) => void)): void
      -
        +
      • (servername: string, cb: ((err: null | Error, ctx?: SecureContext) => void)): void
      • SNICallback(servername, cb) A function that will be called if the client supports SNI TLS extension. Two arguments @@ -110,8 +111,7 @@ with high-level API will be used (see below).

          • -
          • (err: null | Error, ctx?: SecureContext): void
          -
            +
          • (err: null | Error, ctx?: SecureContext): void
          • Parameters

            @@ -159,8 +159,7 @@ replaced when CAs are explicitly specified using this option.

              • -
              • (hostname: string, cert: PeerCertificate): Error | undefined
              -
                +
              • (hostname: string, cert: PeerCertificate): Error | undefined
              • Verifies the certificate cert is issued to hostname.

                Returns Error object, populating it with reason, host, and cert on @@ -506,14 +505,13 @@ See Session Resumption for more information.

                tls: true
    +
  • Defined in packages/client/lib/client/socket.ts:20
  • Methods

      -
    • pskCallback(hint: null | string): null | PSKCallbackNegotation
    -
      +
    • When negotiating TLS-PSK (pre-shared keys), this function is called with optional identity hint provided by the server or null @@ -538,7 +536,9 @@ decide which identity to use during negotiation. Always null if TLS 1.3 is used.

    Returns null | PSKCallbackNegotation

    +

    Inherited from tls.ConnectionOptions.pskCallback

    +
      +
    • Defined in node_modules/@types/node/tls.d.ts:544
    +
  • pskCallback?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html b/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html index 24f14c2913..5533bb8af6 100644 --- a/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html +++ b/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html @@ -28,7 +28,9 @@ +
  • RedisClusterOptions
  • @@ -36,14 +38,14 @@

    Properties

    @@ -51,45 +53,45 @@
    defaults?: Partial<RedisClusterClientOptions>
    +
  • Defined in packages/client/lib/cluster/index.ts:21
  • functions?: F
    +
  • Defined in packages/client/lib/commands/index.ts:86
  • maxCommandRedirections?: number
    +
  • Defined in packages/client/lib/cluster/index.ts:23
  • modules?: M
    +
  • Defined in packages/client/lib/commands/index.ts:85
  • nodeAddressMap?: NodeAddressMap
    +
  • Defined in packages/client/lib/cluster/index.ts:24
  • +
  • Defined in packages/client/lib/cluster/index.ts:20
  • scripts?: S
    +
  • Defined in packages/client/lib/commands/index.ts:87
  • useReplicas?: boolean
    +
  • Defined in packages/client/lib/cluster/index.ts:22
  • +
  • scripts?
  • +
  • useReplicas?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_cluster_cluster_slots.ClusterNode.html b/documentation/client/interfaces/lib_cluster_cluster_slots.ClusterNode.html index f5221638b0..14729d7baf 100644 --- a/documentation/client/interfaces/lib_cluster_cluster_slots.ClusterNode.html +++ b/documentation/client/interfaces/lib_cluster_cluster_slots.ClusterNode.html @@ -26,7 +26,9 @@

    Hierarchy

      -
    • ClusterNode
    +
  • ClusterNode
  • @@ -43,12 +45,12 @@
    client: RedisClientType<M, F, S>
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:18
  • id: string
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:17
  • -

    Returns any

    +

    Returns any

    +
  • transformReply?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands.RedisCommands.html b/documentation/client/interfaces/lib_commands.RedisCommands.html index 7fd8ed6eeb..d50b704dc0 100644 --- a/documentation/client/interfaces/lib_commands.RedisCommands.html +++ b/documentation/client/interfaces/lib_commands.RedisCommands.html @@ -20,7 +20,9 @@
  • RedisCommands
  • Indexable

    -
    [command: string]: RedisCommand
    +
    [command: string]: RedisCommand
    +
  • functions?
  • +
  • modules?
  • +
  • scripts?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands.RedisFunction.html b/documentation/client/interfaces/lib_commands.RedisFunction.html index 8247b4868d..6a9dff20e1 100644 --- a/documentation/client/interfaces/lib_commands.RedisFunction.html +++ b/documentation/client/interfaces/lib_commands.RedisFunction.html @@ -19,7 +19,9 @@ +
  • RedisFunction
  • @@ -27,14 +29,14 @@

    Properties

    @@ -43,25 +45,24 @@
    FIRST_KEY_INDEX?: number | ((...args: any[]) => undefined | RedisCommandArgument)
    +
  • Defined in packages/client/lib/commands/index.ts:12
  • IS_READ_ONLY?: boolean
    +
  • Defined in packages/client/lib/commands/index.ts:13
  • NUMBER_OF_KEYS?: number
    +
  • Defined in packages/client/lib/commands/index.ts:63
  • Methods

    -
      +
    • Parameters

      @@ -71,12 +72,13 @@
    • Rest ...args: any[]

    Returns RedisCommandArguments

    +

    Inherited from RedisCommand.transformArguments

    +
      -
    • transformReply(this: void, reply: any, preserved?: any): any
    -
      +
    • Parameters

      @@ -88,7 +90,9 @@
    • Optional preserved: any

    Returns any

    +

    Inherited from RedisCommand.transformReply

    + +
  • transformReply?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands.RedisFunctionLibrary.html b/documentation/client/interfaces/lib_commands.RedisFunctionLibrary.html index 59d581118e..3d048a51f1 100644 --- a/documentation/client/interfaces/lib_commands.RedisFunctionLibrary.html +++ b/documentation/client/interfaces/lib_commands.RedisFunctionLibrary.html @@ -20,7 +20,9 @@
  • RedisFunctionLibrary
  • Indexable

    -
    [fn: string]: RedisFunction
    +
    [fn: string]: RedisFunction
    +
  • Defined in packages/client/lib/commands/AUTH.ts:4
  • +
  • username?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_BITFIELD.BitFieldGetOperation.html b/documentation/client/interfaces/lib_commands_BITFIELD.BitFieldGetOperation.html index 942e3d6b46..33242efae9 100644 --- a/documentation/client/interfaces/lib_commands_BITFIELD.BitFieldGetOperation.html +++ b/documentation/client/interfaces/lib_commands_BITFIELD.BitFieldGetOperation.html @@ -19,7 +19,9 @@ +
  • BitFieldGetOperation
  • @@ -37,18 +39,18 @@
    encoding: `i${number}` | `u${number}`
    +
  • Defined in packages/client/lib/commands/BITFIELD.ts:10
  • offset: string | number
    +
  • Defined in packages/client/lib/commands/BITFIELD.ts:11
  • operation: "GET"
    +
  • Defined in packages/client/lib/commands/BITFIELD.ts:6
  • +
  • MAXLEN?
  • +
  • RANK?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_SCAN.ScanCommandOptions.html b/documentation/client/interfaces/lib_commands_SCAN.ScanCommandOptions.html index 879ae55f09..2f49569b84 100644 --- a/documentation/client/interfaces/lib_commands_SCAN.ScanCommandOptions.html +++ b/documentation/client/interfaces/lib_commands_SCAN.ScanCommandOptions.html @@ -19,7 +19,9 @@ +
  • ScanCommandOptions
  • @@ -27,9 +29,9 @@

    Properties

    -

    Properties

    @@ -38,18 +40,18 @@
    COUNT?: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:15
  • MATCH?: string
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:14
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:6
  • +
  • COUNT?
  • +
  • MATCH?
  • +
  • TYPE?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_SCAN.ScanReply.html b/documentation/client/interfaces/lib_commands_SCAN.ScanReply.html index f649c767be..577433b61d 100644 --- a/documentation/client/interfaces/lib_commands_SCAN.ScanReply.html +++ b/documentation/client/interfaces/lib_commands_SCAN.ScanReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • ScanReply
    +
  • ScanReply
  • @@ -34,12 +36,12 @@
    cursor: number
    +
  • Defined in packages/client/lib/commands/SCAN.ts:25
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:26
  • +
  • COUNT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_XCLAIM.XClaimOptions.html b/documentation/client/interfaces/lib_commands_XCLAIM.XClaimOptions.html index c51b23bc64..3dc68be607 100644 --- a/documentation/client/interfaces/lib_commands_XCLAIM.XClaimOptions.html +++ b/documentation/client/interfaces/lib_commands_XCLAIM.XClaimOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • XClaimOptions
    +
  • XClaimOptions
  • @@ -25,10 +27,10 @@

    Properties

    @@ -36,22 +38,22 @@
    FORCE?: true
    +
  • Defined in packages/client/lib/commands/XCLAIM.ts:10
  • IDLE?: number
    +
  • Defined in packages/client/lib/commands/XCLAIM.ts:7
  • RETRYCOUNT?: number
    +
  • Defined in packages/client/lib/commands/XCLAIM.ts:9
  • TIME?: number | Date
    +
  • Defined in packages/client/lib/commands/XCLAIM.ts:8
  • +
  • FORCE?
  • +
  • IDLE?
  • +
  • RETRYCOUNT?
  • +
  • TIME?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupOptions.html b/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupOptions.html index 879a16fc4c..a94f8ef52b 100644 --- a/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupOptions.html +++ b/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • XReadGroupOptions
    +
  • XReadGroupOptions
  • @@ -25,9 +27,9 @@

    Properties

    -

    Properties

    @@ -35,17 +37,17 @@
    BLOCK?: number
    +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:10
  • COUNT?: number
    +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:9
  • NOACK?: true
    +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:11
  • +
  • BLOCK?
  • +
  • COUNT?
  • +
  • NOACK?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupStream.html b/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupStream.html index e3e8505ecb..c2d363a04c 100644 --- a/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupStream.html +++ b/documentation/client/interfaces/lib_commands_XREADGROUP.XReadGroupStream.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • XReadGroupStream
    +
  • XReadGroupStream
  • @@ -34,12 +36,12 @@
    +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:5
  • +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:9
  • +
  • LIMIT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_ZRANGEBYSCORE.ZRangeByScoreOptions.html b/documentation/client/interfaces/lib_commands_ZRANGEBYSCORE.ZRangeByScoreOptions.html index 11314716fe..efdff05e31 100644 --- a/documentation/client/interfaces/lib_commands_ZRANGEBYSCORE.ZRangeByScoreOptions.html +++ b/documentation/client/interfaces/lib_commands_ZRANGEBYSCORE.ZRangeByScoreOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • ZRangeByScoreOptions
    +
  • ZRangeByScoreOptions
  • @@ -25,7 +27,7 @@

    Properties

    -

    Properties

    @@ -40,7 +42,7 @@
  • offset: number
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:9
  • +
  • LIMIT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.EvalOptions.html b/documentation/client/interfaces/lib_commands_generic_transformers.EvalOptions.html index 661d8f3ea2..3b332b8f7c 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.EvalOptions.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.EvalOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • EvalOptions
    +
  • EvalOptions
  • @@ -25,8 +27,8 @@

    Properties

    -

    Properties

    @@ -34,12 +36,12 @@
    arguments?: string[]
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:405
  • keys?: string[]
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:404
  • +
  • arguments?
  • +
  • keys?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.FunctionListItemReply.html b/documentation/client/interfaces/lib_commands_generic_transformers.FunctionListItemReply.html index a84954eb56..5c129e281a 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.FunctionListItemReply.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.FunctionListItemReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • FunctionListItemReply
    +
  • FunctionListItemReply
  • @@ -35,17 +37,17 @@
    engine: string
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:581
  • functions: { description: null | string; flags: RedisFunctionFlags[]; name: string }[]
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:582
  • libraryName: string
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:580
  • +
  • COUNT?
  • +
  • SORT?
  • +
  • STOREDIST?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.GeoReplyWithMember.html b/documentation/client/interfaces/lib_commands_generic_transformers.GeoReplyWithMember.html index 38dd40ab80..31bd1ca693 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.GeoReplyWithMember.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.GeoReplyWithMember.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • GeoReplyWithMember
    +
  • GeoReplyWithMember
  • @@ -25,9 +27,9 @@
    @@ -43,22 +45,22 @@
  • longitude: string
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:356
  • distance?: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:354
  • hash?: string
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:355
  • member: string
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:353
  • Generated using TypeDoc

    diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.GeoSearchOptions.html b/documentation/client/interfaces/lib_commands_generic_transformers.GeoSearchOptions.html index 9bcb9f1c62..58590795aa 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.GeoSearchOptions.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.GeoSearchOptions.html @@ -19,7 +19,9 @@ +
  • GeoRadiusStoreOptions
  • @@ -27,8 +29,8 @@

    Properties

    -

    Properties

    @@ -36,12 +38,12 @@
    COUNT?: GeoCountArgument
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:254
  • SORT?: "ASC" | "DESC"
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:253
  • +
  • COUNT?
  • +
  • SORT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.LMPopOptions.html b/documentation/client/interfaces/lib_commands_generic_transformers.LMPopOptions.html index 89937eede3..b3216972a0 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.LMPopOptions.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.LMPopOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • LMPopOptions
    +
  • LMPopOptions
  • @@ -25,7 +27,7 @@

    Properties

    -

    Properties

    @@ -33,7 +35,7 @@
    COUNT?: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:186
  • +
  • COUNT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.RangeReply.html b/documentation/client/interfaces/lib_commands_generic_transformers.RangeReply.html index d09531e30e..7b05535fe8 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.RangeReply.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.RangeReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • RangeReply
    +
  • RangeReply
  • @@ -34,12 +36,12 @@
    end: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:682
  • start: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:681
  • +
  • COUNT?
  • +
  • MATCH?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.SlotRange.html b/documentation/client/interfaces/lib_commands_generic_transformers.SlotRange.html index 1a0e615c20..6f0332dad7 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.SlotRange.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.SlotRange.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • SlotRange
    +
  • SlotRange
  • @@ -34,12 +36,12 @@
    end: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:647
  • start: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:646
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:603
  • +
  • ALPHA?
  • +
  • BY?
  • +
  • DIRECTION?
  • +
  • GET?
  • +
  • LIMIT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.StreamMessageReply.html b/documentation/client/interfaces/lib_commands_generic_transformers.StreamMessageReply.html index 033fdc8406..9e32051bb4 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.StreamMessageReply.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.StreamMessageReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • StreamMessageReply
    +
  • StreamMessageReply
  • @@ -34,12 +36,12 @@
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:91
  • message: Record<string, RedisCommandArgument>
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:92
  • +
  • COUNT?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands_generic_transformers.ZMember.html b/documentation/client/interfaces/lib_commands_generic_transformers.ZMember.html index 8116d1d8d2..9b61edca22 100644 --- a/documentation/client/interfaces/lib_commands_generic_transformers.ZMember.html +++ b/documentation/client/interfaces/lib_commands_generic_transformers.ZMember.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • ZMember
    +
  • ZMember
  • @@ -34,12 +36,12 @@
    score: number
    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:125
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:126
  • Returns any

    +

    Inherited from RedisCommand.transformReply

    + +
  • transformReply?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_lua_script.SHA1.html b/documentation/client/interfaces/lib_lua_script.SHA1.html index f58f70bda1..df2a88a9e1 100644 --- a/documentation/client/interfaces/lib_lua_script.SHA1.html +++ b/documentation/client/interfaces/lib_lua_script.SHA1.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • SHA1
    +
  • SHA1
  • @@ -33,7 +35,7 @@
    SHA1: string
    +
  • Defined in packages/client/lib/lua-script.ts:10
  • Returns any

    +
  • Defined in packages/client/lib/multi-command.ts:7
  • +
  • transformReply?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/modules.html b/documentation/client/modules.html index a9457e76a7..ec43a36ea1 100644 --- a/documentation/client/modules.html +++ b/documentation/client/modules.html @@ -9,7 +9,7 @@
    -

    @redis/client

    +

    @redis/client

    Index

    diff --git a/documentation/client/modules/index.html b/documentation/client/modules/index.html index dc6f5f8ac1..3d162aa99a 100644 --- a/documentation/client/modules/index.html +++ b/documentation/client/modules/index.html @@ -12,7 +12,11 @@ -

    Module index

    +

    Module index

    +
    +
    diff --git a/documentation/client/modules/lib_client.html b/documentation/client/modules/lib_client.html index 7406231ed0..1885e7942b 100644 --- a/documentation/client/modules/lib_client.html +++ b/documentation/client/modules/lib_client.html @@ -12,7 +12,11 @@ -

    Module lib/client

    +

    Module lib/client

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_RESP2_composers_buffer.html b/documentation/client/modules/lib_client_RESP2_composers_buffer.html index b38d9699c3..b6cde59ac2 100644 --- a/documentation/client/modules/lib_client_RESP2_composers_buffer.html +++ b/documentation/client/modules/lib_client_RESP2_composers_buffer.html @@ -12,7 +12,11 @@ -

    Module lib/client/RESP2/composers/buffer

    +

    Module lib/client/RESP2/composers/buffer

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_RESP2_composers_interface.html b/documentation/client/modules/lib_client_RESP2_composers_interface.html index 5cb876bc75..109bd02efc 100644 --- a/documentation/client/modules/lib_client_RESP2_composers_interface.html +++ b/documentation/client/modules/lib_client_RESP2_composers_interface.html @@ -12,7 +12,11 @@ -

    Module lib/client/RESP2/composers/interface

    +

    Module lib/client/RESP2/composers/interface

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_RESP2_composers_string.html b/documentation/client/modules/lib_client_RESP2_composers_string.html index cfeb5d589e..ec5edb15fa 100644 --- a/documentation/client/modules/lib_client_RESP2_composers_string.html +++ b/documentation/client/modules/lib_client_RESP2_composers_string.html @@ -12,7 +12,11 @@ -

    Module lib/client/RESP2/composers/string

    +

    Module lib/client/RESP2/composers/string

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_RESP2_decoder.html b/documentation/client/modules/lib_client_RESP2_decoder.html index 16d90c3593..227484be72 100644 --- a/documentation/client/modules/lib_client_RESP2_decoder.html +++ b/documentation/client/modules/lib_client_RESP2_decoder.html @@ -12,7 +12,11 @@ -

    Module lib/client/RESP2/decoder

    +

    Module lib/client/RESP2/decoder

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_RESP2_encoder.html b/documentation/client/modules/lib_client_RESP2_encoder.html index 1b3abf5cdd..1a83d11160 100644 --- a/documentation/client/modules/lib_client_RESP2_encoder.html +++ b/documentation/client/modules/lib_client_RESP2_encoder.html @@ -12,7 +12,11 @@ -

    Module lib/client/RESP2/encoder

    +

    Module lib/client/RESP2/encoder

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_commands.html b/documentation/client/modules/lib_client_commands.html index b5d42abda9..81e440632c 100644 --- a/documentation/client/modules/lib_client_commands.html +++ b/documentation/client/modules/lib_client_commands.html @@ -12,7 +12,11 @@ -

    Module lib/client/commands

    +

    Module lib/client/commands

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_commands_queue.html b/documentation/client/modules/lib_client_commands_queue.html index fa5c5fadd3..e2c4bc2771 100644 --- a/documentation/client/modules/lib_client_commands_queue.html +++ b/documentation/client/modules/lib_client_commands_queue.html @@ -12,7 +12,11 @@ -

    Module lib/client/commands-queue

    +

    Module lib/client/commands-queue

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_multi_command.html b/documentation/client/modules/lib_client_multi_command.html index 6076ee705f..549a9f22c7 100644 --- a/documentation/client/modules/lib_client_multi_command.html +++ b/documentation/client/modules/lib_client_multi_command.html @@ -12,7 +12,11 @@ -

    Module lib/client/multi-command

    +

    Module lib/client/multi-command

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_client_socket.html b/documentation/client/modules/lib_client_socket.html index 4d22b90724..9b39e459d6 100644 --- a/documentation/client/modules/lib_client_socket.html +++ b/documentation/client/modules/lib_client_socket.html @@ -12,7 +12,11 @@ -

    Module lib/client/socket

    +

    Module lib/client/socket

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_cluster.html b/documentation/client/modules/lib_cluster.html index b3c623d14c..c7c4a6490f 100644 --- a/documentation/client/modules/lib_cluster.html +++ b/documentation/client/modules/lib_cluster.html @@ -12,7 +12,11 @@ -

    Module lib/cluster

    +

    Module lib/cluster

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_cluster_cluster_slots.html b/documentation/client/modules/lib_cluster_cluster_slots.html index dbebda6ba7..8932887039 100644 --- a/documentation/client/modules/lib_cluster_cluster_slots.html +++ b/documentation/client/modules/lib_cluster_cluster_slots.html @@ -12,7 +12,11 @@ -

    Module lib/cluster/cluster-slots

    +

    Module lib/cluster/cluster-slots

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_cluster_commands.html b/documentation/client/modules/lib_cluster_commands.html index 3cf4162f2a..ea7fa3cac5 100644 --- a/documentation/client/modules/lib_cluster_commands.html +++ b/documentation/client/modules/lib_cluster_commands.html @@ -12,7 +12,11 @@ -

    Module lib/cluster/commands

    +

    Module lib/cluster/commands

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_cluster_multi_command.html b/documentation/client/modules/lib_cluster_multi_command.html index 88269ae573..d50363a21e 100644 --- a/documentation/client/modules/lib_cluster_multi_command.html +++ b/documentation/client/modules/lib_cluster_multi_command.html @@ -12,7 +12,11 @@ -

    Module lib/cluster/multi-command

    +

    Module lib/cluster/multi-command

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_command_options.html b/documentation/client/modules/lib_command_options.html index 44c1a13dfa..642bbcaa48 100644 --- a/documentation/client/modules/lib_command_options.html +++ b/documentation/client/modules/lib_command_options.html @@ -12,7 +12,11 @@ -

    Module lib/command-options

    +

    Module lib/command-options

    +
    +

    Index

    @@ -22,7 +26,7 @@

    Functions

    -

    Generated using TypeDoc

    diff --git a/documentation/client/modules/lib_commander.html b/documentation/client/modules/lib_commander.html index 27e54e0bb9..02e13e89ab 100644 --- a/documentation/client/modules/lib_commander.html +++ b/documentation/client/modules/lib_commander.html @@ -12,7 +12,11 @@ -

    Module lib/commander

    +

    Module lib/commander

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands.html b/documentation/client/modules/lib_commands.html index 4b7038b74c..42364c3e63 100644 --- a/documentation/client/modules/lib_commands.html +++ b/documentation/client/modules/lib_commands.html @@ -12,7 +12,11 @@ -

    Module lib/commands

    +

    Module lib/commands

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_CAT.html b/documentation/client/modules/lib_commands_ACL_CAT.html index bfd9a78958..468cd353dc 100644 --- a/documentation/client/modules/lib_commands_ACL_CAT.html +++ b/documentation/client/modules/lib_commands_ACL_CAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_CAT

    +

    Module lib/commands/ACL_CAT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_DELUSER.html b/documentation/client/modules/lib_commands_ACL_DELUSER.html index 85d4d11190..8c6bffde9e 100644 --- a/documentation/client/modules/lib_commands_ACL_DELUSER.html +++ b/documentation/client/modules/lib_commands_ACL_DELUSER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_DELUSER

    +

    Module lib/commands/ACL_DELUSER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_DRYRUN.html b/documentation/client/modules/lib_commands_ACL_DRYRUN.html index d43f08f142..757dbc5c89 100644 --- a/documentation/client/modules/lib_commands_ACL_DRYRUN.html +++ b/documentation/client/modules/lib_commands_ACL_DRYRUN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_DRYRUN

    +

    Module lib/commands/ACL_DRYRUN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_GENPASS.html b/documentation/client/modules/lib_commands_ACL_GENPASS.html index 2eba270f57..97d8b2bb87 100644 --- a/documentation/client/modules/lib_commands_ACL_GENPASS.html +++ b/documentation/client/modules/lib_commands_ACL_GENPASS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_GENPASS

    +

    Module lib/commands/ACL_GENPASS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_GETUSER.html b/documentation/client/modules/lib_commands_ACL_GETUSER.html index f7834b7229..ec30083165 100644 --- a/documentation/client/modules/lib_commands_ACL_GETUSER.html +++ b/documentation/client/modules/lib_commands_ACL_GETUSER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_GETUSER

    +

    Module lib/commands/ACL_GETUSER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_LIST.html b/documentation/client/modules/lib_commands_ACL_LIST.html index a90de2c051..8be2f4d133 100644 --- a/documentation/client/modules/lib_commands_ACL_LIST.html +++ b/documentation/client/modules/lib_commands_ACL_LIST.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_LIST

    +

    Module lib/commands/ACL_LIST

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_LOAD.html b/documentation/client/modules/lib_commands_ACL_LOAD.html index 97445e0f5d..ce5eca3b2f 100644 --- a/documentation/client/modules/lib_commands_ACL_LOAD.html +++ b/documentation/client/modules/lib_commands_ACL_LOAD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_LOAD

    +

    Module lib/commands/ACL_LOAD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_LOG.html b/documentation/client/modules/lib_commands_ACL_LOG.html index a40e39ceb6..cfe4d9a232 100644 --- a/documentation/client/modules/lib_commands_ACL_LOG.html +++ b/documentation/client/modules/lib_commands_ACL_LOG.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_LOG

    +

    Module lib/commands/ACL_LOG

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_LOG_RESET.html b/documentation/client/modules/lib_commands_ACL_LOG_RESET.html index ea0642f522..c47beaccd0 100644 --- a/documentation/client/modules/lib_commands_ACL_LOG_RESET.html +++ b/documentation/client/modules/lib_commands_ACL_LOG_RESET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_LOG_RESET

    +

    Module lib/commands/ACL_LOG_RESET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_SAVE.html b/documentation/client/modules/lib_commands_ACL_SAVE.html index ef21d1f5f3..d161938774 100644 --- a/documentation/client/modules/lib_commands_ACL_SAVE.html +++ b/documentation/client/modules/lib_commands_ACL_SAVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_SAVE

    +

    Module lib/commands/ACL_SAVE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_SETUSER.html b/documentation/client/modules/lib_commands_ACL_SETUSER.html index c529b606ec..7303491374 100644 --- a/documentation/client/modules/lib_commands_ACL_SETUSER.html +++ b/documentation/client/modules/lib_commands_ACL_SETUSER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_SETUSER

    +

    Module lib/commands/ACL_SETUSER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_USERS.html b/documentation/client/modules/lib_commands_ACL_USERS.html index 864d45258b..65da805c13 100644 --- a/documentation/client/modules/lib_commands_ACL_USERS.html +++ b/documentation/client/modules/lib_commands_ACL_USERS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_USERS

    +

    Module lib/commands/ACL_USERS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ACL_WHOAMI.html b/documentation/client/modules/lib_commands_ACL_WHOAMI.html index 793e3abdcb..3d5184aaa4 100644 --- a/documentation/client/modules/lib_commands_ACL_WHOAMI.html +++ b/documentation/client/modules/lib_commands_ACL_WHOAMI.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ACL_WHOAMI

    +

    Module lib/commands/ACL_WHOAMI

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_APPEND.html b/documentation/client/modules/lib_commands_APPEND.html index 8a92767598..0795c013a5 100644 --- a/documentation/client/modules/lib_commands_APPEND.html +++ b/documentation/client/modules/lib_commands_APPEND.html @@ -12,7 +12,11 @@ -

    Module lib/commands/APPEND

    +

    Module lib/commands/APPEND

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ASKING.html b/documentation/client/modules/lib_commands_ASKING.html index b583f3ef3e..dd63ced70b 100644 --- a/documentation/client/modules/lib_commands_ASKING.html +++ b/documentation/client/modules/lib_commands_ASKING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ASKING

    +

    Module lib/commands/ASKING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_AUTH.html b/documentation/client/modules/lib_commands_AUTH.html index 6d6697c4ac..5124c7c61f 100644 --- a/documentation/client/modules/lib_commands_AUTH.html +++ b/documentation/client/modules/lib_commands_AUTH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/AUTH

    +

    Module lib/commands/AUTH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BGREWRITEAOF.html b/documentation/client/modules/lib_commands_BGREWRITEAOF.html index 96351d9d44..b0984b7a36 100644 --- a/documentation/client/modules/lib_commands_BGREWRITEAOF.html +++ b/documentation/client/modules/lib_commands_BGREWRITEAOF.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BGREWRITEAOF

    +

    Module lib/commands/BGREWRITEAOF

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BGSAVE.html b/documentation/client/modules/lib_commands_BGSAVE.html index af57eedb31..864e125329 100644 --- a/documentation/client/modules/lib_commands_BGSAVE.html +++ b/documentation/client/modules/lib_commands_BGSAVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BGSAVE

    +

    Module lib/commands/BGSAVE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BITCOUNT.html b/documentation/client/modules/lib_commands_BITCOUNT.html index 7688b49949..e020c95cb2 100644 --- a/documentation/client/modules/lib_commands_BITCOUNT.html +++ b/documentation/client/modules/lib_commands_BITCOUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BITCOUNT

    +

    Module lib/commands/BITCOUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BITFIELD.html b/documentation/client/modules/lib_commands_BITFIELD.html index ea92814e53..cba5febc1b 100644 --- a/documentation/client/modules/lib_commands_BITFIELD.html +++ b/documentation/client/modules/lib_commands_BITFIELD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BITFIELD

    +

    Module lib/commands/BITFIELD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BITFIELD_RO.html b/documentation/client/modules/lib_commands_BITFIELD_RO.html index ef0ff952cc..0a159f1020 100644 --- a/documentation/client/modules/lib_commands_BITFIELD_RO.html +++ b/documentation/client/modules/lib_commands_BITFIELD_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BITFIELD_RO

    +

    Module lib/commands/BITFIELD_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BITOP.html b/documentation/client/modules/lib_commands_BITOP.html index d00746838b..a2f1d3f735 100644 --- a/documentation/client/modules/lib_commands_BITOP.html +++ b/documentation/client/modules/lib_commands_BITOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BITOP

    +

    Module lib/commands/BITOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BITPOS.html b/documentation/client/modules/lib_commands_BITPOS.html index a6a1a764ad..5ab97327fb 100644 --- a/documentation/client/modules/lib_commands_BITPOS.html +++ b/documentation/client/modules/lib_commands_BITPOS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BITPOS

    +

    Module lib/commands/BITPOS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BLMOVE.html b/documentation/client/modules/lib_commands_BLMOVE.html index 8d39e96770..25f5720c6d 100644 --- a/documentation/client/modules/lib_commands_BLMOVE.html +++ b/documentation/client/modules/lib_commands_BLMOVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BLMOVE

    +

    Module lib/commands/BLMOVE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BLMPOP.html b/documentation/client/modules/lib_commands_BLMPOP.html index d6feec33a3..1aa282a07f 100644 --- a/documentation/client/modules/lib_commands_BLMPOP.html +++ b/documentation/client/modules/lib_commands_BLMPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BLMPOP

    +

    Module lib/commands/BLMPOP

    +
    +
    diff --git a/documentation/client/modules/lib_commands_BLPOP.html b/documentation/client/modules/lib_commands_BLPOP.html index eb32332d53..998b5c9d17 100644 --- a/documentation/client/modules/lib_commands_BLPOP.html +++ b/documentation/client/modules/lib_commands_BLPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BLPOP

    +

    Module lib/commands/BLPOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BRPOP.html b/documentation/client/modules/lib_commands_BRPOP.html index 0b03a89f18..749b693ab1 100644 --- a/documentation/client/modules/lib_commands_BRPOP.html +++ b/documentation/client/modules/lib_commands_BRPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BRPOP

    +

    Module lib/commands/BRPOP

    +
    +
    diff --git a/documentation/client/modules/lib_commands_BRPOPLPUSH.html b/documentation/client/modules/lib_commands_BRPOPLPUSH.html index 969a54952c..eecad674e3 100644 --- a/documentation/client/modules/lib_commands_BRPOPLPUSH.html +++ b/documentation/client/modules/lib_commands_BRPOPLPUSH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BRPOPLPUSH

    +

    Module lib/commands/BRPOPLPUSH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BZMPOP.html b/documentation/client/modules/lib_commands_BZMPOP.html index 08f86d408a..af2c24bcd4 100644 --- a/documentation/client/modules/lib_commands_BZMPOP.html +++ b/documentation/client/modules/lib_commands_BZMPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BZMPOP

    +

    Module lib/commands/BZMPOP

    +
    +
    diff --git a/documentation/client/modules/lib_commands_BZPOPMAX.html b/documentation/client/modules/lib_commands_BZPOPMAX.html index c9c9b0ee6c..8e6336b8c3 100644 --- a/documentation/client/modules/lib_commands_BZPOPMAX.html +++ b/documentation/client/modules/lib_commands_BZPOPMAX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BZPOPMAX

    +

    Module lib/commands/BZPOPMAX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_BZPOPMIN.html b/documentation/client/modules/lib_commands_BZPOPMIN.html index 3bba5b6da6..cffe322162 100644 --- a/documentation/client/modules/lib_commands_BZPOPMIN.html +++ b/documentation/client/modules/lib_commands_BZPOPMIN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/BZPOPMIN

    +

    Module lib/commands/BZPOPMIN

    +
    +
    diff --git a/documentation/client/modules/lib_commands_CLIENT_CACHING.html b/documentation/client/modules/lib_commands_CLIENT_CACHING.html index 2f1b919b0c..e3b4647868 100644 --- a/documentation/client/modules/lib_commands_CLIENT_CACHING.html +++ b/documentation/client/modules/lib_commands_CLIENT_CACHING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_CACHING

    +

    Module lib/commands/CLIENT_CACHING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_GETNAME.html b/documentation/client/modules/lib_commands_CLIENT_GETNAME.html index a77f1f163e..4c8eed1a8d 100644 --- a/documentation/client/modules/lib_commands_CLIENT_GETNAME.html +++ b/documentation/client/modules/lib_commands_CLIENT_GETNAME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_GETNAME

    +

    Module lib/commands/CLIENT_GETNAME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html b/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html index 12778b5f82..5eea525ead 100644 --- a/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html +++ b/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_GETREDIR

    +

    Module lib/commands/CLIENT_GETREDIR

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_ID.html b/documentation/client/modules/lib_commands_CLIENT_ID.html index 34ba9f8e2c..aa0bf10e09 100644 --- a/documentation/client/modules/lib_commands_CLIENT_ID.html +++ b/documentation/client/modules/lib_commands_CLIENT_ID.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_ID

    +

    Module lib/commands/CLIENT_ID

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_INFO.html b/documentation/client/modules/lib_commands_CLIENT_INFO.html index eaeb00328d..0239e030ef 100644 --- a/documentation/client/modules/lib_commands_CLIENT_INFO.html +++ b/documentation/client/modules/lib_commands_CLIENT_INFO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_INFO

    +

    Module lib/commands/CLIENT_INFO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_KILL.html b/documentation/client/modules/lib_commands_CLIENT_KILL.html index bac1c59b05..6a7272743a 100644 --- a/documentation/client/modules/lib_commands_CLIENT_KILL.html +++ b/documentation/client/modules/lib_commands_CLIENT_KILL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_KILL

    +

    Module lib/commands/CLIENT_KILL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html b/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html index 45ef95689a..c43a20764c 100644 --- a/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html +++ b/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_NO-EVICT

    +

    Module lib/commands/CLIENT_NO-EVICT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_PAUSE.html b/documentation/client/modules/lib_commands_CLIENT_PAUSE.html index ea0c819b2a..2951f2986e 100644 --- a/documentation/client/modules/lib_commands_CLIENT_PAUSE.html +++ b/documentation/client/modules/lib_commands_CLIENT_PAUSE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_PAUSE

    +

    Module lib/commands/CLIENT_PAUSE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_SETNAME.html b/documentation/client/modules/lib_commands_CLIENT_SETNAME.html index 98d2fd8e29..935283360e 100644 --- a/documentation/client/modules/lib_commands_CLIENT_SETNAME.html +++ b/documentation/client/modules/lib_commands_CLIENT_SETNAME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_SETNAME

    +

    Module lib/commands/CLIENT_SETNAME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_TRACKING.html b/documentation/client/modules/lib_commands_CLIENT_TRACKING.html index 6543447f9d..8bd0140047 100644 --- a/documentation/client/modules/lib_commands_CLIENT_TRACKING.html +++ b/documentation/client/modules/lib_commands_CLIENT_TRACKING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_TRACKING

    +

    Module lib/commands/CLIENT_TRACKING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html b/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html index 9ca5eb91f1..e43fbd8254 100644 --- a/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html +++ b/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_TRACKINGINFO

    +

    Module lib/commands/CLIENT_TRACKINGINFO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html b/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html index 9a9a5fef00..8ec4e75c30 100644 --- a/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html +++ b/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLIENT_UNPAUSE

    +

    Module lib/commands/CLIENT_UNPAUSE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html index 137a1e3f00..6872ae712b 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_ADDSLOTS

    +

    Module lib/commands/CLUSTER_ADDSLOTS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html index 7ca7435a0d..cf5ad5fca0 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html +++ b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_ADDSLOTSRANGE

    +

    Module lib/commands/CLUSTER_ADDSLOTSRANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html b/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html index 37036c661d..8ac591074f 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html +++ b/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_BUMPEPOCH

    +

    Module lib/commands/CLUSTER_BUMPEPOCH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html index acd3875e38..97bf28ae1d 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_COUNTKEYSINSLOT

    +

    Module lib/commands/CLUSTER_COUNTKEYSINSLOT

    +
    +

    Index

    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 7c73d8da90..8298da7245 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_COUNT-FAILURE-REPORTS

    +

    Module lib/commands/CLUSTER_COUNT-FAILURE-REPORTS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html index 11d303af80..0773ef4e3c 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_DELSLOTS

    +

    Module lib/commands/CLUSTER_DELSLOTS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html index 3c11fe443b..ebe73e732e 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html +++ b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_DELSLOTSRANGE

    +

    Module lib/commands/CLUSTER_DELSLOTSRANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html b/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html index 172f58c42c..4234052e6c 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html +++ b/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_FAILOVER

    +

    Module lib/commands/CLUSTER_FAILOVER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html index 2db8a41126..a8e180c0a5 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_FLUSHSLOTS

    +

    Module lib/commands/CLUSTER_FLUSHSLOTS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_FORGET.html b/documentation/client/modules/lib_commands_CLUSTER_FORGET.html index cfd8d31657..d56c5f9ca8 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_FORGET.html +++ b/documentation/client/modules/lib_commands_CLUSTER_FORGET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_FORGET

    +

    Module lib/commands/CLUSTER_FORGET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html index ed231c7258..25ba5c238a 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_GETKEYSINSLOT

    +

    Module lib/commands/CLUSTER_GETKEYSINSLOT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_INFO.html b/documentation/client/modules/lib_commands_CLUSTER_INFO.html index 4fc8fb92cd..d6ccf6c858 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_INFO.html +++ b/documentation/client/modules/lib_commands_CLUSTER_INFO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_INFO

    +

    Module lib/commands/CLUSTER_INFO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html index d7d62a8b5d..7065c6cfa6 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_KEYSLOT

    +

    Module lib/commands/CLUSTER_KEYSLOT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_LINKS.html b/documentation/client/modules/lib_commands_CLUSTER_LINKS.html index 2856ee2310..f8653c6b4b 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_LINKS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_LINKS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_LINKS

    +

    Module lib/commands/CLUSTER_LINKS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_MEET.html b/documentation/client/modules/lib_commands_CLUSTER_MEET.html index 00499a5c74..9c33370fcd 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_MEET.html +++ b/documentation/client/modules/lib_commands_CLUSTER_MEET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_MEET

    +

    Module lib/commands/CLUSTER_MEET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_MYID.html b/documentation/client/modules/lib_commands_CLUSTER_MYID.html index 89295af678..43ca6292ed 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_MYID.html +++ b/documentation/client/modules/lib_commands_CLUSTER_MYID.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_MYID

    +

    Module lib/commands/CLUSTER_MYID

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_NODES.html b/documentation/client/modules/lib_commands_CLUSTER_NODES.html index e67ecab23e..3fcba68f87 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_NODES.html +++ b/documentation/client/modules/lib_commands_CLUSTER_NODES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_NODES

    +

    Module lib/commands/CLUSTER_NODES

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html b/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html index 79a96cfe5c..28bc0eaff5 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_REPLICAS

    +

    Module lib/commands/CLUSTER_REPLICAS

    +
    +
    diff --git a/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html b/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html index 3394159f72..ab66890a07 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html +++ b/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_REPLICATE

    +

    Module lib/commands/CLUSTER_REPLICATE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_RESET.html b/documentation/client/modules/lib_commands_CLUSTER_RESET.html index 4c0d289cec..35a4cd0602 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_RESET.html +++ b/documentation/client/modules/lib_commands_CLUSTER_RESET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_RESET

    +

    Module lib/commands/CLUSTER_RESET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html b/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html index d7f7ee6451..280b68b0fd 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_SAVECONFIG

    +

    Module lib/commands/CLUSTER_SAVECONFIG

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html index 816eace165..f0225cbc06 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_SETSLOT

    +

    Module lib/commands/CLUSTER_SETSLOT

    +
    +

    Index

    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 020ccf3c0a..9889375c56 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_SET-CONFIG-EPOCH

    +

    Module lib/commands/CLUSTER_SET-CONFIG-EPOCH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html index 4e5bde1a59..f4a2acc492 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CLUSTER_SLOTS

    +

    Module lib/commands/CLUSTER_SLOTS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COMMAND.html b/documentation/client/modules/lib_commands_COMMAND.html index 9fc176af00..c156c605cc 100644 --- a/documentation/client/modules/lib_commands_COMMAND.html +++ b/documentation/client/modules/lib_commands_COMMAND.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COMMAND

    +

    Module lib/commands/COMMAND

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COMMAND_COUNT.html b/documentation/client/modules/lib_commands_COMMAND_COUNT.html index af2d152655..8851e86d1a 100644 --- a/documentation/client/modules/lib_commands_COMMAND_COUNT.html +++ b/documentation/client/modules/lib_commands_COMMAND_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COMMAND_COUNT

    +

    Module lib/commands/COMMAND_COUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html b/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html index 9403b12391..cf13a0f956 100644 --- a/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html +++ b/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COMMAND_GETKEYS

    +

    Module lib/commands/COMMAND_GETKEYS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html b/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html index e9f75b2fe1..bf9c5752ef 100644 --- a/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html +++ b/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COMMAND_GETKEYSANDFLAGS

    +

    Module lib/commands/COMMAND_GETKEYSANDFLAGS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COMMAND_INFO.html b/documentation/client/modules/lib_commands_COMMAND_INFO.html index 2505d9bfb0..40c2762fd0 100644 --- a/documentation/client/modules/lib_commands_COMMAND_INFO.html +++ b/documentation/client/modules/lib_commands_COMMAND_INFO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COMMAND_INFO

    +

    Module lib/commands/COMMAND_INFO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COMMAND_LIST.html b/documentation/client/modules/lib_commands_COMMAND_LIST.html index 6c28147d7e..15047b2717 100644 --- a/documentation/client/modules/lib_commands_COMMAND_LIST.html +++ b/documentation/client/modules/lib_commands_COMMAND_LIST.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COMMAND_LIST

    +

    Module lib/commands/COMMAND_LIST

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CONFIG_GET.html b/documentation/client/modules/lib_commands_CONFIG_GET.html index 53e2524dd6..777ca35332 100644 --- a/documentation/client/modules/lib_commands_CONFIG_GET.html +++ b/documentation/client/modules/lib_commands_CONFIG_GET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CONFIG_GET

    +

    Module lib/commands/CONFIG_GET

    +
    +
    diff --git a/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html b/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html index 9604b8f704..50d678e7e9 100644 --- a/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html +++ b/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CONFIG_RESETSTAT

    +

    Module lib/commands/CONFIG_RESETSTAT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CONFIG_REWRITE.html b/documentation/client/modules/lib_commands_CONFIG_REWRITE.html index 91dec8203c..3c69fa3ead 100644 --- a/documentation/client/modules/lib_commands_CONFIG_REWRITE.html +++ b/documentation/client/modules/lib_commands_CONFIG_REWRITE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CONFIG_REWRITE

    +

    Module lib/commands/CONFIG_REWRITE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_CONFIG_SET.html b/documentation/client/modules/lib_commands_CONFIG_SET.html index 097d87d9c5..357162cc83 100644 --- a/documentation/client/modules/lib_commands_CONFIG_SET.html +++ b/documentation/client/modules/lib_commands_CONFIG_SET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/CONFIG_SET

    +

    Module lib/commands/CONFIG_SET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_COPY.html b/documentation/client/modules/lib_commands_COPY.html index be8e4c8806..730dc624e5 100644 --- a/documentation/client/modules/lib_commands_COPY.html +++ b/documentation/client/modules/lib_commands_COPY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/COPY

    +

    Module lib/commands/COPY

    +
    +
    diff --git a/documentation/client/modules/lib_commands_DBSIZE.html b/documentation/client/modules/lib_commands_DBSIZE.html index e570558976..1c6972695b 100644 --- a/documentation/client/modules/lib_commands_DBSIZE.html +++ b/documentation/client/modules/lib_commands_DBSIZE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/DBSIZE

    +

    Module lib/commands/DBSIZE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_DECR.html b/documentation/client/modules/lib_commands_DECR.html index a1a4f3ccad..543d895c5b 100644 --- a/documentation/client/modules/lib_commands_DECR.html +++ b/documentation/client/modules/lib_commands_DECR.html @@ -12,7 +12,11 @@ -

    Module lib/commands/DECR

    +

    Module lib/commands/DECR

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_DECRBY.html b/documentation/client/modules/lib_commands_DECRBY.html index d5d70750c3..44e96c371f 100644 --- a/documentation/client/modules/lib_commands_DECRBY.html +++ b/documentation/client/modules/lib_commands_DECRBY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/DECRBY

    +

    Module lib/commands/DECRBY

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_DEL.html b/documentation/client/modules/lib_commands_DEL.html index 249714eb88..b756239a71 100644 --- a/documentation/client/modules/lib_commands_DEL.html +++ b/documentation/client/modules/lib_commands_DEL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/DEL

    +

    Module lib/commands/DEL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_DISCARD.html b/documentation/client/modules/lib_commands_DISCARD.html index 7342fe5a13..907e196467 100644 --- a/documentation/client/modules/lib_commands_DISCARD.html +++ b/documentation/client/modules/lib_commands_DISCARD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/DISCARD

    +

    Module lib/commands/DISCARD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_DUMP.html b/documentation/client/modules/lib_commands_DUMP.html index 6cde84ecf4..42fe46b295 100644 --- a/documentation/client/modules/lib_commands_DUMP.html +++ b/documentation/client/modules/lib_commands_DUMP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/DUMP

    +

    Module lib/commands/DUMP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ECHO.html b/documentation/client/modules/lib_commands_ECHO.html index 4cf9e18372..0297053d4e 100644 --- a/documentation/client/modules/lib_commands_ECHO.html +++ b/documentation/client/modules/lib_commands_ECHO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ECHO

    +

    Module lib/commands/ECHO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_EVAL.html b/documentation/client/modules/lib_commands_EVAL.html index 09e17de43d..a507c4d872 100644 --- a/documentation/client/modules/lib_commands_EVAL.html +++ b/documentation/client/modules/lib_commands_EVAL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EVAL

    +

    Module lib/commands/EVAL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_EVALSHA.html b/documentation/client/modules/lib_commands_EVALSHA.html index 3365d92faf..f3e4ccce5c 100644 --- a/documentation/client/modules/lib_commands_EVALSHA.html +++ b/documentation/client/modules/lib_commands_EVALSHA.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EVALSHA

    +

    Module lib/commands/EVALSHA

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_EVALSHA_RO.html b/documentation/client/modules/lib_commands_EVALSHA_RO.html index 095bb9caac..ed6eaf882b 100644 --- a/documentation/client/modules/lib_commands_EVALSHA_RO.html +++ b/documentation/client/modules/lib_commands_EVALSHA_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EVALSHA_RO

    +

    Module lib/commands/EVALSHA_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_EVAL_RO.html b/documentation/client/modules/lib_commands_EVAL_RO.html index f5c6b6c66e..fd945f63f4 100644 --- a/documentation/client/modules/lib_commands_EVAL_RO.html +++ b/documentation/client/modules/lib_commands_EVAL_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EVAL_RO

    +

    Module lib/commands/EVAL_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_EXISTS.html b/documentation/client/modules/lib_commands_EXISTS.html index f89b57c2d6..306361dfd6 100644 --- a/documentation/client/modules/lib_commands_EXISTS.html +++ b/documentation/client/modules/lib_commands_EXISTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EXISTS

    +

    Module lib/commands/EXISTS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_EXPIRE.html b/documentation/client/modules/lib_commands_EXPIRE.html index 5993315b46..ef79f7e1e5 100644 --- a/documentation/client/modules/lib_commands_EXPIRE.html +++ b/documentation/client/modules/lib_commands_EXPIRE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EXPIRE

    +

    Module lib/commands/EXPIRE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_EXPIREAT.html b/documentation/client/modules/lib_commands_EXPIREAT.html index 118aa586bf..b0a77af9cc 100644 --- a/documentation/client/modules/lib_commands_EXPIREAT.html +++ b/documentation/client/modules/lib_commands_EXPIREAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EXPIREAT

    +

    Module lib/commands/EXPIREAT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_EXPIRETIME.html b/documentation/client/modules/lib_commands_EXPIRETIME.html index 99f60c9bb1..a2fee820ea 100644 --- a/documentation/client/modules/lib_commands_EXPIRETIME.html +++ b/documentation/client/modules/lib_commands_EXPIRETIME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/EXPIRETIME

    +

    Module lib/commands/EXPIRETIME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FAILOVER.html b/documentation/client/modules/lib_commands_FAILOVER.html index b01eb4c52f..377898149d 100644 --- a/documentation/client/modules/lib_commands_FAILOVER.html +++ b/documentation/client/modules/lib_commands_FAILOVER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FAILOVER

    +

    Module lib/commands/FAILOVER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FCALL.html b/documentation/client/modules/lib_commands_FCALL.html index c8896e489c..0ebe783094 100644 --- a/documentation/client/modules/lib_commands_FCALL.html +++ b/documentation/client/modules/lib_commands_FCALL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FCALL

    +

    Module lib/commands/FCALL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FCALL_RO.html b/documentation/client/modules/lib_commands_FCALL_RO.html index 50c0250f30..4db4b9b75a 100644 --- a/documentation/client/modules/lib_commands_FCALL_RO.html +++ b/documentation/client/modules/lib_commands_FCALL_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FCALL_RO

    +

    Module lib/commands/FCALL_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FLUSHALL.html b/documentation/client/modules/lib_commands_FLUSHALL.html index ea10256a94..1754a1bfcf 100644 --- a/documentation/client/modules/lib_commands_FLUSHALL.html +++ b/documentation/client/modules/lib_commands_FLUSHALL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FLUSHALL

    +

    Module lib/commands/FLUSHALL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FLUSHDB.html b/documentation/client/modules/lib_commands_FLUSHDB.html index 24184e0b85..fb0eca2fbc 100644 --- a/documentation/client/modules/lib_commands_FLUSHDB.html +++ b/documentation/client/modules/lib_commands_FLUSHDB.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FLUSHDB

    +

    Module lib/commands/FLUSHDB

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_DELETE.html b/documentation/client/modules/lib_commands_FUNCTION_DELETE.html index f26f1c3f12..15064ea243 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_DELETE.html +++ b/documentation/client/modules/lib_commands_FUNCTION_DELETE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_DELETE

    +

    Module lib/commands/FUNCTION_DELETE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_DUMP.html b/documentation/client/modules/lib_commands_FUNCTION_DUMP.html index 3dce8e40ff..21d2c7c002 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_DUMP.html +++ b/documentation/client/modules/lib_commands_FUNCTION_DUMP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_DUMP

    +

    Module lib/commands/FUNCTION_DUMP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html b/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html index eaca647cb7..765983599e 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html +++ b/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_FLUSH

    +

    Module lib/commands/FUNCTION_FLUSH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_KILL.html b/documentation/client/modules/lib_commands_FUNCTION_KILL.html index 4087eca128..77f3972a09 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_KILL.html +++ b/documentation/client/modules/lib_commands_FUNCTION_KILL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_KILL

    +

    Module lib/commands/FUNCTION_KILL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_LIST.html b/documentation/client/modules/lib_commands_FUNCTION_LIST.html index 5a07227824..ca47bdcb65 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_LIST.html +++ b/documentation/client/modules/lib_commands_FUNCTION_LIST.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_LIST

    +

    Module lib/commands/FUNCTION_LIST

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html b/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html index 4320aecff6..f2d93fff2c 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html +++ b/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_LIST_WITHCODE

    +

    Module lib/commands/FUNCTION_LIST_WITHCODE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_LOAD.html b/documentation/client/modules/lib_commands_FUNCTION_LOAD.html index 98bf25d17f..4c56d0a1da 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_LOAD.html +++ b/documentation/client/modules/lib_commands_FUNCTION_LOAD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_LOAD

    +

    Module lib/commands/FUNCTION_LOAD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html b/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html index 7c796b19d7..180885ec68 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html +++ b/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_RESTORE

    +

    Module lib/commands/FUNCTION_RESTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_FUNCTION_STATS.html b/documentation/client/modules/lib_commands_FUNCTION_STATS.html index 545244ef09..4a2e712661 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_STATS.html +++ b/documentation/client/modules/lib_commands_FUNCTION_STATS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/FUNCTION_STATS

    +

    Module lib/commands/FUNCTION_STATS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEOADD.html b/documentation/client/modules/lib_commands_GEOADD.html index 5e57d71e1f..3806823324 100644 --- a/documentation/client/modules/lib_commands_GEOADD.html +++ b/documentation/client/modules/lib_commands_GEOADD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEOADD

    +

    Module lib/commands/GEOADD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEODIST.html b/documentation/client/modules/lib_commands_GEODIST.html index e414bf9156..df81490628 100644 --- a/documentation/client/modules/lib_commands_GEODIST.html +++ b/documentation/client/modules/lib_commands_GEODIST.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEODIST

    +

    Module lib/commands/GEODIST

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEOHASH.html b/documentation/client/modules/lib_commands_GEOHASH.html index c9fb37e993..5e06d8c402 100644 --- a/documentation/client/modules/lib_commands_GEOHASH.html +++ b/documentation/client/modules/lib_commands_GEOHASH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEOHASH

    +

    Module lib/commands/GEOHASH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEOPOS.html b/documentation/client/modules/lib_commands_GEOPOS.html index cdc98cfa1b..7024afa041 100644 --- a/documentation/client/modules/lib_commands_GEOPOS.html +++ b/documentation/client/modules/lib_commands_GEOPOS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEOPOS

    +

    Module lib/commands/GEOPOS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEORADIUS.html b/documentation/client/modules/lib_commands_GEORADIUS.html index cce560a05c..cf109f49e6 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS.html +++ b/documentation/client/modules/lib_commands_GEORADIUS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUS

    +

    Module lib/commands/GEORADIUS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html index 26922e930e..6a0c731b57 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUSBYMEMBER

    +

    Module lib/commands/GEORADIUSBYMEMBER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html index 1f46bdc89a..cf2f5227a0 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUSBYMEMBERSTORE

    +

    Module lib/commands/GEORADIUSBYMEMBERSTORE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html index 91a0b7502a..5778128b36 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUSBYMEMBER_RO

    +

    Module lib/commands/GEORADIUSBYMEMBER_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html index 93f5e91f0a..9cd2440df6 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUSBYMEMBER_RO_WITH

    +

    Module lib/commands/GEORADIUSBYMEMBER_RO_WITH

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html index 5759fed43d..8a0b746da8 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUSBYMEMBER_WITH

    +

    Module lib/commands/GEORADIUSBYMEMBER_WITH

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEORADIUSSTORE.html b/documentation/client/modules/lib_commands_GEORADIUSSTORE.html index 4d0123b488..31dc01b6e6 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSSTORE.html +++ b/documentation/client/modules/lib_commands_GEORADIUSSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUSSTORE

    +

    Module lib/commands/GEORADIUSSTORE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEORADIUS_RO.html b/documentation/client/modules/lib_commands_GEORADIUS_RO.html index f82448561e..639027e78f 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS_RO.html +++ b/documentation/client/modules/lib_commands_GEORADIUS_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUS_RO

    +

    Module lib/commands/GEORADIUS_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html b/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html index 9386a3ddbc..3e9a155c16 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUS_RO_WITH

    +

    Module lib/commands/GEORADIUS_RO_WITH

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEORADIUS_WITH.html b/documentation/client/modules/lib_commands_GEORADIUS_WITH.html index 9e707c1de1..6eaa2d2716 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUS_WITH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEORADIUS_WITH

    +

    Module lib/commands/GEORADIUS_WITH

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEOSEARCH.html b/documentation/client/modules/lib_commands_GEOSEARCH.html index 3ec81a1fe6..2bdbd507b6 100644 --- a/documentation/client/modules/lib_commands_GEOSEARCH.html +++ b/documentation/client/modules/lib_commands_GEOSEARCH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEOSEARCH

    +

    Module lib/commands/GEOSEARCH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html b/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html index 46a8b9f81c..a61ef2fe56 100644 --- a/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html +++ b/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEOSEARCHSTORE

    +

    Module lib/commands/GEOSEARCHSTORE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html b/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html index d63a2c663b..47bf2bb5f7 100644 --- a/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html +++ b/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GEOSEARCH_WITH

    +

    Module lib/commands/GEOSEARCH_WITH

    +
    +
    diff --git a/documentation/client/modules/lib_commands_GET.html b/documentation/client/modules/lib_commands_GET.html index b96ee87ef3..a7ff6a66e9 100644 --- a/documentation/client/modules/lib_commands_GET.html +++ b/documentation/client/modules/lib_commands_GET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GET

    +

    Module lib/commands/GET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GETBIT.html b/documentation/client/modules/lib_commands_GETBIT.html index 2b8d8e35fe..ef578efb33 100644 --- a/documentation/client/modules/lib_commands_GETBIT.html +++ b/documentation/client/modules/lib_commands_GETBIT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GETBIT

    +

    Module lib/commands/GETBIT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GETDEL.html b/documentation/client/modules/lib_commands_GETDEL.html index c7c8c0ebe0..ba846d1683 100644 --- a/documentation/client/modules/lib_commands_GETDEL.html +++ b/documentation/client/modules/lib_commands_GETDEL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GETDEL

    +

    Module lib/commands/GETDEL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GETEX.html b/documentation/client/modules/lib_commands_GETEX.html index 42fad74fde..aba103c0c3 100644 --- a/documentation/client/modules/lib_commands_GETEX.html +++ b/documentation/client/modules/lib_commands_GETEX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GETEX

    +

    Module lib/commands/GETEX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GETRANGE.html b/documentation/client/modules/lib_commands_GETRANGE.html index 68baebc49a..caa1e5d3d7 100644 --- a/documentation/client/modules/lib_commands_GETRANGE.html +++ b/documentation/client/modules/lib_commands_GETRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GETRANGE

    +

    Module lib/commands/GETRANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_GETSET.html b/documentation/client/modules/lib_commands_GETSET.html index 47854c3aa6..6298afda06 100644 --- a/documentation/client/modules/lib_commands_GETSET.html +++ b/documentation/client/modules/lib_commands_GETSET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/GETSET

    +

    Module lib/commands/GETSET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HDEL.html b/documentation/client/modules/lib_commands_HDEL.html index 23162839f8..5e76186fb9 100644 --- a/documentation/client/modules/lib_commands_HDEL.html +++ b/documentation/client/modules/lib_commands_HDEL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HDEL

    +

    Module lib/commands/HDEL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HELLO.html b/documentation/client/modules/lib_commands_HELLO.html index 81583cfb8b..06cb06493c 100644 --- a/documentation/client/modules/lib_commands_HELLO.html +++ b/documentation/client/modules/lib_commands_HELLO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HELLO

    +

    Module lib/commands/HELLO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HEXISTS.html b/documentation/client/modules/lib_commands_HEXISTS.html index 3571bc91a6..fbbe11b5de 100644 --- a/documentation/client/modules/lib_commands_HEXISTS.html +++ b/documentation/client/modules/lib_commands_HEXISTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HEXISTS

    +

    Module lib/commands/HEXISTS

    +
    +
    diff --git a/documentation/client/modules/lib_commands_HGET.html b/documentation/client/modules/lib_commands_HGET.html index f1d93d1bc7..631f06cd21 100644 --- a/documentation/client/modules/lib_commands_HGET.html +++ b/documentation/client/modules/lib_commands_HGET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HGET

    +

    Module lib/commands/HGET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HGETALL.html b/documentation/client/modules/lib_commands_HGETALL.html index 188357b0ac..f0ae1f5840 100644 --- a/documentation/client/modules/lib_commands_HGETALL.html +++ b/documentation/client/modules/lib_commands_HGETALL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HGETALL

    +

    Module lib/commands/HGETALL

    +
    +
    diff --git a/documentation/client/modules/lib_commands_HINCRBY.html b/documentation/client/modules/lib_commands_HINCRBY.html index b85735c5e3..4f6291cb54 100644 --- a/documentation/client/modules/lib_commands_HINCRBY.html +++ b/documentation/client/modules/lib_commands_HINCRBY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HINCRBY

    +

    Module lib/commands/HINCRBY

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HINCRBYFLOAT.html b/documentation/client/modules/lib_commands_HINCRBYFLOAT.html index 105bc22ff7..3f38dcb058 100644 --- a/documentation/client/modules/lib_commands_HINCRBYFLOAT.html +++ b/documentation/client/modules/lib_commands_HINCRBYFLOAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HINCRBYFLOAT

    +

    Module lib/commands/HINCRBYFLOAT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HKEYS.html b/documentation/client/modules/lib_commands_HKEYS.html index 71104d1465..0617ce93c8 100644 --- a/documentation/client/modules/lib_commands_HKEYS.html +++ b/documentation/client/modules/lib_commands_HKEYS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HKEYS

    +

    Module lib/commands/HKEYS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HLEN.html b/documentation/client/modules/lib_commands_HLEN.html index 329675e36a..b3ef1c9a7c 100644 --- a/documentation/client/modules/lib_commands_HLEN.html +++ b/documentation/client/modules/lib_commands_HLEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HLEN

    +

    Module lib/commands/HLEN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HMGET.html b/documentation/client/modules/lib_commands_HMGET.html index 3cbad1d255..a61e21c266 100644 --- a/documentation/client/modules/lib_commands_HMGET.html +++ b/documentation/client/modules/lib_commands_HMGET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HMGET

    +

    Module lib/commands/HMGET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HRANDFIELD.html b/documentation/client/modules/lib_commands_HRANDFIELD.html index ef81571ecd..577ed4be86 100644 --- a/documentation/client/modules/lib_commands_HRANDFIELD.html +++ b/documentation/client/modules/lib_commands_HRANDFIELD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HRANDFIELD

    +

    Module lib/commands/HRANDFIELD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html index 9c88e5237f..0d8ae4e17f 100644 --- a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html +++ b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HRANDFIELD_COUNT

    +

    Module lib/commands/HRANDFIELD_COUNT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html index ce840c7c89..9694372c08 100644 --- a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html +++ b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HRANDFIELD_COUNT_WITHVALUES

    +

    Module lib/commands/HRANDFIELD_COUNT_WITHVALUES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_HSCAN.html b/documentation/client/modules/lib_commands_HSCAN.html index abdfc3caf7..92a0ef61e3 100644 --- a/documentation/client/modules/lib_commands_HSCAN.html +++ b/documentation/client/modules/lib_commands_HSCAN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HSCAN

    +

    Module lib/commands/HSCAN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HSET.html b/documentation/client/modules/lib_commands_HSET.html index 46d072f95b..99a3be088d 100644 --- a/documentation/client/modules/lib_commands_HSET.html +++ b/documentation/client/modules/lib_commands_HSET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HSET

    +

    Module lib/commands/HSET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HSETNX.html b/documentation/client/modules/lib_commands_HSETNX.html index 747fac7335..13b83257b7 100644 --- a/documentation/client/modules/lib_commands_HSETNX.html +++ b/documentation/client/modules/lib_commands_HSETNX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HSETNX

    +

    Module lib/commands/HSETNX

    +
    +
    diff --git a/documentation/client/modules/lib_commands_HSTRLEN.html b/documentation/client/modules/lib_commands_HSTRLEN.html index 9bc4810da4..7781162a3d 100644 --- a/documentation/client/modules/lib_commands_HSTRLEN.html +++ b/documentation/client/modules/lib_commands_HSTRLEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HSTRLEN

    +

    Module lib/commands/HSTRLEN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_HVALS.html b/documentation/client/modules/lib_commands_HVALS.html index 59e2f08f31..22d357ad30 100644 --- a/documentation/client/modules/lib_commands_HVALS.html +++ b/documentation/client/modules/lib_commands_HVALS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/HVALS

    +

    Module lib/commands/HVALS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_INCR.html b/documentation/client/modules/lib_commands_INCR.html index 5c855e9462..6aa59aacc0 100644 --- a/documentation/client/modules/lib_commands_INCR.html +++ b/documentation/client/modules/lib_commands_INCR.html @@ -12,7 +12,11 @@ -

    Module lib/commands/INCR

    +

    Module lib/commands/INCR

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_INCRBY.html b/documentation/client/modules/lib_commands_INCRBY.html index d4187ee087..c283aadadc 100644 --- a/documentation/client/modules/lib_commands_INCRBY.html +++ b/documentation/client/modules/lib_commands_INCRBY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/INCRBY

    +

    Module lib/commands/INCRBY

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_INCRBYFLOAT.html b/documentation/client/modules/lib_commands_INCRBYFLOAT.html index fbe5cb9188..afedf9ded1 100644 --- a/documentation/client/modules/lib_commands_INCRBYFLOAT.html +++ b/documentation/client/modules/lib_commands_INCRBYFLOAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/INCRBYFLOAT

    +

    Module lib/commands/INCRBYFLOAT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_INFO.html b/documentation/client/modules/lib_commands_INFO.html index 6476d343eb..13bdb6a336 100644 --- a/documentation/client/modules/lib_commands_INFO.html +++ b/documentation/client/modules/lib_commands_INFO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/INFO

    +

    Module lib/commands/INFO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_KEYS.html b/documentation/client/modules/lib_commands_KEYS.html index 3a5a85ab98..05dc2eb003 100644 --- a/documentation/client/modules/lib_commands_KEYS.html +++ b/documentation/client/modules/lib_commands_KEYS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/KEYS

    +

    Module lib/commands/KEYS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LASTSAVE.html b/documentation/client/modules/lib_commands_LASTSAVE.html index 431b18e934..e2f7ff4236 100644 --- a/documentation/client/modules/lib_commands_LASTSAVE.html +++ b/documentation/client/modules/lib_commands_LASTSAVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LASTSAVE

    +

    Module lib/commands/LASTSAVE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html b/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html index e7ad343245..7eef290a0f 100644 --- a/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html +++ b/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LATENCY_DOCTOR

    +

    Module lib/commands/LATENCY_DOCTOR

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LCS.html b/documentation/client/modules/lib_commands_LCS.html index e78e9f24a0..1aeb70580b 100644 --- a/documentation/client/modules/lib_commands_LCS.html +++ b/documentation/client/modules/lib_commands_LCS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LCS

    +

    Module lib/commands/LCS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LCS_IDX.html b/documentation/client/modules/lib_commands_LCS_IDX.html index 5c9544433d..cffb8d7eeb 100644 --- a/documentation/client/modules/lib_commands_LCS_IDX.html +++ b/documentation/client/modules/lib_commands_LCS_IDX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LCS_IDX

    +

    Module lib/commands/LCS_IDX

    +
    +
    diff --git a/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html b/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html index 4633ad34c3..e85415f0f0 100644 --- a/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html +++ b/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LCS_IDX_WITHMATCHLEN

    +

    Module lib/commands/LCS_IDX_WITHMATCHLEN

    +
    +
    diff --git a/documentation/client/modules/lib_commands_LCS_LEN.html b/documentation/client/modules/lib_commands_LCS_LEN.html index 39014414f6..2daaad076c 100644 --- a/documentation/client/modules/lib_commands_LCS_LEN.html +++ b/documentation/client/modules/lib_commands_LCS_LEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LCS_LEN

    +

    Module lib/commands/LCS_LEN

    +
    +
    diff --git a/documentation/client/modules/lib_commands_LINDEX.html b/documentation/client/modules/lib_commands_LINDEX.html index 49c02f0e12..533f0073c2 100644 --- a/documentation/client/modules/lib_commands_LINDEX.html +++ b/documentation/client/modules/lib_commands_LINDEX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LINDEX

    +

    Module lib/commands/LINDEX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LINSERT.html b/documentation/client/modules/lib_commands_LINSERT.html index 3f2f37711e..926fcd48fa 100644 --- a/documentation/client/modules/lib_commands_LINSERT.html +++ b/documentation/client/modules/lib_commands_LINSERT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LINSERT

    +

    Module lib/commands/LINSERT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LLEN.html b/documentation/client/modules/lib_commands_LLEN.html index adb8bf7d48..fc8a6076d9 100644 --- a/documentation/client/modules/lib_commands_LLEN.html +++ b/documentation/client/modules/lib_commands_LLEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LLEN

    +

    Module lib/commands/LLEN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LMOVE.html b/documentation/client/modules/lib_commands_LMOVE.html index 22bcd80b56..28f0c85718 100644 --- a/documentation/client/modules/lib_commands_LMOVE.html +++ b/documentation/client/modules/lib_commands_LMOVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LMOVE

    +

    Module lib/commands/LMOVE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LMPOP.html b/documentation/client/modules/lib_commands_LMPOP.html index 5e7d9c5d3f..3204180294 100644 --- a/documentation/client/modules/lib_commands_LMPOP.html +++ b/documentation/client/modules/lib_commands_LMPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LMPOP

    +

    Module lib/commands/LMPOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LOLWUT.html b/documentation/client/modules/lib_commands_LOLWUT.html index dbd0de4b3a..1c15f799ff 100644 --- a/documentation/client/modules/lib_commands_LOLWUT.html +++ b/documentation/client/modules/lib_commands_LOLWUT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LOLWUT

    +

    Module lib/commands/LOLWUT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LPOP.html b/documentation/client/modules/lib_commands_LPOP.html index bf09efbd5f..ea6575870e 100644 --- a/documentation/client/modules/lib_commands_LPOP.html +++ b/documentation/client/modules/lib_commands_LPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LPOP

    +

    Module lib/commands/LPOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LPOP_COUNT.html b/documentation/client/modules/lib_commands_LPOP_COUNT.html index 8f77d77067..719b574b95 100644 --- a/documentation/client/modules/lib_commands_LPOP_COUNT.html +++ b/documentation/client/modules/lib_commands_LPOP_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LPOP_COUNT

    +

    Module lib/commands/LPOP_COUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LPOS.html b/documentation/client/modules/lib_commands_LPOS.html index 8e38ac899d..7be7f0c6b4 100644 --- a/documentation/client/modules/lib_commands_LPOS.html +++ b/documentation/client/modules/lib_commands_LPOS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LPOS

    +

    Module lib/commands/LPOS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LPOS_COUNT.html b/documentation/client/modules/lib_commands_LPOS_COUNT.html index 2f2b50b2fd..c0186cb107 100644 --- a/documentation/client/modules/lib_commands_LPOS_COUNT.html +++ b/documentation/client/modules/lib_commands_LPOS_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LPOS_COUNT

    +

    Module lib/commands/LPOS_COUNT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_LPUSH.html b/documentation/client/modules/lib_commands_LPUSH.html index f8be1761e1..4aaf72fdd7 100644 --- a/documentation/client/modules/lib_commands_LPUSH.html +++ b/documentation/client/modules/lib_commands_LPUSH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LPUSH

    +

    Module lib/commands/LPUSH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LPUSHX.html b/documentation/client/modules/lib_commands_LPUSHX.html index ddf75b3255..d10e9d1a37 100644 --- a/documentation/client/modules/lib_commands_LPUSHX.html +++ b/documentation/client/modules/lib_commands_LPUSHX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LPUSHX

    +

    Module lib/commands/LPUSHX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LRANGE.html b/documentation/client/modules/lib_commands_LRANGE.html index 6b5a7b0293..639639c03d 100644 --- a/documentation/client/modules/lib_commands_LRANGE.html +++ b/documentation/client/modules/lib_commands_LRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LRANGE

    +

    Module lib/commands/LRANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LREM.html b/documentation/client/modules/lib_commands_LREM.html index 41b64d63e0..48106a8e6c 100644 --- a/documentation/client/modules/lib_commands_LREM.html +++ b/documentation/client/modules/lib_commands_LREM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LREM

    +

    Module lib/commands/LREM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LSET.html b/documentation/client/modules/lib_commands_LSET.html index 8f6078eacd..1c922f4ae9 100644 --- a/documentation/client/modules/lib_commands_LSET.html +++ b/documentation/client/modules/lib_commands_LSET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LSET

    +

    Module lib/commands/LSET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_LTRIM.html b/documentation/client/modules/lib_commands_LTRIM.html index 5b96aa24ce..18a9b78e45 100644 --- a/documentation/client/modules/lib_commands_LTRIM.html +++ b/documentation/client/modules/lib_commands_LTRIM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/LTRIM

    +

    Module lib/commands/LTRIM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html b/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html index 2bc8c84cc5..58aa78b6ab 100644 --- a/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html +++ b/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MEMORY_DOCTOR

    +

    Module lib/commands/MEMORY_DOCTOR

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html b/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html index fae8bbfbbd..a2883aef2c 100644 --- a/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html +++ b/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MEMORY_MALLOC-STATS

    +

    Module lib/commands/MEMORY_MALLOC-STATS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MEMORY_PURGE.html b/documentation/client/modules/lib_commands_MEMORY_PURGE.html index 892a003bba..0eb71b1dbd 100644 --- a/documentation/client/modules/lib_commands_MEMORY_PURGE.html +++ b/documentation/client/modules/lib_commands_MEMORY_PURGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MEMORY_PURGE

    +

    Module lib/commands/MEMORY_PURGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MEMORY_STATS.html b/documentation/client/modules/lib_commands_MEMORY_STATS.html index a053c42ba7..e8241c0569 100644 --- a/documentation/client/modules/lib_commands_MEMORY_STATS.html +++ b/documentation/client/modules/lib_commands_MEMORY_STATS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MEMORY_STATS

    +

    Module lib/commands/MEMORY_STATS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MEMORY_USAGE.html b/documentation/client/modules/lib_commands_MEMORY_USAGE.html index f1eb05a4fe..4d28167d30 100644 --- a/documentation/client/modules/lib_commands_MEMORY_USAGE.html +++ b/documentation/client/modules/lib_commands_MEMORY_USAGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MEMORY_USAGE

    +

    Module lib/commands/MEMORY_USAGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MGET.html b/documentation/client/modules/lib_commands_MGET.html index bacf492247..bc392491cd 100644 --- a/documentation/client/modules/lib_commands_MGET.html +++ b/documentation/client/modules/lib_commands_MGET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MGET

    +

    Module lib/commands/MGET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MIGRATE.html b/documentation/client/modules/lib_commands_MIGRATE.html index 84899984c0..f630d8e7ea 100644 --- a/documentation/client/modules/lib_commands_MIGRATE.html +++ b/documentation/client/modules/lib_commands_MIGRATE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MIGRATE

    +

    Module lib/commands/MIGRATE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MODULE_LIST.html b/documentation/client/modules/lib_commands_MODULE_LIST.html index 9984b7b416..d915d1b667 100644 --- a/documentation/client/modules/lib_commands_MODULE_LIST.html +++ b/documentation/client/modules/lib_commands_MODULE_LIST.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MODULE_LIST

    +

    Module lib/commands/MODULE_LIST

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MODULE_LOAD.html b/documentation/client/modules/lib_commands_MODULE_LOAD.html index 4da068ce0a..835329ce0b 100644 --- a/documentation/client/modules/lib_commands_MODULE_LOAD.html +++ b/documentation/client/modules/lib_commands_MODULE_LOAD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MODULE_LOAD

    +

    Module lib/commands/MODULE_LOAD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MODULE_UNLOAD.html b/documentation/client/modules/lib_commands_MODULE_UNLOAD.html index 192accaf91..c50acb8248 100644 --- a/documentation/client/modules/lib_commands_MODULE_UNLOAD.html +++ b/documentation/client/modules/lib_commands_MODULE_UNLOAD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MODULE_UNLOAD

    +

    Module lib/commands/MODULE_UNLOAD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MOVE.html b/documentation/client/modules/lib_commands_MOVE.html index bc304673b1..4fc6189c7e 100644 --- a/documentation/client/modules/lib_commands_MOVE.html +++ b/documentation/client/modules/lib_commands_MOVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MOVE

    +

    Module lib/commands/MOVE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_MSET.html b/documentation/client/modules/lib_commands_MSET.html index 4fe1d8024b..e9b1645165 100644 --- a/documentation/client/modules/lib_commands_MSET.html +++ b/documentation/client/modules/lib_commands_MSET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MSET

    +

    Module lib/commands/MSET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_MSETNX.html b/documentation/client/modules/lib_commands_MSETNX.html index 6735e24230..b3efe8e534 100644 --- a/documentation/client/modules/lib_commands_MSETNX.html +++ b/documentation/client/modules/lib_commands_MSETNX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/MSETNX

    +

    Module lib/commands/MSETNX

    +
    +
    diff --git a/documentation/client/modules/lib_commands_OBJECT_ENCODING.html b/documentation/client/modules/lib_commands_OBJECT_ENCODING.html index 2e81c772af..97b9104203 100644 --- a/documentation/client/modules/lib_commands_OBJECT_ENCODING.html +++ b/documentation/client/modules/lib_commands_OBJECT_ENCODING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/OBJECT_ENCODING

    +

    Module lib/commands/OBJECT_ENCODING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_OBJECT_FREQ.html b/documentation/client/modules/lib_commands_OBJECT_FREQ.html index 17b9dd7939..b3c81a82db 100644 --- a/documentation/client/modules/lib_commands_OBJECT_FREQ.html +++ b/documentation/client/modules/lib_commands_OBJECT_FREQ.html @@ -12,7 +12,11 @@ -

    Module lib/commands/OBJECT_FREQ

    +

    Module lib/commands/OBJECT_FREQ

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html b/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html index 412919ef8a..84e9919acf 100644 --- a/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html +++ b/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/OBJECT_IDLETIME

    +

    Module lib/commands/OBJECT_IDLETIME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html b/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html index 9c5350bd9f..d8b8233412 100644 --- a/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html +++ b/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/OBJECT_REFCOUNT

    +

    Module lib/commands/OBJECT_REFCOUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PERSIST.html b/documentation/client/modules/lib_commands_PERSIST.html index be4f9b1f09..9155201f07 100644 --- a/documentation/client/modules/lib_commands_PERSIST.html +++ b/documentation/client/modules/lib_commands_PERSIST.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PERSIST

    +

    Module lib/commands/PERSIST

    +
    +
    diff --git a/documentation/client/modules/lib_commands_PEXPIRE.html b/documentation/client/modules/lib_commands_PEXPIRE.html index 12d70483c7..350196eda2 100644 --- a/documentation/client/modules/lib_commands_PEXPIRE.html +++ b/documentation/client/modules/lib_commands_PEXPIRE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PEXPIRE

    +

    Module lib/commands/PEXPIRE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_PEXPIREAT.html b/documentation/client/modules/lib_commands_PEXPIREAT.html index 6dd2d052b7..f579fbe8eb 100644 --- a/documentation/client/modules/lib_commands_PEXPIREAT.html +++ b/documentation/client/modules/lib_commands_PEXPIREAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PEXPIREAT

    +

    Module lib/commands/PEXPIREAT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_PEXPIRETIME.html b/documentation/client/modules/lib_commands_PEXPIRETIME.html index 8660324549..e237251afd 100644 --- a/documentation/client/modules/lib_commands_PEXPIRETIME.html +++ b/documentation/client/modules/lib_commands_PEXPIRETIME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PEXPIRETIME

    +

    Module lib/commands/PEXPIRETIME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PFADD.html b/documentation/client/modules/lib_commands_PFADD.html index 8a9781e005..afe416e4aa 100644 --- a/documentation/client/modules/lib_commands_PFADD.html +++ b/documentation/client/modules/lib_commands_PFADD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PFADD

    +

    Module lib/commands/PFADD

    +
    +
    diff --git a/documentation/client/modules/lib_commands_PFCOUNT.html b/documentation/client/modules/lib_commands_PFCOUNT.html index b6d6d4a286..277656a91b 100644 --- a/documentation/client/modules/lib_commands_PFCOUNT.html +++ b/documentation/client/modules/lib_commands_PFCOUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PFCOUNT

    +

    Module lib/commands/PFCOUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PFMERGE.html b/documentation/client/modules/lib_commands_PFMERGE.html index e31a323348..d25e4c30b0 100644 --- a/documentation/client/modules/lib_commands_PFMERGE.html +++ b/documentation/client/modules/lib_commands_PFMERGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PFMERGE

    +

    Module lib/commands/PFMERGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PING.html b/documentation/client/modules/lib_commands_PING.html index 671337181f..b2f6e20a86 100644 --- a/documentation/client/modules/lib_commands_PING.html +++ b/documentation/client/modules/lib_commands_PING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PING

    +

    Module lib/commands/PING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PSETEX.html b/documentation/client/modules/lib_commands_PSETEX.html index 6b7d7026cb..553229fc62 100644 --- a/documentation/client/modules/lib_commands_PSETEX.html +++ b/documentation/client/modules/lib_commands_PSETEX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PSETEX

    +

    Module lib/commands/PSETEX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PTTL.html b/documentation/client/modules/lib_commands_PTTL.html index d6a33bd141..06bb7be237 100644 --- a/documentation/client/modules/lib_commands_PTTL.html +++ b/documentation/client/modules/lib_commands_PTTL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PTTL

    +

    Module lib/commands/PTTL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PUBLISH.html b/documentation/client/modules/lib_commands_PUBLISH.html index 9621cec4a3..0eb8caea65 100644 --- a/documentation/client/modules/lib_commands_PUBLISH.html +++ b/documentation/client/modules/lib_commands_PUBLISH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PUBLISH

    +

    Module lib/commands/PUBLISH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html b/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html index c5eab0e2fe..55ab2d1fcb 100644 --- a/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html +++ b/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PUBSUB_CHANNELS

    +

    Module lib/commands/PUBSUB_CHANNELS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html b/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html index 84da3df0d0..c043fdab5c 100644 --- a/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html +++ b/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PUBSUB_NUMPAT

    +

    Module lib/commands/PUBSUB_NUMPAT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html b/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html index 4598a4ecc7..b6b5606004 100644 --- a/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html +++ b/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html @@ -12,7 +12,11 @@ -

    Module lib/commands/PUBSUB_NUMSUB

    +

    Module lib/commands/PUBSUB_NUMSUB

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RANDOMKEY.html b/documentation/client/modules/lib_commands_RANDOMKEY.html index 703538094d..b8010c2266 100644 --- a/documentation/client/modules/lib_commands_RANDOMKEY.html +++ b/documentation/client/modules/lib_commands_RANDOMKEY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RANDOMKEY

    +

    Module lib/commands/RANDOMKEY

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_READONLY.html b/documentation/client/modules/lib_commands_READONLY.html index 3a51a8ce78..41b8f4b74e 100644 --- a/documentation/client/modules/lib_commands_READONLY.html +++ b/documentation/client/modules/lib_commands_READONLY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/READONLY

    +

    Module lib/commands/READONLY

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_READWRITE.html b/documentation/client/modules/lib_commands_READWRITE.html index 053ded9603..a1c8566c7c 100644 --- a/documentation/client/modules/lib_commands_READWRITE.html +++ b/documentation/client/modules/lib_commands_READWRITE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/READWRITE

    +

    Module lib/commands/READWRITE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RENAME.html b/documentation/client/modules/lib_commands_RENAME.html index 26448c3dfc..d022bf7d2b 100644 --- a/documentation/client/modules/lib_commands_RENAME.html +++ b/documentation/client/modules/lib_commands_RENAME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RENAME

    +

    Module lib/commands/RENAME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RENAMENX.html b/documentation/client/modules/lib_commands_RENAMENX.html index 5a1d080fa7..bab1cb7c1d 100644 --- a/documentation/client/modules/lib_commands_RENAMENX.html +++ b/documentation/client/modules/lib_commands_RENAMENX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RENAMENX

    +

    Module lib/commands/RENAMENX

    +
    +
    diff --git a/documentation/client/modules/lib_commands_REPLICAOF.html b/documentation/client/modules/lib_commands_REPLICAOF.html index 77cc26b2b7..f718fffa1c 100644 --- a/documentation/client/modules/lib_commands_REPLICAOF.html +++ b/documentation/client/modules/lib_commands_REPLICAOF.html @@ -12,7 +12,11 @@ -

    Module lib/commands/REPLICAOF

    +

    Module lib/commands/REPLICAOF

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RESTORE_ASKING.html b/documentation/client/modules/lib_commands_RESTORE_ASKING.html index a1a5904bed..e3b29a3ae3 100644 --- a/documentation/client/modules/lib_commands_RESTORE_ASKING.html +++ b/documentation/client/modules/lib_commands_RESTORE_ASKING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RESTORE-ASKING

    +

    Module lib/commands/RESTORE-ASKING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ROLE.html b/documentation/client/modules/lib_commands_ROLE.html index 4c52cabb07..043751aee2 100644 --- a/documentation/client/modules/lib_commands_ROLE.html +++ b/documentation/client/modules/lib_commands_ROLE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ROLE

    +

    Module lib/commands/ROLE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RPOP.html b/documentation/client/modules/lib_commands_RPOP.html index 94e7688e7c..2952e8a606 100644 --- a/documentation/client/modules/lib_commands_RPOP.html +++ b/documentation/client/modules/lib_commands_RPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RPOP

    +

    Module lib/commands/RPOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RPOPLPUSH.html b/documentation/client/modules/lib_commands_RPOPLPUSH.html index 3c527e9120..4ce75b2ee0 100644 --- a/documentation/client/modules/lib_commands_RPOPLPUSH.html +++ b/documentation/client/modules/lib_commands_RPOPLPUSH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RPOPLPUSH

    +

    Module lib/commands/RPOPLPUSH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RPOP_COUNT.html b/documentation/client/modules/lib_commands_RPOP_COUNT.html index 19b559a315..796c0de7c1 100644 --- a/documentation/client/modules/lib_commands_RPOP_COUNT.html +++ b/documentation/client/modules/lib_commands_RPOP_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RPOP_COUNT

    +

    Module lib/commands/RPOP_COUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RPUSH.html b/documentation/client/modules/lib_commands_RPUSH.html index fa45fc42d9..de0bdb14b3 100644 --- a/documentation/client/modules/lib_commands_RPUSH.html +++ b/documentation/client/modules/lib_commands_RPUSH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RPUSH

    +

    Module lib/commands/RPUSH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_RPUSHX.html b/documentation/client/modules/lib_commands_RPUSHX.html index a61ec849d9..453cc72504 100644 --- a/documentation/client/modules/lib_commands_RPUSHX.html +++ b/documentation/client/modules/lib_commands_RPUSHX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/RPUSHX

    +

    Module lib/commands/RPUSHX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SADD.html b/documentation/client/modules/lib_commands_SADD.html index e5f580a05a..09e50dd27a 100644 --- a/documentation/client/modules/lib_commands_SADD.html +++ b/documentation/client/modules/lib_commands_SADD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SADD

    +

    Module lib/commands/SADD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SAVE.html b/documentation/client/modules/lib_commands_SAVE.html index cd5f205784..4101dcd57c 100644 --- a/documentation/client/modules/lib_commands_SAVE.html +++ b/documentation/client/modules/lib_commands_SAVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SAVE

    +

    Module lib/commands/SAVE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SCAN.html b/documentation/client/modules/lib_commands_SCAN.html index a25f4b370e..54beac974d 100644 --- a/documentation/client/modules/lib_commands_SCAN.html +++ b/documentation/client/modules/lib_commands_SCAN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCAN

    +

    Module lib/commands/SCAN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SCARD.html b/documentation/client/modules/lib_commands_SCARD.html index 8b292a1769..d3162ea3fd 100644 --- a/documentation/client/modules/lib_commands_SCARD.html +++ b/documentation/client/modules/lib_commands_SCARD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCARD

    +

    Module lib/commands/SCARD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html b/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html index 4cb1954fbf..27222e69cd 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html +++ b/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCRIPT_DEBUG

    +

    Module lib/commands/SCRIPT_DEBUG

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html b/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html index 91df02b511..3b79b2583e 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html +++ b/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCRIPT_EXISTS

    +

    Module lib/commands/SCRIPT_EXISTS

    +
    +
    diff --git a/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html b/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html index 4aa04e9b8b..2cfa325f04 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html +++ b/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCRIPT_FLUSH

    +

    Module lib/commands/SCRIPT_FLUSH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SCRIPT_KILL.html b/documentation/client/modules/lib_commands_SCRIPT_KILL.html index b524f96b99..f11700cfd9 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_KILL.html +++ b/documentation/client/modules/lib_commands_SCRIPT_KILL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCRIPT_KILL

    +

    Module lib/commands/SCRIPT_KILL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SCRIPT_LOAD.html b/documentation/client/modules/lib_commands_SCRIPT_LOAD.html index 3ab4d426f3..380084aef9 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_LOAD.html +++ b/documentation/client/modules/lib_commands_SCRIPT_LOAD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SCRIPT_LOAD

    +

    Module lib/commands/SCRIPT_LOAD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SDIFF.html b/documentation/client/modules/lib_commands_SDIFF.html index 2b35f3f38f..b8e3829ea2 100644 --- a/documentation/client/modules/lib_commands_SDIFF.html +++ b/documentation/client/modules/lib_commands_SDIFF.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SDIFF

    +

    Module lib/commands/SDIFF

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SDIFFSTORE.html b/documentation/client/modules/lib_commands_SDIFFSTORE.html index 9e68490a10..8fd4326a59 100644 --- a/documentation/client/modules/lib_commands_SDIFFSTORE.html +++ b/documentation/client/modules/lib_commands_SDIFFSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SDIFFSTORE

    +

    Module lib/commands/SDIFFSTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SET.html b/documentation/client/modules/lib_commands_SET.html index 95eb2e5a03..ec49ce081e 100644 --- a/documentation/client/modules/lib_commands_SET.html +++ b/documentation/client/modules/lib_commands_SET.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SET

    +

    Module lib/commands/SET

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SETBIT.html b/documentation/client/modules/lib_commands_SETBIT.html index a93a45d8e0..32cd1f6b76 100644 --- a/documentation/client/modules/lib_commands_SETBIT.html +++ b/documentation/client/modules/lib_commands_SETBIT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SETBIT

    +

    Module lib/commands/SETBIT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SETEX.html b/documentation/client/modules/lib_commands_SETEX.html index ddca9128ab..bb6de7d22e 100644 --- a/documentation/client/modules/lib_commands_SETEX.html +++ b/documentation/client/modules/lib_commands_SETEX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SETEX

    +

    Module lib/commands/SETEX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SETNX.html b/documentation/client/modules/lib_commands_SETNX.html index 76e1cab781..5dbe8b83dd 100644 --- a/documentation/client/modules/lib_commands_SETNX.html +++ b/documentation/client/modules/lib_commands_SETNX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SETNX

    +

    Module lib/commands/SETNX

    +
    +
    diff --git a/documentation/client/modules/lib_commands_SETRANGE.html b/documentation/client/modules/lib_commands_SETRANGE.html index 9c86d25312..57a8242c7f 100644 --- a/documentation/client/modules/lib_commands_SETRANGE.html +++ b/documentation/client/modules/lib_commands_SETRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SETRANGE

    +

    Module lib/commands/SETRANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SHUTDOWN.html b/documentation/client/modules/lib_commands_SHUTDOWN.html index 41ed4c4f91..a291407be7 100644 --- a/documentation/client/modules/lib_commands_SHUTDOWN.html +++ b/documentation/client/modules/lib_commands_SHUTDOWN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SHUTDOWN

    +

    Module lib/commands/SHUTDOWN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SINTER.html b/documentation/client/modules/lib_commands_SINTER.html index 4da42f4c4e..fd8531d7c6 100644 --- a/documentation/client/modules/lib_commands_SINTER.html +++ b/documentation/client/modules/lib_commands_SINTER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SINTER

    +

    Module lib/commands/SINTER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SINTERCARD.html b/documentation/client/modules/lib_commands_SINTERCARD.html index 6d9e52a106..b5ea51cbee 100644 --- a/documentation/client/modules/lib_commands_SINTERCARD.html +++ b/documentation/client/modules/lib_commands_SINTERCARD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SINTERCARD

    +

    Module lib/commands/SINTERCARD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SINTERSTORE.html b/documentation/client/modules/lib_commands_SINTERSTORE.html index 9fa6a625f3..8753ee9aa6 100644 --- a/documentation/client/modules/lib_commands_SINTERSTORE.html +++ b/documentation/client/modules/lib_commands_SINTERSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SINTERSTORE

    +

    Module lib/commands/SINTERSTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SISMEMBER.html b/documentation/client/modules/lib_commands_SISMEMBER.html index 9efecdec9d..0516fadc96 100644 --- a/documentation/client/modules/lib_commands_SISMEMBER.html +++ b/documentation/client/modules/lib_commands_SISMEMBER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SISMEMBER

    +

    Module lib/commands/SISMEMBER

    +
    +
    diff --git a/documentation/client/modules/lib_commands_SMEMBERS.html b/documentation/client/modules/lib_commands_SMEMBERS.html index b840bdc8cb..e38c77c5af 100644 --- a/documentation/client/modules/lib_commands_SMEMBERS.html +++ b/documentation/client/modules/lib_commands_SMEMBERS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SMEMBERS

    +

    Module lib/commands/SMEMBERS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SMISMEMBER.html b/documentation/client/modules/lib_commands_SMISMEMBER.html index 99cf32ec66..6269a6ec1e 100644 --- a/documentation/client/modules/lib_commands_SMISMEMBER.html +++ b/documentation/client/modules/lib_commands_SMISMEMBER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SMISMEMBER

    +

    Module lib/commands/SMISMEMBER

    +
    +
    diff --git a/documentation/client/modules/lib_commands_SMOVE.html b/documentation/client/modules/lib_commands_SMOVE.html index e303ea92db..d8e348559a 100644 --- a/documentation/client/modules/lib_commands_SMOVE.html +++ b/documentation/client/modules/lib_commands_SMOVE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SMOVE

    +

    Module lib/commands/SMOVE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_SORT.html b/documentation/client/modules/lib_commands_SORT.html index c4e1e465bc..513825dba2 100644 --- a/documentation/client/modules/lib_commands_SORT.html +++ b/documentation/client/modules/lib_commands_SORT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SORT

    +

    Module lib/commands/SORT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SORT_RO.html b/documentation/client/modules/lib_commands_SORT_RO.html index dddb1a033c..e0d4ee7106 100644 --- a/documentation/client/modules/lib_commands_SORT_RO.html +++ b/documentation/client/modules/lib_commands_SORT_RO.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SORT_RO

    +

    Module lib/commands/SORT_RO

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SORT_STORE.html b/documentation/client/modules/lib_commands_SORT_STORE.html index 96c232bb54..0a8fd1d448 100644 --- a/documentation/client/modules/lib_commands_SORT_STORE.html +++ b/documentation/client/modules/lib_commands_SORT_STORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SORT_STORE

    +

    Module lib/commands/SORT_STORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SPOP.html b/documentation/client/modules/lib_commands_SPOP.html index b4900cf86d..8238b96034 100644 --- a/documentation/client/modules/lib_commands_SPOP.html +++ b/documentation/client/modules/lib_commands_SPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SPOP

    +

    Module lib/commands/SPOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SRANDMEMBER.html b/documentation/client/modules/lib_commands_SRANDMEMBER.html index 362ae3cb67..1a5ce34290 100644 --- a/documentation/client/modules/lib_commands_SRANDMEMBER.html +++ b/documentation/client/modules/lib_commands_SRANDMEMBER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SRANDMEMBER

    +

    Module lib/commands/SRANDMEMBER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html b/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html index eb11f7df0a..2f723d6224 100644 --- a/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html +++ b/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SRANDMEMBER_COUNT

    +

    Module lib/commands/SRANDMEMBER_COUNT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_SREM.html b/documentation/client/modules/lib_commands_SREM.html index eb1eb36c52..bc0094534f 100644 --- a/documentation/client/modules/lib_commands_SREM.html +++ b/documentation/client/modules/lib_commands_SREM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SREM

    +

    Module lib/commands/SREM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SSCAN.html b/documentation/client/modules/lib_commands_SSCAN.html index c3585e7681..a78bc4acbc 100644 --- a/documentation/client/modules/lib_commands_SSCAN.html +++ b/documentation/client/modules/lib_commands_SSCAN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SSCAN

    +

    Module lib/commands/SSCAN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_STRLEN.html b/documentation/client/modules/lib_commands_STRLEN.html index 8e00d2ec60..45b7193bbc 100644 --- a/documentation/client/modules/lib_commands_STRLEN.html +++ b/documentation/client/modules/lib_commands_STRLEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/STRLEN

    +

    Module lib/commands/STRLEN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SUNION.html b/documentation/client/modules/lib_commands_SUNION.html index 4c4617aeb6..fc14f08fd3 100644 --- a/documentation/client/modules/lib_commands_SUNION.html +++ b/documentation/client/modules/lib_commands_SUNION.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SUNION

    +

    Module lib/commands/SUNION

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SUNIONSTORE.html b/documentation/client/modules/lib_commands_SUNIONSTORE.html index 685fea5e20..a2dc3091ab 100644 --- a/documentation/client/modules/lib_commands_SUNIONSTORE.html +++ b/documentation/client/modules/lib_commands_SUNIONSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SUNIONSTORE

    +

    Module lib/commands/SUNIONSTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_SWAPDB.html b/documentation/client/modules/lib_commands_SWAPDB.html index b818fd8cf7..27903b43b8 100644 --- a/documentation/client/modules/lib_commands_SWAPDB.html +++ b/documentation/client/modules/lib_commands_SWAPDB.html @@ -12,7 +12,11 @@ -

    Module lib/commands/SWAPDB

    +

    Module lib/commands/SWAPDB

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_TIME.html b/documentation/client/modules/lib_commands_TIME.html index 04b025e1e7..400fed2051 100644 --- a/documentation/client/modules/lib_commands_TIME.html +++ b/documentation/client/modules/lib_commands_TIME.html @@ -12,7 +12,11 @@ -

    Module lib/commands/TIME

    +

    Module lib/commands/TIME

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_TOUCH.html b/documentation/client/modules/lib_commands_TOUCH.html index 935a33a2e5..84a6224e62 100644 --- a/documentation/client/modules/lib_commands_TOUCH.html +++ b/documentation/client/modules/lib_commands_TOUCH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/TOUCH

    +

    Module lib/commands/TOUCH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_TTL.html b/documentation/client/modules/lib_commands_TTL.html index 04e45c0a3c..ae9ee62f4e 100644 --- a/documentation/client/modules/lib_commands_TTL.html +++ b/documentation/client/modules/lib_commands_TTL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/TTL

    +

    Module lib/commands/TTL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_TYPE.html b/documentation/client/modules/lib_commands_TYPE.html index 545b3e90d0..66a1f2099f 100644 --- a/documentation/client/modules/lib_commands_TYPE.html +++ b/documentation/client/modules/lib_commands_TYPE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/TYPE

    +

    Module lib/commands/TYPE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_UNLINK.html b/documentation/client/modules/lib_commands_UNLINK.html index 1312bad9d4..c0fdfa2dd2 100644 --- a/documentation/client/modules/lib_commands_UNLINK.html +++ b/documentation/client/modules/lib_commands_UNLINK.html @@ -12,7 +12,11 @@ -

    Module lib/commands/UNLINK

    +

    Module lib/commands/UNLINK

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_UNWATCH.html b/documentation/client/modules/lib_commands_UNWATCH.html index abd9ac8bde..78a1723ca8 100644 --- a/documentation/client/modules/lib_commands_UNWATCH.html +++ b/documentation/client/modules/lib_commands_UNWATCH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/UNWATCH

    +

    Module lib/commands/UNWATCH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_WAIT.html b/documentation/client/modules/lib_commands_WAIT.html index 97c49739f9..65f4875c11 100644 --- a/documentation/client/modules/lib_commands_WAIT.html +++ b/documentation/client/modules/lib_commands_WAIT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/WAIT

    +

    Module lib/commands/WAIT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_WATCH.html b/documentation/client/modules/lib_commands_WATCH.html index 4db199d338..edacee67ca 100644 --- a/documentation/client/modules/lib_commands_WATCH.html +++ b/documentation/client/modules/lib_commands_WATCH.html @@ -12,7 +12,11 @@ -

    Module lib/commands/WATCH

    +

    Module lib/commands/WATCH

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XACK.html b/documentation/client/modules/lib_commands_XACK.html index 71f0161954..fa443a56cc 100644 --- a/documentation/client/modules/lib_commands_XACK.html +++ b/documentation/client/modules/lib_commands_XACK.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XACK

    +

    Module lib/commands/XACK

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XADD.html b/documentation/client/modules/lib_commands_XADD.html index d09e77d9b7..ea5c0ca5da 100644 --- a/documentation/client/modules/lib_commands_XADD.html +++ b/documentation/client/modules/lib_commands_XADD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XADD

    +

    Module lib/commands/XADD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XAUTOCLAIM.html b/documentation/client/modules/lib_commands_XAUTOCLAIM.html index e2867a84a9..2908566d01 100644 --- a/documentation/client/modules/lib_commands_XAUTOCLAIM.html +++ b/documentation/client/modules/lib_commands_XAUTOCLAIM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XAUTOCLAIM

    +

    Module lib/commands/XAUTOCLAIM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html b/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html index b6595a5b8a..3a5be19fc2 100644 --- a/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html +++ b/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XAUTOCLAIM_JUSTID

    +

    Module lib/commands/XAUTOCLAIM_JUSTID

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XCLAIM.html b/documentation/client/modules/lib_commands_XCLAIM.html index fb03ade72b..b3b4a3d6fe 100644 --- a/documentation/client/modules/lib_commands_XCLAIM.html +++ b/documentation/client/modules/lib_commands_XCLAIM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XCLAIM

    +

    Module lib/commands/XCLAIM

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html b/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html index 34fc582da6..a10581627c 100644 --- a/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html +++ b/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XCLAIM_JUSTID

    +

    Module lib/commands/XCLAIM_JUSTID

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XDEL.html b/documentation/client/modules/lib_commands_XDEL.html index 75bff9fab0..be9cba0ba0 100644 --- a/documentation/client/modules/lib_commands_XDEL.html +++ b/documentation/client/modules/lib_commands_XDEL.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XDEL

    +

    Module lib/commands/XDEL

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XGROUP_CREATE.html b/documentation/client/modules/lib_commands_XGROUP_CREATE.html index bedbfb0ffb..eb1ce4f05c 100644 --- a/documentation/client/modules/lib_commands_XGROUP_CREATE.html +++ b/documentation/client/modules/lib_commands_XGROUP_CREATE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XGROUP_CREATE

    +

    Module lib/commands/XGROUP_CREATE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html b/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html index 40a33823d6..6602f9f4f2 100644 --- a/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html +++ b/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XGROUP_CREATECONSUMER

    +

    Module lib/commands/XGROUP_CREATECONSUMER

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html b/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html index fe23b5893b..7d5d0b21e5 100644 --- a/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html +++ b/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XGROUP_DELCONSUMER

    +

    Module lib/commands/XGROUP_DELCONSUMER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XGROUP_DESTROY.html b/documentation/client/modules/lib_commands_XGROUP_DESTROY.html index 0e740f9f30..be6a9a8067 100644 --- a/documentation/client/modules/lib_commands_XGROUP_DESTROY.html +++ b/documentation/client/modules/lib_commands_XGROUP_DESTROY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XGROUP_DESTROY

    +

    Module lib/commands/XGROUP_DESTROY

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XGROUP_SETID.html b/documentation/client/modules/lib_commands_XGROUP_SETID.html index bdf8b65054..1a38f786e9 100644 --- a/documentation/client/modules/lib_commands_XGROUP_SETID.html +++ b/documentation/client/modules/lib_commands_XGROUP_SETID.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XGROUP_SETID

    +

    Module lib/commands/XGROUP_SETID

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html b/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html index 25c7e0b37e..e456ef3c11 100644 --- a/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html +++ b/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XINFO_CONSUMERS

    +

    Module lib/commands/XINFO_CONSUMERS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XINFO_GROUPS.html b/documentation/client/modules/lib_commands_XINFO_GROUPS.html index 5107091fe8..d48d131e0a 100644 --- a/documentation/client/modules/lib_commands_XINFO_GROUPS.html +++ b/documentation/client/modules/lib_commands_XINFO_GROUPS.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XINFO_GROUPS

    +

    Module lib/commands/XINFO_GROUPS

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XINFO_STREAM.html b/documentation/client/modules/lib_commands_XINFO_STREAM.html index b86c26619a..590ea01de2 100644 --- a/documentation/client/modules/lib_commands_XINFO_STREAM.html +++ b/documentation/client/modules/lib_commands_XINFO_STREAM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XINFO_STREAM

    +

    Module lib/commands/XINFO_STREAM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XLEN.html b/documentation/client/modules/lib_commands_XLEN.html index e8829e8ff1..492a3de9f4 100644 --- a/documentation/client/modules/lib_commands_XLEN.html +++ b/documentation/client/modules/lib_commands_XLEN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XLEN

    +

    Module lib/commands/XLEN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XPENDING.html b/documentation/client/modules/lib_commands_XPENDING.html index 43ea35bccc..f1a338c1fe 100644 --- a/documentation/client/modules/lib_commands_XPENDING.html +++ b/documentation/client/modules/lib_commands_XPENDING.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XPENDING

    +

    Module lib/commands/XPENDING

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XPENDING_RANGE.html b/documentation/client/modules/lib_commands_XPENDING_RANGE.html index b7b93f1c17..c8a5ad5035 100644 --- a/documentation/client/modules/lib_commands_XPENDING_RANGE.html +++ b/documentation/client/modules/lib_commands_XPENDING_RANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XPENDING_RANGE

    +

    Module lib/commands/XPENDING_RANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XRANGE.html b/documentation/client/modules/lib_commands_XRANGE.html index af907c6e0f..822de95f61 100644 --- a/documentation/client/modules/lib_commands_XRANGE.html +++ b/documentation/client/modules/lib_commands_XRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XRANGE

    +

    Module lib/commands/XRANGE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XREAD.html b/documentation/client/modules/lib_commands_XREAD.html index cbe3816e6f..e4dee054c4 100644 --- a/documentation/client/modules/lib_commands_XREAD.html +++ b/documentation/client/modules/lib_commands_XREAD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XREAD

    +

    Module lib/commands/XREAD

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XREADGROUP.html b/documentation/client/modules/lib_commands_XREADGROUP.html index ff8dcb9ef5..01cae350cd 100644 --- a/documentation/client/modules/lib_commands_XREADGROUP.html +++ b/documentation/client/modules/lib_commands_XREADGROUP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XREADGROUP

    +

    Module lib/commands/XREADGROUP

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XREVRANGE.html b/documentation/client/modules/lib_commands_XREVRANGE.html index 6d07ee2306..ff86f63744 100644 --- a/documentation/client/modules/lib_commands_XREVRANGE.html +++ b/documentation/client/modules/lib_commands_XREVRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XREVRANGE

    +

    Module lib/commands/XREVRANGE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_XSETID.html b/documentation/client/modules/lib_commands_XSETID.html index 1161c411c8..07b739a590 100644 --- a/documentation/client/modules/lib_commands_XSETID.html +++ b/documentation/client/modules/lib_commands_XSETID.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XSETID

    +

    Module lib/commands/XSETID

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_XTRIM.html b/documentation/client/modules/lib_commands_XTRIM.html index 1431ef9c71..54f526b6b5 100644 --- a/documentation/client/modules/lib_commands_XTRIM.html +++ b/documentation/client/modules/lib_commands_XTRIM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/XTRIM

    +

    Module lib/commands/XTRIM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZADD.html b/documentation/client/modules/lib_commands_ZADD.html index f2b3549b62..39b6a6a454 100644 --- a/documentation/client/modules/lib_commands_ZADD.html +++ b/documentation/client/modules/lib_commands_ZADD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZADD

    +

    Module lib/commands/ZADD

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZCARD.html b/documentation/client/modules/lib_commands_ZCARD.html index f2ce37b26e..f15c2164da 100644 --- a/documentation/client/modules/lib_commands_ZCARD.html +++ b/documentation/client/modules/lib_commands_ZCARD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZCARD

    +

    Module lib/commands/ZCARD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZCOUNT.html b/documentation/client/modules/lib_commands_ZCOUNT.html index 069b06d4d6..db4f3d14af 100644 --- a/documentation/client/modules/lib_commands_ZCOUNT.html +++ b/documentation/client/modules/lib_commands_ZCOUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZCOUNT

    +

    Module lib/commands/ZCOUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZDIFF.html b/documentation/client/modules/lib_commands_ZDIFF.html index e9eaaa946b..d70f43d3e7 100644 --- a/documentation/client/modules/lib_commands_ZDIFF.html +++ b/documentation/client/modules/lib_commands_ZDIFF.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZDIFF

    +

    Module lib/commands/ZDIFF

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZDIFFSTORE.html b/documentation/client/modules/lib_commands_ZDIFFSTORE.html index 5f8b177f13..26cb247588 100644 --- a/documentation/client/modules/lib_commands_ZDIFFSTORE.html +++ b/documentation/client/modules/lib_commands_ZDIFFSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZDIFFSTORE

    +

    Module lib/commands/ZDIFFSTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html b/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html index 54c4f6e9d8..e262b02a7a 100644 --- a/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZDIFF_WITHSCORES

    +

    Module lib/commands/ZDIFF_WITHSCORES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZINCRBY.html b/documentation/client/modules/lib_commands_ZINCRBY.html index 82bff3164c..0530ec2051 100644 --- a/documentation/client/modules/lib_commands_ZINCRBY.html +++ b/documentation/client/modules/lib_commands_ZINCRBY.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZINCRBY

    +

    Module lib/commands/ZINCRBY

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZINTER.html b/documentation/client/modules/lib_commands_ZINTER.html index 009ff1b829..7ed248e6b6 100644 --- a/documentation/client/modules/lib_commands_ZINTER.html +++ b/documentation/client/modules/lib_commands_ZINTER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZINTER

    +

    Module lib/commands/ZINTER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZINTERCARD.html b/documentation/client/modules/lib_commands_ZINTERCARD.html index 55085e051e..cb6f628596 100644 --- a/documentation/client/modules/lib_commands_ZINTERCARD.html +++ b/documentation/client/modules/lib_commands_ZINTERCARD.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZINTERCARD

    +

    Module lib/commands/ZINTERCARD

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZINTERSTORE.html b/documentation/client/modules/lib_commands_ZINTERSTORE.html index 29ada91c6c..e475124e97 100644 --- a/documentation/client/modules/lib_commands_ZINTERSTORE.html +++ b/documentation/client/modules/lib_commands_ZINTERSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZINTERSTORE

    +

    Module lib/commands/ZINTERSTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html b/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html index 9b1bc3a792..85e97ac188 100644 --- a/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZINTER_WITHSCORES

    +

    Module lib/commands/ZINTER_WITHSCORES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZLEXCOUNT.html b/documentation/client/modules/lib_commands_ZLEXCOUNT.html index 5b5470478b..f5d876f3fb 100644 --- a/documentation/client/modules/lib_commands_ZLEXCOUNT.html +++ b/documentation/client/modules/lib_commands_ZLEXCOUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZLEXCOUNT

    +

    Module lib/commands/ZLEXCOUNT

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZMPOP.html b/documentation/client/modules/lib_commands_ZMPOP.html index 3ebec3b089..dad6246633 100644 --- a/documentation/client/modules/lib_commands_ZMPOP.html +++ b/documentation/client/modules/lib_commands_ZMPOP.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZMPOP

    +

    Module lib/commands/ZMPOP

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZMSCORE.html b/documentation/client/modules/lib_commands_ZMSCORE.html index 625ec314aa..d11959bd4e 100644 --- a/documentation/client/modules/lib_commands_ZMSCORE.html +++ b/documentation/client/modules/lib_commands_ZMSCORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZMSCORE

    +

    Module lib/commands/ZMSCORE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZPOPMAX.html b/documentation/client/modules/lib_commands_ZPOPMAX.html index 0d68a2d562..733d123810 100644 --- a/documentation/client/modules/lib_commands_ZPOPMAX.html +++ b/documentation/client/modules/lib_commands_ZPOPMAX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZPOPMAX

    +

    Module lib/commands/ZPOPMAX

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html b/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html index 889e6de266..f82ee2f8b6 100644 --- a/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html +++ b/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZPOPMAX_COUNT

    +

    Module lib/commands/ZPOPMAX_COUNT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZPOPMIN.html b/documentation/client/modules/lib_commands_ZPOPMIN.html index 352c25b468..7b9e833eb7 100644 --- a/documentation/client/modules/lib_commands_ZPOPMIN.html +++ b/documentation/client/modules/lib_commands_ZPOPMIN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZPOPMIN

    +

    Module lib/commands/ZPOPMIN

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html b/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html index d28d040eee..502888d994 100644 --- a/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html +++ b/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZPOPMIN_COUNT

    +

    Module lib/commands/ZPOPMIN_COUNT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER.html b/documentation/client/modules/lib_commands_ZRANDMEMBER.html index 87240fad73..c3b0d1f4a0 100644 --- a/documentation/client/modules/lib_commands_ZRANDMEMBER.html +++ b/documentation/client/modules/lib_commands_ZRANDMEMBER.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANDMEMBER

    +

    Module lib/commands/ZRANDMEMBER

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html index 7e1ef47481..8818c5ea60 100644 --- a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html +++ b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANDMEMBER_COUNT

    +

    Module lib/commands/ZRANDMEMBER_COUNT

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html index da778c5b61..85bcc081b5 100644 --- a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANDMEMBER_COUNT_WITHSCORES

    +

    Module lib/commands/ZRANDMEMBER_COUNT_WITHSCORES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZRANGE.html b/documentation/client/modules/lib_commands_ZRANGE.html index b6f96a0a0f..270f9b2aa0 100644 --- a/documentation/client/modules/lib_commands_ZRANGE.html +++ b/documentation/client/modules/lib_commands_ZRANGE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANGE

    +

    Module lib/commands/ZRANGE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZRANGEBYLEX.html b/documentation/client/modules/lib_commands_ZRANGEBYLEX.html index 2c176e9ab1..27e7dbdc0f 100644 --- a/documentation/client/modules/lib_commands_ZRANGEBYLEX.html +++ b/documentation/client/modules/lib_commands_ZRANGEBYLEX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANGEBYLEX

    +

    Module lib/commands/ZRANGEBYLEX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html b/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html index ce97674c7c..ad72b37654 100644 --- a/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html +++ b/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANGEBYSCORE

    +

    Module lib/commands/ZRANGEBYSCORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html index b55c6b6c16..60b8057372 100644 --- a/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANGEBYSCORE_WITHSCORES

    +

    Module lib/commands/ZRANGEBYSCORE_WITHSCORES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZRANGESTORE.html b/documentation/client/modules/lib_commands_ZRANGESTORE.html index d004b2136a..71e1ccf2cd 100644 --- a/documentation/client/modules/lib_commands_ZRANGESTORE.html +++ b/documentation/client/modules/lib_commands_ZRANGESTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANGESTORE

    +

    Module lib/commands/ZRANGESTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html index d7e80bbac2..21ac42260e 100644 --- a/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANGE_WITHSCORES

    +

    Module lib/commands/ZRANGE_WITHSCORES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZRANK.html b/documentation/client/modules/lib_commands_ZRANK.html index 0f682cede5..c626dd7a39 100644 --- a/documentation/client/modules/lib_commands_ZRANK.html +++ b/documentation/client/modules/lib_commands_ZRANK.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZRANK

    +

    Module lib/commands/ZRANK

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZREM.html b/documentation/client/modules/lib_commands_ZREM.html index 46adac596b..d6fe42f96b 100644 --- a/documentation/client/modules/lib_commands_ZREM.html +++ b/documentation/client/modules/lib_commands_ZREM.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZREM

    +

    Module lib/commands/ZREM

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html b/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html index d17fc2de25..5c2d3351f2 100644 --- a/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html +++ b/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZREMRANGEBYLEX

    +

    Module lib/commands/ZREMRANGEBYLEX

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html b/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html index 36b3911d87..83d9696cf5 100644 --- a/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html +++ b/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZREMRANGEBYRANK

    +

    Module lib/commands/ZREMRANGEBYRANK

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html b/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html index 84dcf32c34..1e751bb974 100644 --- a/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html +++ b/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZREMRANGEBYSCORE

    +

    Module lib/commands/ZREMRANGEBYSCORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZREVRANK.html b/documentation/client/modules/lib_commands_ZREVRANK.html index f84dd46a43..7a2d497543 100644 --- a/documentation/client/modules/lib_commands_ZREVRANK.html +++ b/documentation/client/modules/lib_commands_ZREVRANK.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZREVRANK

    +

    Module lib/commands/ZREVRANK

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZSCAN.html b/documentation/client/modules/lib_commands_ZSCAN.html index 0112a0c677..4b865bef78 100644 --- a/documentation/client/modules/lib_commands_ZSCAN.html +++ b/documentation/client/modules/lib_commands_ZSCAN.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZSCAN

    +

    Module lib/commands/ZSCAN

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZSCORE.html b/documentation/client/modules/lib_commands_ZSCORE.html index e7565f19c5..ec0e5886c9 100644 --- a/documentation/client/modules/lib_commands_ZSCORE.html +++ b/documentation/client/modules/lib_commands_ZSCORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZSCORE

    +

    Module lib/commands/ZSCORE

    +
    +
    diff --git a/documentation/client/modules/lib_commands_ZUNION.html b/documentation/client/modules/lib_commands_ZUNION.html index 50f0fd534a..73b5b42516 100644 --- a/documentation/client/modules/lib_commands_ZUNION.html +++ b/documentation/client/modules/lib_commands_ZUNION.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZUNION

    +

    Module lib/commands/ZUNION

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZUNIONSTORE.html b/documentation/client/modules/lib_commands_ZUNIONSTORE.html index 69d8c2338d..5f7cef331f 100644 --- a/documentation/client/modules/lib_commands_ZUNIONSTORE.html +++ b/documentation/client/modules/lib_commands_ZUNIONSTORE.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZUNIONSTORE

    +

    Module lib/commands/ZUNIONSTORE

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html b/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html index eb9f541301..e7077080df 100644 --- a/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module lib/commands/ZUNION_WITHSCORES

    +

    Module lib/commands/ZUNION_WITHSCORES

    +
    +
    diff --git a/documentation/client/modules/lib_commands_generic_transformers.html b/documentation/client/modules/lib_commands_generic_transformers.html index 18a64cff03..a57b66f1a2 100644 --- a/documentation/client/modules/lib_commands_generic_transformers.html +++ b/documentation/client/modules/lib_commands_generic_transformers.html @@ -12,7 +12,11 @@ -

    Module lib/commands/generic-transformers

    +

    Module lib/commands/generic-transformers

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_errors.html b/documentation/client/modules/lib_errors.html index 041d24de41..061d32346b 100644 --- a/documentation/client/modules/lib_errors.html +++ b/documentation/client/modules/lib_errors.html @@ -12,7 +12,11 @@ -

    Module lib/errors

    +

    Module lib/errors

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_lua_script.html b/documentation/client/modules/lib_lua_script.html index a507319976..d5c8fc34a3 100644 --- a/documentation/client/modules/lib_lua_script.html +++ b/documentation/client/modules/lib_lua_script.html @@ -12,7 +12,11 @@ -

    Module lib/lua-script

    +

    Module lib/lua-script

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_multi_command.html b/documentation/client/modules/lib_multi_command.html index efad9216fe..8bf2e7a106 100644 --- a/documentation/client/modules/lib_multi_command.html +++ b/documentation/client/modules/lib_multi_command.html @@ -12,7 +12,11 @@ -

    Module lib/multi-command

    +

    Module lib/multi-command

    +
    +

    Index

    diff --git a/documentation/client/modules/lib_utils.html b/documentation/client/modules/lib_utils.html index 47161e865c..f20036a5c2 100644 --- a/documentation/client/modules/lib_utils.html +++ b/documentation/client/modules/lib_utils.html @@ -12,7 +12,11 @@ -

    Module lib/utils

    +

    Module lib/utils

    +
    +

    Index

    diff --git a/documentation/client/types/lib_client.InstantiableRedisClient.html b/documentation/client/types/lib_client.InstantiableRedisClient.html index 0832bfdb81..0c28725740 100644 --- a/documentation/client/types/lib_client.InstantiableRedisClient.html +++ b/documentation/client/types/lib_client.InstantiableRedisClient.html @@ -28,8 +28,7 @@ +
  • Defined in packages/client/lib/client/index.ts:62
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:23
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:27
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:41
  • +
  • Defined in packages/client/lib/client/multi-command.ts:61
  • +
  • Defined in packages/client/lib/client/socket.ts:30
  • +
  • Defined in packages/client/lib/client/socket.ts:23
  • +
  • Defined in packages/client/lib/cluster/index.ts:10
  • +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:26
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:56
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:62
  • Generated using TypeDoc

    diff --git a/documentation/client/types/lib_commands.ConvertArgumentType.html b/documentation/client/types/lib_commands.ConvertArgumentType.html index ef6b65b9f3..3aa1e17270 100644 --- a/documentation/client/types/lib_commands.ConvertArgumentType.html +++ b/documentation/client/types/lib_commands.ConvertArgumentType.html @@ -22,7 +22,7 @@
  • ToType

  • +
  • Defined in packages/client/lib/commands/index.ts:21
  • +
  • Defined in packages/client/lib/commands/index.ts:7
  • +
  • Defined in packages/client/lib/commands/index.ts:9
  • +
  • Defined in packages/client/lib/commands/index.ts:5
  • +
  • Defined in packages/client/lib/commands/index.ts:38
  • +
  • Defined in packages/client/lib/commands/index.ts:74
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:3
  • +
  • Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:22
  • +
  • Defined in packages/client/lib/commands/MSET.ts:5
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:11
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:521
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:531
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:563
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:250
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:237
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:228
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:183
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:675
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:160
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:95
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:110
  • +
  • Defined in packages/client/lib/client/commands.ts:118
  • +
  • Defined in packages/client/lib/cluster/commands.ts:213
  • +
  • Defined in packages/client/lib/commands/ACL_DRYRUN.ts:3
  • +
  • Defined in packages/client/lib/commands/APPEND.ts:3
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:1
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:3
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/BITOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:4
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:6
  • +
  • Defined in packages/client/lib/commands/BLMOVE.ts:4
  • +
  • Defined in packages/client/lib/commands/BLMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BLPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BRPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BRPOPLPUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/BZMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BZPOPMAX.ts:4
  • +
  • Defined in packages/client/lib/commands/BZPOPMIN.ts:4
  • +
  • Defined in packages/client/lib/commands/CLIENT_ID.ts:1
  • +
  • Defined in packages/client/lib/commands/COMMAND.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_INFO.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:3
  • +
  • Defined in packages/client/lib/commands/COPY.ts:8
  • +
  • Defined in packages/client/lib/commands/DBSIZE.ts:1
  • +
  • Defined in packages/client/lib/commands/DECR.ts:3
  • +
  • Defined in packages/client/lib/commands/DECRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/DEL.ts:4
  • +
  • Defined in packages/client/lib/commands/DUMP.ts:3
  • +
  • Defined in packages/client/lib/commands/ECHO.ts:3
  • +
  • Defined in packages/client/lib/commands/EVALSHA_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/EVAL_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:4
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:6
  • +
  • Defined in packages/client/lib/commands/EXPIRE.ts:3
  • +
  • Defined in packages/client/lib/commands/EXPIREAT.ts:4
  • +
  • Defined in packages/client/lib/commands/EXPIRETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/FCALL_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/GEOADD.ts:4
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:4
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:6
  • +
  • Defined in packages/client/lib/commands/GET.ts:3
  • +
  • Defined in packages/client/lib/commands/GET.ts:5
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:4
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:6
  • +
  • Defined in packages/client/lib/commands/GETDEL.ts:3
  • +
  • Defined in packages/client/lib/commands/GETEX.ts:4
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/GETSET.ts:3
  • +
  • Defined in packages/client/lib/commands/HDEL.ts:4
  • +
  • Defined in packages/client/lib/commands/HEXISTS.ts:3
  • +
  • Defined in packages/client/lib/commands/HGET.ts:3
  • +
  • Defined in packages/client/lib/commands/HGET.ts:5
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:3
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:5
  • +
  • Defined in packages/client/lib/commands/HINCRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:3
  • +
  • Defined in packages/client/lib/commands/HKEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/HLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:4
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:6
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:3
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:5
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/HSET.ts:3
  • +
  • Defined in packages/client/lib/commands/HSETNX.ts:3
  • +
  • Defined in packages/client/lib/commands/HSTRLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/HVALS.ts:3
  • +
  • Defined in packages/client/lib/commands/INCR.ts:3
  • +
  • Defined in packages/client/lib/commands/INCRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/INCRBYFLOAT.ts:3
  • +
  • Defined in packages/client/lib/commands/INFO.ts:1
  • +
  • Defined in packages/client/lib/commands/LASTSAVE.ts:1
  • +
  • Defined in packages/client/lib/commands/LCS.ts:3
  • +
  • Defined in packages/client/lib/commands/LCS.ts:5
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:3
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:5
  • +
  • Defined in packages/client/lib/commands/LINSERT.ts:3
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/LMOVE.ts:4
  • +
  • Defined in packages/client/lib/commands/LMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/LOLWUT.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOP_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:5
  • +
  • Defined in packages/client/lib/commands/LPUSH.ts:4
  • +
  • Defined in packages/client/lib/commands/LPUSHX.ts:4
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/LREM.ts:3
  • +
  • Defined in packages/client/lib/commands/LSET.ts:3
  • +
  • Defined in packages/client/lib/commands/LTRIM.ts:3
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:1
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:3
  • +
  • Defined in packages/client/lib/commands/MGET.ts:3
  • +
  • Defined in packages/client/lib/commands/MGET.ts:5
  • +
  • Defined in packages/client/lib/commands/MOVE.ts:1
  • +
  • Defined in packages/client/lib/commands/MSET.ts:3
  • +
  • Defined in packages/client/lib/commands/MSETNX.ts:4
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/PERSIST.ts:3
  • +
  • Defined in packages/client/lib/commands/PEXPIRE.ts:3
  • +
  • Defined in packages/client/lib/commands/PEXPIREAT.ts:4
  • +
  • Defined in packages/client/lib/commands/PEXPIRETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/PFADD.ts:4
  • +
  • Defined in packages/client/lib/commands/PFCOUNT.ts:4
  • +
  • Defined in packages/client/lib/commands/PFMERGE.ts:4
  • +
  • Defined in packages/client/lib/commands/PSETEX.ts:3
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:3
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:5
  • +
  • Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:1
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:1
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:4
  • +
  • Defined in packages/client/lib/commands/RANDOMKEY.ts:3
  • +
  • Defined in packages/client/lib/commands/RENAME.ts:3
  • +
  • Defined in packages/client/lib/commands/RENAMENX.ts:3
  • +
  • Defined in packages/client/lib/commands/ROLE.ts:1
  • +
  • Defined in packages/client/lib/commands/RPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/RPOPLPUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/RPOP_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/RPUSH.ts:4
  • +
  • Defined in packages/client/lib/commands/RPUSHX.ts:4
  • +
  • Defined in packages/client/lib/commands/SADD.ts:4
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/SCARD.ts:1
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:4
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:6
  • +
  • Defined in packages/client/lib/commands/SDIFFSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/SET.ts:3
  • +
  • Defined in packages/client/lib/commands/SETBIT.ts:4
  • +
  • Defined in packages/client/lib/commands/SETEX.ts:3
  • +
  • Defined in packages/client/lib/commands/SETNX.ts:3
  • +
  • Defined in packages/client/lib/commands/SETRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:4
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:6
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:4
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:6
  • +
  • Defined in packages/client/lib/commands/SINTERSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/SISMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SMEMBERS.ts:3
  • +
  • Defined in packages/client/lib/commands/SMISMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SMOVE.ts:3
  • +
  • Defined in packages/client/lib/commands/SORT.ts:4
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/SORT_STORE.ts:5
  • +
  • Defined in packages/client/lib/commands/SPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/SRANDMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SREM.ts:4
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:4
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:6
  • +
  • Defined in packages/client/lib/commands/SUNIONSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/TOUCH.ts:4
  • +
  • Defined in packages/client/lib/commands/TTL.ts:3
  • +
  • Defined in packages/client/lib/commands/TTL.ts:5
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:3
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:5
  • +
  • Defined in packages/client/lib/commands/UNLINK.ts:4
  • +
  • Defined in packages/client/lib/commands/WAIT.ts:1
  • +
  • Defined in packages/client/lib/commands/WATCH.ts:4
  • +
  • Defined in packages/client/lib/commands/XACK.ts:4
  • +
  • Defined in packages/client/lib/commands/XADD.ts:3
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM.ts:4
  • +
  • Defined in packages/client/lib/commands/XCLAIM.ts:4
  • +
  • Defined in packages/client/lib/commands/XDEL.ts:4
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATE.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_SETID.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:4
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:6
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:3
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:5
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XREAD.ts:7
  • +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:22
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XSETID.ts:3
  • +
  • Defined in packages/client/lib/commands/XTRIM.ts:3
  • +
  • Defined in packages/client/lib/commands/ZADD.ts:4
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:3
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:5
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:4
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:4
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFFSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINCRBY.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTERSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/ZMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZPOPMAX.ts:3
  • +
  • Defined in packages/client/lib/commands/ZPOPMIN.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:5
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGESTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZREM.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:3
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:5
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:4
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:6
  • +
  • Defined in packages/client/lib/commands/ZUNIONSTORE.ts:4
  • -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    +

    Returns ConfigItem | ConfigItem[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns string

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns QueryReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    +

    Returns SlowLogReply

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_CONFIG_SET.html b/documentation/graph/modules/commands_CONFIG_SET.html index fc565f90da..2bd7c3e2ba 100644 --- a/documentation/graph/modules/commands_CONFIG_SET.html +++ b/documentation/graph/modules/commands_CONFIG_SET.html @@ -12,7 +12,11 @@ -

    Module commands/CONFIG_SET

    +

    Module commands/CONFIG_SET

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_DELETE.html b/documentation/graph/modules/commands_DELETE.html index a2c29f83a4..0821db8293 100644 --- a/documentation/graph/modules/commands_DELETE.html +++ b/documentation/graph/modules/commands_DELETE.html @@ -12,7 +12,11 @@ -

    Module commands/DELETE

    +

    Module commands/DELETE

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_EXPLAIN.html b/documentation/graph/modules/commands_EXPLAIN.html index 4b359f39a6..c0f3250dd2 100644 --- a/documentation/graph/modules/commands_EXPLAIN.html +++ b/documentation/graph/modules/commands_EXPLAIN.html @@ -12,7 +12,11 @@ -

    Module commands/EXPLAIN

    +

    Module commands/EXPLAIN

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_LIST.html b/documentation/graph/modules/commands_LIST.html index 34111d0fcd..e20343d929 100644 --- a/documentation/graph/modules/commands_LIST.html +++ b/documentation/graph/modules/commands_LIST.html @@ -12,7 +12,11 @@ -

    Module commands/LIST

    +

    Module commands/LIST

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_PROFILE.html b/documentation/graph/modules/commands_PROFILE.html index 3951124955..e2ab28dcc3 100644 --- a/documentation/graph/modules/commands_PROFILE.html +++ b/documentation/graph/modules/commands_PROFILE.html @@ -12,7 +12,11 @@ -

    Module commands/PROFILE

    +

    Module commands/PROFILE

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_QUERY.html b/documentation/graph/modules/commands_QUERY.html index b091a0b43c..86ea2d4997 100644 --- a/documentation/graph/modules/commands_QUERY.html +++ b/documentation/graph/modules/commands_QUERY.html @@ -12,7 +12,11 @@ -

    Module commands/QUERY

    +

    Module commands/QUERY

    +
    +

    Index

    diff --git a/documentation/graph/modules/commands_QUERY_RO.html b/documentation/graph/modules/commands_QUERY_RO.html index 9c17df22f6..d7832a8c82 100644 --- a/documentation/graph/modules/commands_QUERY_RO.html +++ b/documentation/graph/modules/commands_QUERY_RO.html @@ -12,7 +12,11 @@ -

    Module commands/QUERY_RO

    +

    Module commands/QUERY_RO

    +
    +
    diff --git a/documentation/graph/modules/commands_SLOWLOG.html b/documentation/graph/modules/commands_SLOWLOG.html index af75f650b2..9bffbadb66 100644 --- a/documentation/graph/modules/commands_SLOWLOG.html +++ b/documentation/graph/modules/commands_SLOWLOG.html @@ -12,7 +12,11 @@ -

    Module commands/SLOWLOG

    +

    Module commands/SLOWLOG

    +
    +

    Index

    diff --git a/documentation/graph/modules/index.html b/documentation/graph/modules/index.html index 625aae6fe0..484d65a1f9 100644 --- a/documentation/graph/modules/index.html +++ b/documentation/graph/modules/index.html @@ -12,7 +12,11 @@ -

    Module index

    +

    Module index

    +
    +
    diff --git a/documentation/graph/variables/commands.default.html b/documentation/graph/variables/commands.default.html index 2fc696b6dc..c1f90fb008 100644 --- a/documentation/graph/variables/commands.default.html +++ b/documentation/graph/variables/commands.default.html @@ -55,7 +55,7 @@
  • slowLog: commands/SLOWLOG
  • +
  • Defined in commands/index.ts:12
  • +
  • Defined in commands/CONFIG_GET.ts:1
  • +
  • Defined in commands/DELETE.ts:1
  • +
  • Defined in commands/EXPLAIN.ts:1
  • +
  • Defined in commands/EXPLAIN.ts:3
  • +
  • Defined in commands/LIST.ts:1
  • +
  • Defined in commands/PROFILE.ts:1
  • +
  • Defined in commands/PROFILE.ts:3
  • +
  • Defined in commands/QUERY.ts:4
  • +
  • Defined in commands/QUERY_RO.ts:6
  • +
  • Defined in commands/SLOWLOG.ts:3
  • +
  • Defined in commands/SLOWLOG.ts:1
  • +

    Returns number | number[]

    +

    Returns string

    +

    Returns RedisJSON | null

    +

    Returns RedisJSON

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | number[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | number[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | number[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | number[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns null | RedisJSON | RedisJSON[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | number[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns (RedisJSON | null)[]

    -

    Returns string[]

    +

    Returns string[]

    -

    Returns string[]

    +

    Returns string[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[] | null | (string[] | null)[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number | null | (number | null)[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns RESPReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK" | null

    +

    Returns string[]

    +

    Returns number | number[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string | null | (string | null)[]

    +

    Module commands/ARRINDEX

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_ARRINSERT.html b/documentation/json/modules/commands_ARRINSERT.html index 3b6fe79853..c4ff171bfc 100644 --- a/documentation/json/modules/commands_ARRINSERT.html +++ b/documentation/json/modules/commands_ARRINSERT.html @@ -12,7 +12,11 @@ -

    Module commands/ARRINSERT

    +

    Module commands/ARRINSERT

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_ARRLEN.html b/documentation/json/modules/commands_ARRLEN.html index 91b4f0a056..91109f28b4 100644 --- a/documentation/json/modules/commands_ARRLEN.html +++ b/documentation/json/modules/commands_ARRLEN.html @@ -12,7 +12,11 @@ -

    Module commands/ARRLEN

    +

    Module commands/ARRLEN

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_ARRPOP.html b/documentation/json/modules/commands_ARRPOP.html index ac88432dd8..5e7586ee8d 100644 --- a/documentation/json/modules/commands_ARRPOP.html +++ b/documentation/json/modules/commands_ARRPOP.html @@ -12,7 +12,11 @@ -

    Module commands/ARRPOP

    +

    Module commands/ARRPOP

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_ARRTRIM.html b/documentation/json/modules/commands_ARRTRIM.html index b520a12797..9fe8c869af 100644 --- a/documentation/json/modules/commands_ARRTRIM.html +++ b/documentation/json/modules/commands_ARRTRIM.html @@ -12,7 +12,11 @@ -

    Module commands/ARRTRIM

    +

    Module commands/ARRTRIM

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_DEBUG_MEMORY.html b/documentation/json/modules/commands_DEBUG_MEMORY.html index 42ceb38271..21fba04482 100644 --- a/documentation/json/modules/commands_DEBUG_MEMORY.html +++ b/documentation/json/modules/commands_DEBUG_MEMORY.html @@ -12,7 +12,11 @@ -

    Module commands/DEBUG_MEMORY

    +

    Module commands/DEBUG_MEMORY

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_DEL.html b/documentation/json/modules/commands_DEL.html index d85b4a139b..805dbc8b3d 100644 --- a/documentation/json/modules/commands_DEL.html +++ b/documentation/json/modules/commands_DEL.html @@ -12,7 +12,11 @@ -

    Module commands/DEL

    +

    Module commands/DEL

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_FORGET.html b/documentation/json/modules/commands_FORGET.html index b1112cba89..a402b59b26 100644 --- a/documentation/json/modules/commands_FORGET.html +++ b/documentation/json/modules/commands_FORGET.html @@ -12,7 +12,11 @@ -

    Module commands/FORGET

    +

    Module commands/FORGET

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_GET.html b/documentation/json/modules/commands_GET.html index e9c8fb1630..bedacc2490 100644 --- a/documentation/json/modules/commands_GET.html +++ b/documentation/json/modules/commands_GET.html @@ -12,7 +12,11 @@ -

    Module commands/GET

    +

    Module commands/GET

    +
    +
    diff --git a/documentation/json/modules/commands_MGET.html b/documentation/json/modules/commands_MGET.html index efb429f048..83244307a8 100644 --- a/documentation/json/modules/commands_MGET.html +++ b/documentation/json/modules/commands_MGET.html @@ -12,7 +12,11 @@ -

    Module commands/MGET

    +

    Module commands/MGET

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_NUMINCRBY.html b/documentation/json/modules/commands_NUMINCRBY.html index 0c39513ba6..bad233d6e9 100644 --- a/documentation/json/modules/commands_NUMINCRBY.html +++ b/documentation/json/modules/commands_NUMINCRBY.html @@ -12,7 +12,11 @@ -

    Module commands/NUMINCRBY

    +

    Module commands/NUMINCRBY

    +
    +
    diff --git a/documentation/json/modules/commands_NUMMULTBY.html b/documentation/json/modules/commands_NUMMULTBY.html index d2f532e133..b92f51bad6 100644 --- a/documentation/json/modules/commands_NUMMULTBY.html +++ b/documentation/json/modules/commands_NUMMULTBY.html @@ -12,7 +12,11 @@ -

    Module commands/NUMMULTBY

    +

    Module commands/NUMMULTBY

    +
    +
    diff --git a/documentation/json/modules/commands_OBJKEYS.html b/documentation/json/modules/commands_OBJKEYS.html index efce8aa8ca..d7fb79a6a3 100644 --- a/documentation/json/modules/commands_OBJKEYS.html +++ b/documentation/json/modules/commands_OBJKEYS.html @@ -12,7 +12,11 @@ -

    Module commands/OBJKEYS

    +

    Module commands/OBJKEYS

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_OBJLEN.html b/documentation/json/modules/commands_OBJLEN.html index 6b25667638..f01d21634f 100644 --- a/documentation/json/modules/commands_OBJLEN.html +++ b/documentation/json/modules/commands_OBJLEN.html @@ -12,7 +12,11 @@ -

    Module commands/OBJLEN

    +

    Module commands/OBJLEN

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_RESP.html b/documentation/json/modules/commands_RESP.html index 4a128f076a..0449a6f1ac 100644 --- a/documentation/json/modules/commands_RESP.html +++ b/documentation/json/modules/commands_RESP.html @@ -12,7 +12,11 @@ -

    Module commands/RESP

    +

    Module commands/RESP

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_SET.html b/documentation/json/modules/commands_SET.html index dec52a480b..2de3745fc0 100644 --- a/documentation/json/modules/commands_SET.html +++ b/documentation/json/modules/commands_SET.html @@ -12,7 +12,11 @@ -

    Module commands/SET

    +

    Module commands/SET

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_STRAPPEND.html b/documentation/json/modules/commands_STRAPPEND.html index dd161b83df..84f57859bd 100644 --- a/documentation/json/modules/commands_STRAPPEND.html +++ b/documentation/json/modules/commands_STRAPPEND.html @@ -12,7 +12,11 @@ -

    Module commands/STRAPPEND

    +

    Module commands/STRAPPEND

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_STRLEN.html b/documentation/json/modules/commands_STRLEN.html index fa400933f3..125a6ca180 100644 --- a/documentation/json/modules/commands_STRLEN.html +++ b/documentation/json/modules/commands_STRLEN.html @@ -12,7 +12,11 @@ -

    Module commands/STRLEN

    +

    Module commands/STRLEN

    +
    +

    Index

    diff --git a/documentation/json/modules/commands_TYPE.html b/documentation/json/modules/commands_TYPE.html index 7c385bfde7..f32658f442 100644 --- a/documentation/json/modules/commands_TYPE.html +++ b/documentation/json/modules/commands_TYPE.html @@ -12,7 +12,11 @@ -

    Module commands/TYPE

    +

    Module commands/TYPE

    +
    +

    Index

    diff --git a/documentation/json/modules/index.html b/documentation/json/modules/index.html index d9ce8be138..a68a3105a3 100644 --- a/documentation/json/modules/index.html +++ b/documentation/json/modules/index.html @@ -12,7 +12,11 @@ -

    Module index

    +

    Module index

    +
    +
    diff --git a/documentation/json/types/commands.RedisJSON.html b/documentation/json/types/commands.RedisJSON.html index d88e9bb450..91b5aca0b8 100644 --- a/documentation/json/types/commands.RedisJSON.html +++ b/documentation/json/types/commands.RedisJSON.html @@ -16,7 +16,7 @@

    Type alias RedisJSON

    RedisJSON: null | boolean | number | string | Date | RedisJSONArray | RedisJSONObject
    +
  • Defined in commands/index.ts:72
  • +
  • Defined in commands/index.ts:22
  • +
  • Defined in commands/ARRAPPEND.ts:3
  • +
  • Defined in commands/ARRINDEX.ts:3
  • +
  • Defined in commands/ARRINDEX.ts:5
  • +
  • Defined in commands/ARRINSERT.ts:3
  • +
  • Defined in commands/ARRLEN.ts:1
  • +
  • Defined in commands/ARRLEN.ts:3
  • +
  • Defined in commands/ARRPOP.ts:3
  • +
  • Defined in commands/ARRTRIM.ts:1
  • +
  • Defined in commands/DEBUG_MEMORY.ts:1
  • +
  • Defined in commands/DEL.ts:1
  • +
  • Defined in commands/FORGET.ts:1
  • +
  • Defined in commands/GET.ts:4
  • +
  • Defined in commands/GET.ts:6
  • +
  • Defined in commands/MGET.ts:3
  • +
  • Defined in commands/NUMINCRBY.ts:1
  • +
  • Defined in commands/NUMMULTBY.ts:1
  • +
  • Defined in commands/OBJKEYS.ts:1
  • +
  • Defined in commands/OBJLEN.ts:1
  • +
  • Defined in commands/RESP.ts:1
  • +
  • Defined in commands/SET.ts:3
  • +
  • Defined in commands/STRAPPEND.ts:3
  • +
  • Defined in commands/STRLEN.ts:1
  • +
  • Defined in commands/STRLEN.ts:3
  • +
  • Defined in commands/TYPE.ts:1
  • @@ -53,127 +55,127 @@
    ARABIC: "Arabic"
    +
  • Defined in search/lib/commands/index.ts:108
  • BASQUE: "Basque"
    +
  • Defined in search/lib/commands/index.ts:109
  • CATALANA: "Catalan"
    +
  • Defined in search/lib/commands/index.ts:110
  • CHINESE: "Chinese"
    +
  • Defined in search/lib/commands/index.ts:132
  • DANISH: "Danish"
    +
  • Defined in search/lib/commands/index.ts:111
  • DUTCH: "Dutch"
    +
  • Defined in search/lib/commands/index.ts:112
  • ENGLISH: "English"
    +
  • Defined in search/lib/commands/index.ts:113
  • FINNISH: "Finnish"
    +
  • Defined in search/lib/commands/index.ts:114
  • FRENCH: "French"
    +
  • Defined in search/lib/commands/index.ts:115
  • GERMAN: "German"
    +
  • Defined in search/lib/commands/index.ts:116
  • GREEK: "Greek"
    +
  • Defined in search/lib/commands/index.ts:117
  • HUNGARIAN: "Hungarian"
    +
  • Defined in search/lib/commands/index.ts:118
  • INDONESAIN: "Indonesian"
    +
  • Defined in search/lib/commands/index.ts:119
  • IRISH: "Irish"
    +
  • Defined in search/lib/commands/index.ts:120
  • ITALIAN: "Italian"
    +
  • Defined in search/lib/commands/index.ts:121
  • LITHUANIAN: "Lithuanian"
    +
  • Defined in search/lib/commands/index.ts:122
  • NEPALI: "Nepali"
    +
  • Defined in search/lib/commands/index.ts:123
  • NORWEIGAN: "Norwegian"
    +
  • Defined in search/lib/commands/index.ts:124
  • PORTUGUESE: "Portuguese"
    +
  • Defined in search/lib/commands/index.ts:125
  • ROMANIAN: "Romanian"
    +
  • Defined in search/lib/commands/index.ts:126
  • RUSSIAN: "Russian"
    +
  • Defined in search/lib/commands/index.ts:127
  • SPANISH: "Spanish"
    +
  • Defined in search/lib/commands/index.ts:128
  • SWEDISH: "Swedish"
    +
  • Defined in search/lib/commands/index.ts:129
  • TAMIL: "Tamil"
    +
  • Defined in search/lib/commands/index.ts:130
  • TURKISH: "Turkish"
    +
  • Defined in search/lib/commands/index.ts:131
  • @@ -33,27 +35,27 @@
    GEO: "GEO"
    +
  • Defined in search/lib/commands/index.ts:183
  • NUMERIC: "NUMERIC"
    +
  • Defined in search/lib/commands/index.ts:182
  • TAG: "TAG"
    +
  • Defined in search/lib/commands/index.ts:184
  • TEXT: "TEXT"
    +
  • Defined in search/lib/commands/index.ts:181
  • VECTOR: "VECTOR"
    +
  • Defined in search/lib/commands/index.ts:185
  • @@ -32,22 +34,22 @@
    DM_EN: "dm:en"
    +
  • Defined in search/lib/commands/index.ts:208
  • DM_ES: "dm:es"
    +
  • Defined in search/lib/commands/index.ts:211
  • DM_FR: "dm:fr"
    +
  • Defined in search/lib/commands/index.ts:209
  • FM_PT: "dm:pt"
    +
  • Defined in search/lib/commands/index.ts:210
  • @@ -30,12 +32,12 @@
    FLAT: "FLAT"
    +
  • Defined in search/lib/commands/index.ts:232
  • HNSW: "HNSW"
    +
  • Defined in search/lib/commands/index.ts:233
  • @@ -41,67 +43,67 @@
    AVG: "AVG"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:24
  • COUNT: "COUNT"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:18
  • COUNT_DISTINCT: "COUNT_DISTINCT"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:19
  • COUNT_DISTINCTISH: "COUNT_DISTINCTISH"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:20
  • FIRST_VALUE: "FIRST_VALUE"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:29
  • MAX: "MAX"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:23
  • MIN: "MIN"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:22
  • QUANTILE: "QUANTILE"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:26
  • RANDOM_SAMPLE: "RANDOM_SAMPLE"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:30
  • STDDEV: "STDDEV"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:25
  • SUM: "SUM"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:21
  • TOLIST: "TOLIST"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:27
  • TO_LIST: "TOLIST"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:28
  • @@ -33,27 +35,27 @@
    APPLY: "APPLY"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:8
  • FILTER: "FILTER"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:10
  • GROUPBY: "GROUPBY"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:6
  • LIMIT: "LIMIT"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:9
  • SORTBY: "SORTBY"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:7
  • -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns void

    +

    Returns void

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns void

    +

    Returns void

    +

    Returns ProfileData

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns AggregateReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns AggregateWithCursorReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns ConfigGetReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns RedisCommandArgument[]

    +

    Returns RedisCommandArgument[]

    +

    Returns "OK"

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns string[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns InfoReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns ProfileReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns ProfileReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns SearchReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns SpellCheckReply

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns boolean

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns null | string[]

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns SuggestionWithPayload[] | null

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns SuggestionWithScores[] | null

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns SuggestionWithScoresAndPayloads[] | null

    +

    Returns string[]

    +

    Returns number

    +

    Returns string[]

    +

    Returns string[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    +

    Returns string[]

    @@ -25,7 +27,7 @@

    Properties

    -

    Properties

    @@ -33,7 +35,7 @@
    LIMITED?: true
    +
  • Defined in search/lib/commands/index.ts:525
  • +
  • LIMITED?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/search/interfaces/commands.ProfileReply.html b/documentation/search/interfaces/commands.ProfileReply.html index d31424c248..56dc68f8f5 100644 --- a/documentation/search/interfaces/commands.ProfileReply.html +++ b/documentation/search/interfaces/commands.ProfileReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • ProfileReply
    +
  • ProfileReply
  • @@ -34,12 +36,12 @@
    profile: ProfileData
    +
  • Defined in search/lib/commands/index.ts:544
  • +
  • Defined in search/lib/commands/index.ts:543
  • Indexable

    -
    [field: string]: CreateSchemaTextField | CreateSchemaNumericField | CreateSchemaGeoField | CreateSchemaTagField | CreateSchemaFlatVectorField | CreateSchemaHNSWVectorField
    +
    [field: string]: CreateSchemaTextField | CreateSchemaNumericField | CreateSchemaGeoField | CreateSchemaTagField | CreateSchemaFlatVectorField | CreateSchemaHNSWVectorField
    @@ -34,12 +36,12 @@
    documents: { id: string; value: SearchDocumentValue }[]
    +
  • Defined in search/lib/commands/index.ts:518
  • total: number
    +
  • Defined in search/lib/commands/index.ts:517
  • @@ -25,11 +27,11 @@

    Properties

    @@ -37,27 +39,27 @@
    DIALECT?: number
    +
  • Defined in search/lib/commands/AGGREGATE.ts:126
  • LOAD?: LoadField | LoadField[]
    +
  • Defined in search/lib/commands/AGGREGATE.ts:123
  • PARAMS?: Params
    +
  • Defined in search/lib/commands/AGGREGATE.ts:125
  • STEPS?: (GroupByStep | SortStep | ApplyStep | LimitStep | FilterStep)[]
    +
  • Defined in search/lib/commands/AGGREGATE.ts:124
  • VERBATIM?: true
    +
  • Defined in search/lib/commands/AGGREGATE.ts:122
  • +
  • DIALECT?
  • +
  • LOAD?
  • +
  • PARAMS?
  • +
  • STEPS?
  • +
  • VERBATIM?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/search/interfaces/commands_AGGREGATE.AggregateReply.html b/documentation/search/interfaces/commands_AGGREGATE.AggregateReply.html index 93797a5a05..a3a377a7e7 100644 --- a/documentation/search/interfaces/commands_AGGREGATE.AggregateReply.html +++ b/documentation/search/interfaces/commands_AGGREGATE.AggregateReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • AggregateReply
    +
  • AggregateReply
  • @@ -34,12 +36,12 @@
    results: Record<string, RedisCommandArgument>[]
    +
  • Defined in search/lib/commands/AGGREGATE.ts:291
  • total: number
    +
  • Defined in search/lib/commands/AGGREGATE.ts:290
  • @@ -25,23 +27,23 @@

    Properties

    @@ -49,37 +51,37 @@
    DIALECT?: number
    +
  • Defined in search/lib/commands/SEARCH.ts:58
  • EXPANDER?: string
    +
  • Defined in search/lib/commands/SEARCH.ts:47
  • HIGHLIGHT?: true | { FIELDS?: `@${string}` | `$.${string}` | (`@${string}` | `$.${string}`)[]; TAGS?: { close: string; open: string } }
    +
  • Defined in search/lib/commands/SEARCH.ts:37
  • INFIELDS?: string | string[]
    +
  • Defined in search/lib/commands/SEARCH.ts:29
  • INKEYS?: string | string[]
    +
  • Defined in search/lib/commands/SEARCH.ts:28
  • INORDER?: true
    +
  • Defined in search/lib/commands/SEARCH.ts:45
  • +
  • Defined in search/lib/commands/SEARCH.ts:46
  • LIMIT?: { from: string | number; size: string | number }
    @@ -91,52 +93,52 @@
  • size: string | number
  • +
  • Defined in search/lib/commands/SEARCH.ts:53
  • NOSTOPWORDS?: true
    +
  • Defined in search/lib/commands/SEARCH.ts:12
  • PARAMS?: Params
    +
  • Defined in search/lib/commands/SEARCH.ts:57
  • RETURN?: string | string[]
    +
  • Defined in search/lib/commands/SEARCH.ts:30
  • SCORER?: string
    +
  • Defined in search/lib/commands/SEARCH.ts:48
  • SLOP?: number
    +
  • Defined in search/lib/commands/SEARCH.ts:44
  • +
  • Defined in search/lib/commands/SEARCH.ts:51
  • SUMMARIZE?: true | { FIELDS?: `@${string}` | `$.${string}` | (`@${string}` | `$.${string}`)[]; FRAGS?: number; LEN?: number; SEPARATOR?: string }
    +
  • Defined in search/lib/commands/SEARCH.ts:31
  • VERBATIM?: true
    +
  • Defined in search/lib/commands/SEARCH.ts:11
  • WITHSORTKEYS?: true
    +
  • Defined in search/lib/commands/SEARCH.ts:15
  • +
  • DIALECT?
  • +
  • EXPANDER?
  • +
  • HIGHLIGHT?
  • +
  • INFIELDS?
  • +
  • INKEYS?
  • +
  • INORDER?
  • +
  • LANGUAGE?
  • +
  • LIMIT?
  • +
  • NOSTOPWORDS?
  • +
  • PARAMS?
  • +
  • RETURN?
  • +
  • SCORER?
  • +
  • SLOP?
  • +
  • SORTBY?
  • +
  • SUMMARIZE?
  • +
  • VERBATIM?
  • +
  • WITHSORTKEYS?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/search/interfaces/commands_SUGGET.SugGetOptions.html b/documentation/search/interfaces/commands_SUGGET.SugGetOptions.html index 2c8ffc1d71..d603f291ec 100644 --- a/documentation/search/interfaces/commands_SUGGET.SugGetOptions.html +++ b/documentation/search/interfaces/commands_SUGGET.SugGetOptions.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • SugGetOptions
    +
  • SugGetOptions
  • @@ -25,8 +27,8 @@

    Properties

    -

    Properties

    @@ -34,12 +36,12 @@
    FUZZY?: true
    +
  • Defined in search/lib/commands/SUGGET.ts:4
  • MAX?: number
    +
  • Defined in search/lib/commands/SUGGET.ts:5
  • +
  • FUZZY?
  • +
  • MAX?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/search/interfaces/commands_SUGGET_WITHPAYLOADS.SuggestionWithPayload.html b/documentation/search/interfaces/commands_SUGGET_WITHPAYLOADS.SuggestionWithPayload.html index 80ed25fd9c..55fa1d3a54 100644 --- a/documentation/search/interfaces/commands_SUGGET_WITHPAYLOADS.SuggestionWithPayload.html +++ b/documentation/search/interfaces/commands_SUGGET_WITHPAYLOADS.SuggestionWithPayload.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • SuggestionWithPayload
    +
  • SuggestionWithPayload
  • @@ -34,12 +36,12 @@
    payload: null | string
    +
  • Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:14
  • suggestion: string
    +
  • Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:13
  • @@ -34,12 +36,12 @@
    score: number
    +
  • Defined in search/lib/commands/SUGGET_WITHSCORES.ts:14
  • suggestion: string
    +
  • Defined in search/lib/commands/SUGGET_WITHSCORES.ts:13
  • +

    Module commands/AGGREGATE

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html b/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html index 024d70964f..d2df042b61 100644 --- a/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html +++ b/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html @@ -12,7 +12,11 @@ -

    Module commands/AGGREGATE_WITHCURSOR

    +

    Module commands/AGGREGATE_WITHCURSOR

    +
    +
    diff --git a/documentation/search/modules/commands_ALIASADD.html b/documentation/search/modules/commands_ALIASADD.html index f2325de609..6c708a12cf 100644 --- a/documentation/search/modules/commands_ALIASADD.html +++ b/documentation/search/modules/commands_ALIASADD.html @@ -12,7 +12,11 @@ -

    Module commands/ALIASADD

    +

    Module commands/ALIASADD

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_ALIASDEL.html b/documentation/search/modules/commands_ALIASDEL.html index d64b379904..c9ea3395bc 100644 --- a/documentation/search/modules/commands_ALIASDEL.html +++ b/documentation/search/modules/commands_ALIASDEL.html @@ -12,7 +12,11 @@ -

    Module commands/ALIASDEL

    +

    Module commands/ALIASDEL

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_ALIASUPDATE.html b/documentation/search/modules/commands_ALIASUPDATE.html index d46323546f..c63cafafca 100644 --- a/documentation/search/modules/commands_ALIASUPDATE.html +++ b/documentation/search/modules/commands_ALIASUPDATE.html @@ -12,7 +12,11 @@ -

    Module commands/ALIASUPDATE

    +

    Module commands/ALIASUPDATE

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_ALTER.html b/documentation/search/modules/commands_ALTER.html index a5630f7b7b..34b21b05c3 100644 --- a/documentation/search/modules/commands_ALTER.html +++ b/documentation/search/modules/commands_ALTER.html @@ -12,7 +12,11 @@ -

    Module commands/ALTER

    +

    Module commands/ALTER

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_CONFIG_GET.html b/documentation/search/modules/commands_CONFIG_GET.html index eeaae1a475..741221210c 100644 --- a/documentation/search/modules/commands_CONFIG_GET.html +++ b/documentation/search/modules/commands_CONFIG_GET.html @@ -12,7 +12,11 @@ -

    Module commands/CONFIG_GET

    +

    Module commands/CONFIG_GET

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_CONFIG_SET.html b/documentation/search/modules/commands_CONFIG_SET.html index 6ace869d58..0c5ce9dc40 100644 --- a/documentation/search/modules/commands_CONFIG_SET.html +++ b/documentation/search/modules/commands_CONFIG_SET.html @@ -12,7 +12,11 @@ -

    Module commands/CONFIG_SET

    +

    Module commands/CONFIG_SET

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_CREATE.html b/documentation/search/modules/commands_CREATE.html index 31b4dc22ec..3f55a51d80 100644 --- a/documentation/search/modules/commands_CREATE.html +++ b/documentation/search/modules/commands_CREATE.html @@ -12,7 +12,11 @@ -

    Module commands/CREATE

    +

    Module commands/CREATE

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_CURSOR_DEL.html b/documentation/search/modules/commands_CURSOR_DEL.html index 7a01b14e00..aceaa109c0 100644 --- a/documentation/search/modules/commands_CURSOR_DEL.html +++ b/documentation/search/modules/commands_CURSOR_DEL.html @@ -12,7 +12,11 @@ -

    Module commands/CURSOR_DEL

    +

    Module commands/CURSOR_DEL

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_CURSOR_READ.html b/documentation/search/modules/commands_CURSOR_READ.html index b18c34e353..5ba1d43039 100644 --- a/documentation/search/modules/commands_CURSOR_READ.html +++ b/documentation/search/modules/commands_CURSOR_READ.html @@ -12,7 +12,11 @@ -

    Module commands/CURSOR_READ

    +

    Module commands/CURSOR_READ

    +
    +
    diff --git a/documentation/search/modules/commands_DICTADD.html b/documentation/search/modules/commands_DICTADD.html index b987d5e553..b1e3ff0c71 100644 --- a/documentation/search/modules/commands_DICTADD.html +++ b/documentation/search/modules/commands_DICTADD.html @@ -12,7 +12,11 @@ -

    Module commands/DICTADD

    +

    Module commands/DICTADD

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_DICTDEL.html b/documentation/search/modules/commands_DICTDEL.html index b2024904cd..c5c5eae287 100644 --- a/documentation/search/modules/commands_DICTDEL.html +++ b/documentation/search/modules/commands_DICTDEL.html @@ -12,7 +12,11 @@ -

    Module commands/DICTDEL

    +

    Module commands/DICTDEL

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_DICTDUMP.html b/documentation/search/modules/commands_DICTDUMP.html index 5d1cf35d56..2b69a0d534 100644 --- a/documentation/search/modules/commands_DICTDUMP.html +++ b/documentation/search/modules/commands_DICTDUMP.html @@ -12,7 +12,11 @@ -

    Module commands/DICTDUMP

    +

    Module commands/DICTDUMP

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_DROPINDEX.html b/documentation/search/modules/commands_DROPINDEX.html index 86915c6c58..4005774267 100644 --- a/documentation/search/modules/commands_DROPINDEX.html +++ b/documentation/search/modules/commands_DROPINDEX.html @@ -12,7 +12,11 @@ -

    Module commands/DROPINDEX

    +

    Module commands/DROPINDEX

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_EXPLAIN.html b/documentation/search/modules/commands_EXPLAIN.html index 32efcbbfe3..5a1bc69674 100644 --- a/documentation/search/modules/commands_EXPLAIN.html +++ b/documentation/search/modules/commands_EXPLAIN.html @@ -12,7 +12,11 @@ -

    Module commands/EXPLAIN

    +

    Module commands/EXPLAIN

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_EXPLAINCLI.html b/documentation/search/modules/commands_EXPLAINCLI.html index 130fd790b7..f0b1be9da1 100644 --- a/documentation/search/modules/commands_EXPLAINCLI.html +++ b/documentation/search/modules/commands_EXPLAINCLI.html @@ -12,7 +12,11 @@ -

    Module commands/EXPLAINCLI

    +

    Module commands/EXPLAINCLI

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_INFO.html b/documentation/search/modules/commands_INFO.html index 3982286cad..14e8f28e76 100644 --- a/documentation/search/modules/commands_INFO.html +++ b/documentation/search/modules/commands_INFO.html @@ -12,7 +12,11 @@ -

    Module commands/INFO

    +

    Module commands/INFO

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_PROFILE_AGGREGATE.html b/documentation/search/modules/commands_PROFILE_AGGREGATE.html index f3ed4c8d95..f7a51dd0ad 100644 --- a/documentation/search/modules/commands_PROFILE_AGGREGATE.html +++ b/documentation/search/modules/commands_PROFILE_AGGREGATE.html @@ -12,7 +12,11 @@ -

    Module commands/PROFILE_AGGREGATE

    +

    Module commands/PROFILE_AGGREGATE

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_PROFILE_SEARCH.html b/documentation/search/modules/commands_PROFILE_SEARCH.html index 49c21d29a7..87fad8e4a7 100644 --- a/documentation/search/modules/commands_PROFILE_SEARCH.html +++ b/documentation/search/modules/commands_PROFILE_SEARCH.html @@ -12,7 +12,11 @@ -

    Module commands/PROFILE_SEARCH

    +

    Module commands/PROFILE_SEARCH

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SEARCH.html b/documentation/search/modules/commands_SEARCH.html index cf2d12c65e..65f78c75c5 100644 --- a/documentation/search/modules/commands_SEARCH.html +++ b/documentation/search/modules/commands_SEARCH.html @@ -12,7 +12,11 @@ -

    Module commands/SEARCH

    +

    Module commands/SEARCH

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SPELLCHECK.html b/documentation/search/modules/commands_SPELLCHECK.html index ed2fc10b3f..f9e4cd9b48 100644 --- a/documentation/search/modules/commands_SPELLCHECK.html +++ b/documentation/search/modules/commands_SPELLCHECK.html @@ -12,7 +12,11 @@ -

    Module commands/SPELLCHECK

    +

    Module commands/SPELLCHECK

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SUGADD.html b/documentation/search/modules/commands_SUGADD.html index 0df71ea2f0..49a281e6cd 100644 --- a/documentation/search/modules/commands_SUGADD.html +++ b/documentation/search/modules/commands_SUGADD.html @@ -12,7 +12,11 @@ -

    Module commands/SUGADD

    +

    Module commands/SUGADD

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SUGDEL.html b/documentation/search/modules/commands_SUGDEL.html index 3eff6a01ff..07127f54d9 100644 --- a/documentation/search/modules/commands_SUGDEL.html +++ b/documentation/search/modules/commands_SUGDEL.html @@ -12,7 +12,11 @@ -

    Module commands/SUGDEL

    +

    Module commands/SUGDEL

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SUGGET.html b/documentation/search/modules/commands_SUGGET.html index 745fd1aee5..19e4e3b62c 100644 --- a/documentation/search/modules/commands_SUGGET.html +++ b/documentation/search/modules/commands_SUGGET.html @@ -12,7 +12,11 @@ -

    Module commands/SUGGET

    +

    Module commands/SUGGET

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html b/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html index a94cc0cc69..d0eb369382 100644 --- a/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html +++ b/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html @@ -12,7 +12,11 @@ -

    Module commands/SUGGET_WITHPAYLOADS

    +

    Module commands/SUGGET_WITHPAYLOADS

    +
    +
    diff --git a/documentation/search/modules/commands_SUGGET_WITHSCORES.html b/documentation/search/modules/commands_SUGGET_WITHSCORES.html index 27fddf475e..9eb465e5e4 100644 --- a/documentation/search/modules/commands_SUGGET_WITHSCORES.html +++ b/documentation/search/modules/commands_SUGGET_WITHSCORES.html @@ -12,7 +12,11 @@ -

    Module commands/SUGGET_WITHSCORES

    +

    Module commands/SUGGET_WITHSCORES

    +
    +
    diff --git a/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html b/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html index 1d1dc63ba6..6c20c46c64 100644 --- a/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html +++ b/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html @@ -12,7 +12,11 @@ -

    Module commands/SUGGET_WITHSCORES_WITHPAYLOADS

    +

    Module commands/SUGGET_WITHSCORES_WITHPAYLOADS

    +
    +
    diff --git a/documentation/search/modules/commands_SUGLEN.html b/documentation/search/modules/commands_SUGLEN.html index 18b8d3aa14..d69f64dd1a 100644 --- a/documentation/search/modules/commands_SUGLEN.html +++ b/documentation/search/modules/commands_SUGLEN.html @@ -12,7 +12,11 @@ -

    Module commands/SUGLEN

    +

    Module commands/SUGLEN

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SYNDUMP.html b/documentation/search/modules/commands_SYNDUMP.html index 12ae18425e..9dd2f4ec9e 100644 --- a/documentation/search/modules/commands_SYNDUMP.html +++ b/documentation/search/modules/commands_SYNDUMP.html @@ -12,7 +12,11 @@ -

    Module commands/SYNDUMP

    +

    Module commands/SYNDUMP

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_SYNUPDATE.html b/documentation/search/modules/commands_SYNUPDATE.html index ea6cad120d..281114b5e5 100644 --- a/documentation/search/modules/commands_SYNUPDATE.html +++ b/documentation/search/modules/commands_SYNUPDATE.html @@ -12,7 +12,11 @@ -

    Module commands/SYNUPDATE

    +

    Module commands/SYNUPDATE

    +
    +

    Index

    diff --git a/documentation/search/modules/commands_TAGVALS.html b/documentation/search/modules/commands_TAGVALS.html index fdfb7766dc..2b8d27ee4e 100644 --- a/documentation/search/modules/commands_TAGVALS.html +++ b/documentation/search/modules/commands_TAGVALS.html @@ -12,7 +12,11 @@ -

    Module commands/TAGVALS

    +

    Module commands/TAGVALS

    +
    +

    Index

    diff --git a/documentation/search/modules/commands__LIST.html b/documentation/search/modules/commands__LIST.html index eccf7946d1..a00f160721 100644 --- a/documentation/search/modules/commands__LIST.html +++ b/documentation/search/modules/commands__LIST.html @@ -12,7 +12,11 @@ -

    Module commands/_LIST

    +

    Module commands/_LIST

    +
    +

    Index

    diff --git a/documentation/search/modules/index.html b/documentation/search/modules/index.html index 854b21c167..b1beb59673 100644 --- a/documentation/search/modules/index.html +++ b/documentation/search/modules/index.html @@ -12,7 +12,11 @@ -

    Module index

    +

    Module index

    +
    +
    diff --git a/documentation/search/types/commands.Params.html b/documentation/search/types/commands.Params.html index 10530f6db3..cd0fef45bc 100644 --- a/documentation/search/types/commands.Params.html +++ b/documentation/search/types/commands.Params.html @@ -16,7 +16,7 @@

    Type alias Params

    Params: Record<string, RedisCommandArgument | number>
    +
  • Defined in search/lib/commands/index.ts:377
  • +
  • Defined in search/lib/commands/index.ts:135
  • +
  • Defined in search/lib/commands/index.ts:137
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:284
  • +
  • Defined in search/lib/commands/SEARCH.ts:72
  • +
  • Defined in search/lib/commands/index.ts:38
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:129
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:131
  • +
  • Defined in search/lib/commands/CURSOR_DEL.ts:3
  • +
  • Defined in search/lib/commands/CURSOR_READ.ts:3
  • +
  • Defined in search/lib/commands/CURSOR_READ.ts:5
  • +
  • Defined in search/lib/commands/EXPLAIN.ts:3
  • +
  • Defined in search/lib/commands/EXPLAINCLI.ts:1
  • +
  • Defined in search/lib/commands/PROFILE_AGGREGATE.ts:4
  • +
  • Defined in search/lib/commands/PROFILE_SEARCH.ts:5
  • +
  • Defined in search/lib/commands/SEARCH.ts:5
  • +
  • Defined in search/lib/commands/SEARCH.ts:7
  • +
  • Defined in search/lib/commands/SUGGET.ts:1
  • +
  • Defined in search/lib/commands/SUGLEN.ts:1
  • @@ -40,62 +42,62 @@
    AVERAGE: "avg"
    +
  • Defined in commands/index.ts:71
  • COUNT: "count"
    +
  • Defined in commands/index.ts:76
  • FIRST: "first"
    +
  • Defined in commands/index.ts:77
  • LAST: "last"
    +
  • Defined in commands/index.ts:78
  • MAXIMUM: "max"
    +
  • Defined in commands/index.ts:74
  • MINIMUM: "min"
    +
  • Defined in commands/index.ts:73
  • RANGE: "range"
    +
  • Defined in commands/index.ts:75
  • STD_P: "std.p"
    +
  • Defined in commands/index.ts:79
  • STD_S: "std.s"
    +
  • Defined in commands/index.ts:80
  • SUM: "sum"
    +
  • Defined in commands/index.ts:72
  • VAR_P: "var.p"
    +
  • Defined in commands/index.ts:81
  • VAR_S: "var.s"
    +
  • Defined in commands/index.ts:82
  • @@ -34,32 +36,32 @@
    BLOCK: "BLOCK"
    +
  • Defined in commands/index.ts:86
  • FIRST: "FIRST"
    +
  • Defined in commands/index.ts:87
  • LAST: "LAST"
    +
  • Defined in commands/index.ts:88
  • MAX: "MAX"
    +
  • Defined in commands/index.ts:90
  • MIN: "MIN"
    +
  • Defined in commands/index.ts:89
  • SUM: "SUM"
    +
  • Defined in commands/index.ts:91
  • @@ -30,12 +32,12 @@
    COMPRESSED: "COMPRESSED"
    +
  • Defined in commands/index.ts:124
  • UNCOMPRESSED: "UNCOMPRESSED"
    +
  • Defined in commands/index.ts:125
  • @@ -31,17 +33,17 @@
    MAXIMUM: "max"
    +
  • Defined in commands/index.ts:97
  • MINIMUM: "min"
    +
  • Defined in commands/index.ts:96
  • SUM: "sum"
    +
  • Defined in commands/index.ts:95
  • -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns Labels

    +

    Returns MRangeReplyItem[]

    +

    Returns MRangeWithLabelsReplyItem[]

    +

    Returns SampleReply[]

    +

    Returns SampleReply

    +

    Returns string

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    -

    Returns string[]

    +

    Returns string[]

    +

    Returns "OK"

    +

    Returns string[]

    +

    Returns null | SampleReply

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns number

    +

    Returns string[]

    +

    Returns InfoReply

    +

    Returns string[]

    +

    Returns InfoDebugReply

    +

    Returns string[]

    +

    Returns number[]

    +

    Returns RedisCommandArguments

    +

    Returns MGetReply[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns MGetWithLabelsReply[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns string[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns SampleReply[]

    -

    Returns RedisCommandArguments

    +

    Returns RedisCommandArguments

    +

    Returns SampleReply[]

    @@ -25,11 +27,11 @@

    Properties

    @@ -37,27 +39,27 @@
    CHUNK_SIZE?: number
    +
  • Defined in commands/index.ts:182
  • LABELS?: Labels
    +
  • Defined in commands/index.ts:183
  • RETENTION?: number
    +
  • Defined in commands/index.ts:180
  • TIMESTAMP?: Timestamp
    +
  • Defined in commands/index.ts:179
  • UNCOMPRESSED?: boolean
    +
  • Defined in commands/index.ts:181
  • +
  • CHUNK_SIZE?
  • +
  • LABELS?
  • +
  • RETENTION?
  • +
  • TIMESTAMP?
  • +
  • UNCOMPRESSED?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/time-series/interfaces/commands.MRangeOptions.html b/documentation/time-series/interfaces/commands.MRangeOptions.html index aaaf551650..87bd0bd61c 100644 --- a/documentation/time-series/interfaces/commands.MRangeOptions.html +++ b/documentation/time-series/interfaces/commands.MRangeOptions.html @@ -21,7 +21,9 @@
    +
  • MRangeWithLabelsOptions
  • @@ -29,12 +31,12 @@

    Properties

    @@ -50,25 +52,25 @@
    type: TimeSeriesAggregationType
    +
  • Defined in commands/index.ts:237
  • ALIGN?: Timestamp
    +
  • Defined in commands/index.ts:236
  • COUNT?: number
    +
  • Defined in commands/index.ts:235
  • FILTER_BY_TS?: Timestamp[]
    +
  • Defined in commands/index.ts:230
  • FILTER_BY_VALUE?: { max: number; min: number }
    @@ -81,12 +83,12 @@
    min: number
    +
  • Defined in commands/index.ts:231
  • GROUPBY?: MRangeGroupBy
    +
  • Defined in commands/index.ts:320
  • +
  • AGGREGATION?
  • +
  • ALIGN?
  • +
  • COUNT?
  • +
  • FILTER_BY_TS?
  • +
  • FILTER_BY_VALUE?
  • +
  • GROUPBY?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/time-series/interfaces/commands.MRangeWithLabelsOptions.html b/documentation/time-series/interfaces/commands.MRangeWithLabelsOptions.html index 257bcba127..214391307b 100644 --- a/documentation/time-series/interfaces/commands.MRangeWithLabelsOptions.html +++ b/documentation/time-series/interfaces/commands.MRangeWithLabelsOptions.html @@ -19,7 +19,9 @@
    +
  • MRangeWithLabelsOptions
  • @@ -27,13 +29,13 @@

    Properties

    @@ -49,25 +51,25 @@
    type: TimeSeriesAggregationType
    +
  • Defined in commands/index.ts:237
  • ALIGN?: Timestamp
    +
  • Defined in commands/index.ts:236
  • COUNT?: number
    +
  • Defined in commands/index.ts:235
  • FILTER_BY_TS?: Timestamp[]
    +
  • Defined in commands/index.ts:230
  • FILTER_BY_VALUE?: { max: number; min: number }
    @@ -80,18 +82,18 @@
    min: number
    +
  • Defined in commands/index.ts:231
  • GROUPBY?: MRangeGroupBy
    +
  • Defined in commands/index.ts:320
  • SELECTED_LABELS?: SelectedLabels
    +
  • Defined in commands/index.ts:349
  • +
  • AGGREGATION?
  • +
  • ALIGN?
  • +
  • COUNT?
  • +
  • FILTER_BY_TS?
  • +
  • FILTER_BY_VALUE?
  • +
  • GROUPBY?
  • +
  • SELECTED_LABELS?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/time-series/interfaces/commands.MRangeWithLabelsReplyItem.html b/documentation/time-series/interfaces/commands.MRangeWithLabelsReplyItem.html index 3f9b6f5766..168af85ad2 100644 --- a/documentation/time-series/interfaces/commands.MRangeWithLabelsReplyItem.html +++ b/documentation/time-series/interfaces/commands.MRangeWithLabelsReplyItem.html @@ -19,7 +19,9 @@
    • MRangeReplyItem
        -
      • MRangeWithLabelsReplyItem
    +
  • MRangeWithLabelsReplyItem
  • @@ -38,18 +40,18 @@
    key: string
    +
  • Defined in commands/index.ts:376
  • labels: Labels
    +
  • Defined in commands/index.ts:393
  • samples: SampleReply[]
    +
  • Defined in commands/index.ts:377
  • +
  • MRangeOptions
  • @@ -27,11 +29,11 @@

    Properties

    @@ -46,22 +48,22 @@
  • type: TimeSeriesAggregationType
  • +
  • Defined in commands/index.ts:237
  • ALIGN?: Timestamp
    +
  • Defined in commands/index.ts:236
  • COUNT?: number
    +
  • Defined in commands/index.ts:235
  • FILTER_BY_TS?: Timestamp[]
    +
  • Defined in commands/index.ts:230
  • FILTER_BY_VALUE?: { max: number; min: number }
    @@ -73,7 +75,7 @@
  • min: number
  • +
  • Defined in commands/index.ts:231
  • +
  • AGGREGATION?
  • +
  • ALIGN?
  • +
  • COUNT?
  • +
  • FILTER_BY_TS?
  • +
  • FILTER_BY_VALUE?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/time-series/interfaces/commands.SampleReply.html b/documentation/time-series/interfaces/commands.SampleReply.html index 0ef235e4ee..84ef8feb84 100644 --- a/documentation/time-series/interfaces/commands.SampleReply.html +++ b/documentation/time-series/interfaces/commands.SampleReply.html @@ -17,7 +17,9 @@

    Hierarchy

      -
    • SampleReply
    +
  • SampleReply
  • @@ -34,12 +36,12 @@
    timestamp: number
    +
  • Defined in commands/index.ts:218
  • value: number
    +
  • Defined in commands/index.ts:219
  • @@ -44,62 +46,62 @@
    chunkCount: number
    +
  • Defined in commands/INFO.ts:44
  • chunkSize: number
    +
  • Defined in commands/INFO.ts:45
  • chunkType: string
    +
  • Defined in commands/INFO.ts:46
  • duplicatePolicy: null | TimeSeriesDuplicatePolicies
    +
  • Defined in commands/INFO.ts:47
  • firstTimestamp: number
    +
  • Defined in commands/INFO.ts:41
  • labels: { name: string; value: string }[]
    +
  • Defined in commands/INFO.ts:48
  • lastTimestamp: number
    +
  • Defined in commands/INFO.ts:42
  • memoryUsage: number
    +
  • Defined in commands/INFO.ts:40
  • retentionTime: number
    +
  • Defined in commands/INFO.ts:43
  • rules: { aggregationType: TimeSeriesAggregationType; key: string; timeBucket: number }[]
    +
  • Defined in commands/INFO.ts:53
  • sourceKey: null | string
    +
  • Defined in commands/INFO.ts:52
  • totalSamples: number
    +
  • Defined in commands/INFO.ts:39
  • +
  • MGetWithLabelsReply
  • @@ -36,12 +38,12 @@
    key: string
    +
  • Defined in commands/MGET.ts:17
  • sample: SampleReply
    +
  • Defined in commands/MGET.ts:18
  • +
  • MGetWithLabelsReply
  • @@ -38,18 +40,18 @@
    key: string
    +
  • Defined in commands/MGET.ts:17
  • labels: Labels
    +
  • Defined in commands/MGET_WITHLABELS.ts:28
  • sample: SampleReply
    +
  • Defined in commands/MGET.ts:18
  • +

    Module commands/ADD

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_ALTER.html b/documentation/time-series/modules/commands_ALTER.html index 3e0ecb6aa9..01535f7a83 100644 --- a/documentation/time-series/modules/commands_ALTER.html +++ b/documentation/time-series/modules/commands_ALTER.html @@ -12,7 +12,11 @@ -

    Module commands/ALTER

    +

    Module commands/ALTER

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_CREATE.html b/documentation/time-series/modules/commands_CREATE.html index 223ee36d0d..fc3bac1d02 100644 --- a/documentation/time-series/modules/commands_CREATE.html +++ b/documentation/time-series/modules/commands_CREATE.html @@ -12,7 +12,11 @@ -

    Module commands/CREATE

    +

    Module commands/CREATE

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_CREATERULE.html b/documentation/time-series/modules/commands_CREATERULE.html index 3a0687d9e5..c8acc9a752 100644 --- a/documentation/time-series/modules/commands_CREATERULE.html +++ b/documentation/time-series/modules/commands_CREATERULE.html @@ -12,7 +12,11 @@ -

    Module commands/CREATERULE

    +

    Module commands/CREATERULE

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_DECRBY.html b/documentation/time-series/modules/commands_DECRBY.html index ae49529058..af31751514 100644 --- a/documentation/time-series/modules/commands_DECRBY.html +++ b/documentation/time-series/modules/commands_DECRBY.html @@ -12,7 +12,11 @@ -

    Module commands/DECRBY

    +

    Module commands/DECRBY

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_DEL.html b/documentation/time-series/modules/commands_DEL.html index 0ac2dbeb52..6db7e9be30 100644 --- a/documentation/time-series/modules/commands_DEL.html +++ b/documentation/time-series/modules/commands_DEL.html @@ -12,7 +12,11 @@ -

    Module commands/DEL

    +

    Module commands/DEL

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_DELETERULE.html b/documentation/time-series/modules/commands_DELETERULE.html index bd514434d0..fa789e1466 100644 --- a/documentation/time-series/modules/commands_DELETERULE.html +++ b/documentation/time-series/modules/commands_DELETERULE.html @@ -12,7 +12,11 @@ -

    Module commands/DELETERULE

    +

    Module commands/DELETERULE

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_GET.html b/documentation/time-series/modules/commands_GET.html index 2351cabcbe..ec13398a29 100644 --- a/documentation/time-series/modules/commands_GET.html +++ b/documentation/time-series/modules/commands_GET.html @@ -12,7 +12,11 @@ -

    Module commands/GET

    +

    Module commands/GET

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_INCRBY.html b/documentation/time-series/modules/commands_INCRBY.html index 86d13314b5..8ee0162686 100644 --- a/documentation/time-series/modules/commands_INCRBY.html +++ b/documentation/time-series/modules/commands_INCRBY.html @@ -12,7 +12,11 @@ -

    Module commands/INCRBY

    +

    Module commands/INCRBY

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_INFO.html b/documentation/time-series/modules/commands_INFO.html index 60237b317f..412c8dd536 100644 --- a/documentation/time-series/modules/commands_INFO.html +++ b/documentation/time-series/modules/commands_INFO.html @@ -12,7 +12,11 @@ -

    Module commands/INFO

    +

    Module commands/INFO

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_INFO_DEBUG.html b/documentation/time-series/modules/commands_INFO_DEBUG.html index d6e0360fae..9d1e675e59 100644 --- a/documentation/time-series/modules/commands_INFO_DEBUG.html +++ b/documentation/time-series/modules/commands_INFO_DEBUG.html @@ -12,7 +12,11 @@ -

    Module commands/INFO_DEBUG

    +

    Module commands/INFO_DEBUG

    +
    +
    diff --git a/documentation/time-series/modules/commands_MADD.html b/documentation/time-series/modules/commands_MADD.html index db1d58197a..fe14ff6a0e 100644 --- a/documentation/time-series/modules/commands_MADD.html +++ b/documentation/time-series/modules/commands_MADD.html @@ -12,7 +12,11 @@ -

    Module commands/MADD

    +

    Module commands/MADD

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_MGET.html b/documentation/time-series/modules/commands_MGET.html index 4502add178..42e7261ce1 100644 --- a/documentation/time-series/modules/commands_MGET.html +++ b/documentation/time-series/modules/commands_MGET.html @@ -12,7 +12,11 @@ -

    Module commands/MGET

    +

    Module commands/MGET

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_MGET_WITHLABELS.html b/documentation/time-series/modules/commands_MGET_WITHLABELS.html index 18fea1a7ca..4ae1fd4693 100644 --- a/documentation/time-series/modules/commands_MGET_WITHLABELS.html +++ b/documentation/time-series/modules/commands_MGET_WITHLABELS.html @@ -12,7 +12,11 @@ -

    Module commands/MGET_WITHLABELS

    +

    Module commands/MGET_WITHLABELS

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_MRANGE.html b/documentation/time-series/modules/commands_MRANGE.html index 9e243aa832..ed314e8291 100644 --- a/documentation/time-series/modules/commands_MRANGE.html +++ b/documentation/time-series/modules/commands_MRANGE.html @@ -12,7 +12,11 @@ -

    Module commands/MRANGE

    +

    Module commands/MRANGE

    +
    +
    diff --git a/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html b/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html index df7d317b22..de85f81ec9 100644 --- a/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html +++ b/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html @@ -12,7 +12,11 @@ -

    Module commands/MRANGE_WITHLABELS

    +

    Module commands/MRANGE_WITHLABELS

    +
    +
    diff --git a/documentation/time-series/modules/commands_MREVRANGE.html b/documentation/time-series/modules/commands_MREVRANGE.html index 6f9d8c2d61..98e6bfcd94 100644 --- a/documentation/time-series/modules/commands_MREVRANGE.html +++ b/documentation/time-series/modules/commands_MREVRANGE.html @@ -12,7 +12,11 @@ -

    Module commands/MREVRANGE

    +

    Module commands/MREVRANGE

    +
    +
    diff --git a/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html b/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html index 74757baf7a..855a6861cf 100644 --- a/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html +++ b/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html @@ -12,7 +12,11 @@ -

    Module commands/MREVRANGE_WITHLABELS

    +

    Module commands/MREVRANGE_WITHLABELS

    +
    +
    diff --git a/documentation/time-series/modules/commands_QUERYINDEX.html b/documentation/time-series/modules/commands_QUERYINDEX.html index 54adc6d7b3..9a1b704bf8 100644 --- a/documentation/time-series/modules/commands_QUERYINDEX.html +++ b/documentation/time-series/modules/commands_QUERYINDEX.html @@ -12,7 +12,11 @@ -

    Module commands/QUERYINDEX

    +

    Module commands/QUERYINDEX

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_RANGE.html b/documentation/time-series/modules/commands_RANGE.html index bdfae3f07f..ea9fb9f8f9 100644 --- a/documentation/time-series/modules/commands_RANGE.html +++ b/documentation/time-series/modules/commands_RANGE.html @@ -12,7 +12,11 @@ -

    Module commands/RANGE

    +

    Module commands/RANGE

    +
    +

    Index

    diff --git a/documentation/time-series/modules/commands_REVRANGE.html b/documentation/time-series/modules/commands_REVRANGE.html index a41801ec40..bbdc87df36 100644 --- a/documentation/time-series/modules/commands_REVRANGE.html +++ b/documentation/time-series/modules/commands_REVRANGE.html @@ -12,7 +12,11 @@ -

    Module commands/REVRANGE

    +

    Module commands/REVRANGE

    +
    +

    Index

    diff --git a/documentation/time-series/modules/index.html b/documentation/time-series/modules/index.html index ed81eb367e..94f78e3131 100644 --- a/documentation/time-series/modules/index.html +++ b/documentation/time-series/modules/index.html @@ -12,7 +12,11 @@ -

    Module index

    +

    Module index

    +
    +
    diff --git a/documentation/time-series/types/commands.Filter.html b/documentation/time-series/types/commands.Filter.html index e77490ca8d..1d08a855b5 100644 --- a/documentation/time-series/types/commands.Filter.html +++ b/documentation/time-series/types/commands.Filter.html @@ -16,7 +16,7 @@

    Type alias Filter

    Filter: string | string[]
    +
  • Defined in commands/index.ts:312
  • +
  • Defined in commands/index.ts:152
  • +
  • Defined in commands/index.ts:150
  • +
  • Defined in commands/index.ts:215
  • +
  • Defined in commands/index.ts:335
  • +
  • Defined in commands/index.ts:100
  • +
  • Defined in commands/INFO.ts:11
  • +
  • Defined in commands/MGET.ts:10
  • +
  • Defined in commands/index.ts:25
  • +
  • Defined in commands/ADD.ts:21
  • +
  • Defined in commands/ALTER.ts:3
  • +
  • Defined in commands/CREATE.ts:11
  • +
  • Defined in commands/CREATERULE.ts:3
  • +
  • Defined in commands/DECRBY.ts:4
  • +
  • Defined in commands/DEL.ts:4
  • +
  • Defined in commands/DELETERULE.ts:1
  • +
  • Defined in commands/GET.ts:3
  • +
  • Defined in commands/GET.ts:5
  • +
  • Defined in commands/INCRBY.ts:4
  • +
  • Defined in commands/INFO.ts:3
  • +
  • Defined in commands/INFO.ts:5
  • +
  • Defined in commands/MADD.ts:3
  • +
  • Defined in commands/MGET.ts:4
  • +
  • Defined in commands/MGET_WITHLABELS.ts:13
  • +
  • Defined in commands/MRANGE.ts:4
  • +
  • Defined in commands/MRANGE_WITHLABELS.ts:4
  • +
  • Defined in commands/MREVRANGE.ts:4
  • +
  • Defined in commands/MREVRANGE_WITHLABELS.ts:4
  • +
  • Defined in commands/QUERYINDEX.ts:5
  • +
  • Defined in commands/RANGE.ts:4
  • +
  • Defined in commands/RANGE.ts:6
  • +
  • Defined in commands/REVRANGE.ts:4
  • +
  • Defined in commands/REVRANGE.ts:6