diff --git a/documentation/bloom/assets/highlight.css b/documentation/bloom/assets/highlight.css new file mode 100644 index 0000000000..a13094d48b --- /dev/null +++ b/documentation/bloom/assets/highlight.css @@ -0,0 +1,22 @@ +:root { + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --code-background: var(--dark-code-background); +} } + +body.light { + --code-background: var(--light-code-background); +} + +body.dark { + --code-background: var(--dark-code-background); +} + +pre, code { background: var(--code-background); } diff --git a/documentation/bloom/assets/icons.css b/documentation/bloom/assets/icons.css new file mode 100644 index 0000000000..776a3562d6 --- /dev/null +++ b/documentation/bloom/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/documentation/bloom/assets/icons.png b/documentation/bloom/assets/icons.png new file mode 100644 index 0000000000..3836d5fe46 Binary files /dev/null and b/documentation/bloom/assets/icons.png differ diff --git a/documentation/bloom/assets/icons@2x.png b/documentation/bloom/assets/icons@2x.png new file mode 100644 index 0000000000..5a209e2f6d Binary files /dev/null and b/documentation/bloom/assets/icons@2x.png differ diff --git a/documentation/bloom/assets/main.js b/documentation/bloom/assets/main.js new file mode 100644 index 0000000000..61009a4baa --- /dev/null +++ b/documentation/bloom/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.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,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},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),r=1,n=0;r0){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 c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,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),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.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(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},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,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<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 r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,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 r=e.peekLexeme();if(r!=null)switch(r.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 n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.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 r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.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 '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;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 r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;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,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{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.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){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 r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.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=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/documentation/bloom/assets/search.js b/documentation/bloom/assets/search.js new file mode 100644 index 0000000000..01451d60f2 --- /dev/null +++ b/documentation/bloom/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"kinds":{"2":"Module","32":"Variable","64":"Function","256":"Interface","1024":"Property","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":2,"name":"commands/bloom/ADD","url":"modules/commands_bloom_ADD.html","classes":"tsd-kind-module"},{"id":1,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_ADD.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/ADD"},{"id":2,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_ADD.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/ADD"},{"id":3,"kind":2,"name":"commands/bloom/EXISTS","url":"modules/commands_bloom_EXISTS.html","classes":"tsd-kind-module"},{"id":4,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_EXISTS.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/EXISTS"},{"id":5,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_EXISTS.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/EXISTS"},{"id":6,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_bloom_EXISTS.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/EXISTS"},{"id":7,"kind":2,"name":"commands/bloom/INFO","url":"modules/commands_bloom_INFO.html","classes":"tsd-kind-module"},{"id":8,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_INFO.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/INFO"},{"id":9,"kind":64,"name":"transformReply","url":"modules/commands_bloom_INFO.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/INFO"},{"id":10,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_INFO.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/INFO"},{"id":11,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_bloom_INFO.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/INFO"},{"id":12,"kind":4194304,"name":"InfoRawReply","url":"modules/commands_bloom_INFO.html#InfoRawReply","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"commands/bloom/INFO"},{"id":13,"kind":256,"name":"InfoReply","url":"interfaces/commands_bloom_INFO.InfoReply.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"commands/bloom/INFO"},{"id":14,"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"},{"id":15,"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"},{"id":16,"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"},{"id":17,"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"},{"id":18,"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"},{"id":19,"kind":2,"name":"commands/bloom/INSERT","url":"modules/commands_bloom_INSERT.html","classes":"tsd-kind-module"},{"id":20,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_INSERT.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/INSERT"},{"id":21,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_INSERT.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/INSERT"},{"id":22,"kind":2,"name":"commands/bloom/LOADCHUNK","url":"modules/commands_bloom_LOADCHUNK.html","classes":"tsd-kind-module"},{"id":23,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_LOADCHUNK.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/LOADCHUNK"},{"id":24,"kind":64,"name":"transformReply","url":"modules/commands_bloom_LOADCHUNK.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/LOADCHUNK"},{"id":25,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_LOADCHUNK.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/LOADCHUNK"},{"id":26,"kind":2,"name":"commands/bloom/MADD","url":"modules/commands_bloom_MADD.html","classes":"tsd-kind-module"},{"id":27,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_MADD.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/MADD"},{"id":28,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_MADD.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/MADD"},{"id":29,"kind":2,"name":"commands/bloom/MEXISTS","url":"modules/commands_bloom_MEXISTS.html","classes":"tsd-kind-module"},{"id":30,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_MEXISTS.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/MEXISTS"},{"id":31,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_MEXISTS.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/MEXISTS"},{"id":32,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_bloom_MEXISTS.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/MEXISTS"},{"id":33,"kind":2,"name":"commands/bloom/RESERVE","url":"modules/commands_bloom_RESERVE.html","classes":"tsd-kind-module"},{"id":34,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_RESERVE.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/RESERVE"},{"id":35,"kind":64,"name":"transformReply","url":"modules/commands_bloom_RESERVE.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/RESERVE"},{"id":36,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_RESERVE.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/RESERVE"},{"id":37,"kind":2,"name":"commands/bloom/SCANDUMP","url":"modules/commands_bloom_SCANDUMP.html","classes":"tsd-kind-module"},{"id":38,"kind":64,"name":"transformArguments","url":"modules/commands_bloom_SCANDUMP.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/SCANDUMP"},{"id":39,"kind":64,"name":"transformReply","url":"modules/commands_bloom_SCANDUMP.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/SCANDUMP"},{"id":40,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_bloom_SCANDUMP.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/SCANDUMP"},{"id":41,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_bloom_SCANDUMP.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/bloom/SCANDUMP"},{"id":42,"kind":2,"name":"commands/bloom","url":"modules/commands_bloom.html","classes":"tsd-kind-module"},{"id":43,"kind":1024,"name":"default","url":"modules/commands_bloom.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/bloom"},{"id":44,"kind":65536,"name":"__type","url":"modules/commands_bloom.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/bloom"},{"id":45,"kind":1024,"name":"ADD","url":"modules/commands_bloom.html#__type.ADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":46,"kind":1024,"name":"add","url":"modules/commands_bloom.html#__type.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":47,"kind":1024,"name":"EXISTS","url":"modules/commands_bloom.html#__type.EXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":48,"kind":1024,"name":"exists","url":"modules/commands_bloom.html#__type.exists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":49,"kind":1024,"name":"INFO","url":"modules/commands_bloom.html#__type.INFO","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":50,"kind":1024,"name":"info","url":"modules/commands_bloom.html#__type.info","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":51,"kind":1024,"name":"INSERT","url":"modules/commands_bloom.html#__type.INSERT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":52,"kind":1024,"name":"insert","url":"modules/commands_bloom.html#__type.insert","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":53,"kind":1024,"name":"LOADCHUNK","url":"modules/commands_bloom.html#__type.LOADCHUNK","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":54,"kind":1024,"name":"loadChunk","url":"modules/commands_bloom.html#__type.loadChunk","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":55,"kind":1024,"name":"MADD","url":"modules/commands_bloom.html#__type.MADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":56,"kind":1024,"name":"mAdd","url":"modules/commands_bloom.html#__type.mAdd","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":57,"kind":1024,"name":"MEXISTS","url":"modules/commands_bloom.html#__type.MEXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":58,"kind":1024,"name":"mExists","url":"modules/commands_bloom.html#__type.mExists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":59,"kind":1024,"name":"RESERVE","url":"modules/commands_bloom.html#__type.RESERVE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":60,"kind":1024,"name":"reserve","url":"modules/commands_bloom.html#__type.reserve","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":61,"kind":1024,"name":"SCANDUMP","url":"modules/commands_bloom.html#__type.SCANDUMP","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":62,"kind":1024,"name":"scanDump","url":"modules/commands_bloom.html#__type.scanDump","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/bloom.__type"},{"id":63,"kind":2,"name":"commands/count-min-sketch/INCRBY","url":"modules/commands_count_min_sketch_INCRBY.html","classes":"tsd-kind-module"},{"id":64,"kind":64,"name":"transformArguments","url":"modules/commands_count_min_sketch_INCRBY.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INCRBY"},{"id":65,"kind":64,"name":"transformReply","url":"modules/commands_count_min_sketch_INCRBY.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INCRBY"},{"id":66,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_count_min_sketch_INCRBY.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/INCRBY"},{"id":67,"kind":2,"name":"commands/count-min-sketch/INFO","url":"modules/commands_count_min_sketch_INFO.html","classes":"tsd-kind-module"},{"id":68,"kind":64,"name":"transformArguments","url":"modules/commands_count_min_sketch_INFO.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INFO"},{"id":69,"kind":64,"name":"transformReply","url":"modules/commands_count_min_sketch_INFO.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INFO"},{"id":70,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_count_min_sketch_INFO.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/INFO"},{"id":71,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_count_min_sketch_INFO.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/INFO"},{"id":72,"kind":4194304,"name":"InfoRawReply","url":"modules/commands_count_min_sketch_INFO.html#InfoRawReply","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"commands/count-min-sketch/INFO"},{"id":73,"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"},{"id":74,"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"},{"id":75,"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"},{"id":76,"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"},{"id":77,"kind":2,"name":"commands/count-min-sketch/INITBYDIM","url":"modules/commands_count_min_sketch_INITBYDIM.html","classes":"tsd-kind-module"},{"id":78,"kind":64,"name":"transformArguments","url":"modules/commands_count_min_sketch_INITBYDIM.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INITBYDIM"},{"id":79,"kind":64,"name":"transformReply","url":"modules/commands_count_min_sketch_INITBYDIM.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INITBYDIM"},{"id":80,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_count_min_sketch_INITBYDIM.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/INITBYDIM"},{"id":81,"kind":2,"name":"commands/count-min-sketch/INITBYPROB","url":"modules/commands_count_min_sketch_INITBYPROB.html","classes":"tsd-kind-module"},{"id":82,"kind":64,"name":"transformArguments","url":"modules/commands_count_min_sketch_INITBYPROB.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INITBYPROB"},{"id":83,"kind":64,"name":"transformReply","url":"modules/commands_count_min_sketch_INITBYPROB.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/INITBYPROB"},{"id":84,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_count_min_sketch_INITBYPROB.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/INITBYPROB"},{"id":85,"kind":2,"name":"commands/count-min-sketch/MERGE","url":"modules/commands_count_min_sketch_MERGE.html","classes":"tsd-kind-module"},{"id":86,"kind":64,"name":"transformArguments","url":"modules/commands_count_min_sketch_MERGE.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/MERGE"},{"id":87,"kind":64,"name":"transformReply","url":"modules/commands_count_min_sketch_MERGE.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/MERGE"},{"id":88,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_count_min_sketch_MERGE.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/MERGE"},{"id":89,"kind":2,"name":"commands/count-min-sketch/QUERY","url":"modules/commands_count_min_sketch_QUERY.html","classes":"tsd-kind-module"},{"id":90,"kind":64,"name":"transformArguments","url":"modules/commands_count_min_sketch_QUERY.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/QUERY"},{"id":91,"kind":64,"name":"transformReply","url":"modules/commands_count_min_sketch_QUERY.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/count-min-sketch/QUERY"},{"id":92,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_count_min_sketch_QUERY.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/QUERY"},{"id":93,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_count_min_sketch_QUERY.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/count-min-sketch/QUERY"},{"id":94,"kind":2,"name":"commands/count-min-sketch","url":"modules/commands_count_min_sketch.html","classes":"tsd-kind-module"},{"id":95,"kind":1024,"name":"default","url":"modules/commands_count_min_sketch.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/count-min-sketch"},{"id":96,"kind":65536,"name":"__type","url":"modules/commands_count_min_sketch.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/count-min-sketch"},{"id":97,"kind":1024,"name":"INCRBY","url":"modules/commands_count_min_sketch.html#__type.INCRBY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":98,"kind":1024,"name":"incrBy","url":"modules/commands_count_min_sketch.html#__type.incrBy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":99,"kind":1024,"name":"INFO","url":"modules/commands_count_min_sketch.html#__type.INFO","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":100,"kind":1024,"name":"info","url":"modules/commands_count_min_sketch.html#__type.info","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":101,"kind":1024,"name":"INITBYDIM","url":"modules/commands_count_min_sketch.html#__type.INITBYDIM","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":102,"kind":1024,"name":"initByDim","url":"modules/commands_count_min_sketch.html#__type.initByDim","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":103,"kind":1024,"name":"INITBYPROB","url":"modules/commands_count_min_sketch.html#__type.INITBYPROB","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":104,"kind":1024,"name":"initByProb","url":"modules/commands_count_min_sketch.html#__type.initByProb","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":105,"kind":1024,"name":"MERGE","url":"modules/commands_count_min_sketch.html#__type.MERGE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":106,"kind":1024,"name":"merge","url":"modules/commands_count_min_sketch.html#__type.merge","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":107,"kind":1024,"name":"QUERY","url":"modules/commands_count_min_sketch.html#__type.QUERY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":108,"kind":1024,"name":"query","url":"modules/commands_count_min_sketch.html#__type.query","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/count-min-sketch.__type"},{"id":109,"kind":2,"name":"commands/cuckoo/ADD","url":"modules/commands_cuckoo_ADD.html","classes":"tsd-kind-module"},{"id":110,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_ADD.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/ADD"},{"id":111,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_ADD.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/ADD"},{"id":112,"kind":2,"name":"commands/cuckoo/ADDNX","url":"modules/commands_cuckoo_ADDNX.html","classes":"tsd-kind-module"},{"id":113,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_ADDNX.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/ADDNX"},{"id":114,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_ADDNX.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/ADDNX"},{"id":115,"kind":2,"name":"commands/cuckoo/COUNT","url":"modules/commands_cuckoo_COUNT.html","classes":"tsd-kind-module"},{"id":116,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_COUNT.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/COUNT"},{"id":117,"kind":64,"name":"transformReply","url":"modules/commands_cuckoo_COUNT.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/COUNT"},{"id":118,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_COUNT.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/COUNT"},{"id":119,"kind":2,"name":"commands/cuckoo/DEL","url":"modules/commands_cuckoo_DEL.html","classes":"tsd-kind-module"},{"id":120,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_DEL.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/DEL"},{"id":121,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_DEL.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/DEL"},{"id":122,"kind":2,"name":"commands/cuckoo/EXISTS","url":"modules/commands_cuckoo_EXISTS.html","classes":"tsd-kind-module"},{"id":123,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_EXISTS.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/EXISTS"},{"id":124,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_EXISTS.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/EXISTS"},{"id":125,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_cuckoo_EXISTS.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/EXISTS"},{"id":126,"kind":2,"name":"commands/cuckoo/INFO","url":"modules/commands_cuckoo_INFO.html","classes":"tsd-kind-module"},{"id":127,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_INFO.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/INFO"},{"id":128,"kind":64,"name":"transformReply","url":"modules/commands_cuckoo_INFO.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/INFO"},{"id":129,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_INFO.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/INFO"},{"id":130,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_cuckoo_INFO.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/INFO"},{"id":131,"kind":4194304,"name":"InfoRawReply","url":"modules/commands_cuckoo_INFO.html#InfoRawReply","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"commands/cuckoo/INFO"},{"id":132,"kind":256,"name":"InfoReply","url":"interfaces/commands_cuckoo_INFO.InfoReply.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"commands/cuckoo/INFO"},{"id":133,"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"},{"id":134,"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"},{"id":135,"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"},{"id":136,"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"},{"id":137,"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"},{"id":138,"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"},{"id":139,"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"},{"id":140,"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"},{"id":141,"kind":2,"name":"commands/cuckoo/INSERT","url":"modules/commands_cuckoo_INSERT.html","classes":"tsd-kind-module"},{"id":142,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_INSERT.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/INSERT"},{"id":143,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_INSERT.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/INSERT"},{"id":144,"kind":2,"name":"commands/cuckoo/INSERTNX","url":"modules/commands_cuckoo_INSERTNX.html","classes":"tsd-kind-module"},{"id":145,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_INSERTNX.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/INSERTNX"},{"id":146,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_INSERTNX.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/INSERTNX"},{"id":147,"kind":2,"name":"commands/cuckoo/LOADCHUNK","url":"modules/commands_cuckoo_LOADCHUNK.html","classes":"tsd-kind-module"},{"id":148,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_LOADCHUNK.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/LOADCHUNK"},{"id":149,"kind":64,"name":"transformReply","url":"modules/commands_cuckoo_LOADCHUNK.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/LOADCHUNK"},{"id":150,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_LOADCHUNK.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/LOADCHUNK"},{"id":151,"kind":2,"name":"commands/cuckoo/RESERVE","url":"modules/commands_cuckoo_RESERVE.html","classes":"tsd-kind-module"},{"id":152,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_RESERVE.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/RESERVE"},{"id":153,"kind":64,"name":"transformReply","url":"modules/commands_cuckoo_RESERVE.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/RESERVE"},{"id":154,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_RESERVE.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/RESERVE"},{"id":155,"kind":2,"name":"commands/cuckoo/SCANDUMP","url":"modules/commands_cuckoo_SCANDUMP.html","classes":"tsd-kind-module"},{"id":156,"kind":64,"name":"transformArguments","url":"modules/commands_cuckoo_SCANDUMP.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/SCANDUMP"},{"id":157,"kind":64,"name":"transformReply","url":"modules/commands_cuckoo_SCANDUMP.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo/SCANDUMP"},{"id":158,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_cuckoo_SCANDUMP.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/cuckoo/SCANDUMP"},{"id":159,"kind":2,"name":"commands/cuckoo","url":"modules/commands_cuckoo.html","classes":"tsd-kind-module"},{"id":160,"kind":64,"name":"pushInsertOptions","url":"modules/commands_cuckoo.html#pushInsertOptions","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/cuckoo"},{"id":161,"kind":256,"name":"InsertOptions","url":"interfaces/commands_cuckoo.InsertOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"commands/cuckoo"},{"id":162,"kind":1024,"name":"CAPACITY","url":"interfaces/commands_cuckoo.InsertOptions.html#CAPACITY","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"commands/cuckoo.InsertOptions"},{"id":163,"kind":1024,"name":"NOCREATE","url":"interfaces/commands_cuckoo.InsertOptions.html#NOCREATE","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"commands/cuckoo.InsertOptions"},{"id":164,"kind":1024,"name":"default","url":"modules/commands_cuckoo.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/cuckoo"},{"id":165,"kind":65536,"name":"__type","url":"modules/commands_cuckoo.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/cuckoo"},{"id":166,"kind":1024,"name":"ADD","url":"modules/commands_cuckoo.html#__type.ADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":167,"kind":1024,"name":"add","url":"modules/commands_cuckoo.html#__type.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":168,"kind":1024,"name":"ADDNX","url":"modules/commands_cuckoo.html#__type.ADDNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":169,"kind":1024,"name":"addNX","url":"modules/commands_cuckoo.html#__type.addNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":170,"kind":1024,"name":"COUNT","url":"modules/commands_cuckoo.html#__type.COUNT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":171,"kind":1024,"name":"count","url":"modules/commands_cuckoo.html#__type.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":172,"kind":1024,"name":"DEL","url":"modules/commands_cuckoo.html#__type.DEL","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":173,"kind":1024,"name":"del","url":"modules/commands_cuckoo.html#__type.del","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":174,"kind":1024,"name":"EXISTS","url":"modules/commands_cuckoo.html#__type.EXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":175,"kind":1024,"name":"exists","url":"modules/commands_cuckoo.html#__type.exists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":176,"kind":1024,"name":"INFO","url":"modules/commands_cuckoo.html#__type.INFO","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":177,"kind":1024,"name":"info","url":"modules/commands_cuckoo.html#__type.info","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":178,"kind":1024,"name":"INSERT","url":"modules/commands_cuckoo.html#__type.INSERT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":179,"kind":1024,"name":"insert","url":"modules/commands_cuckoo.html#__type.insert","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":180,"kind":1024,"name":"INSERTNX","url":"modules/commands_cuckoo.html#__type.INSERTNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":181,"kind":1024,"name":"insertNX","url":"modules/commands_cuckoo.html#__type.insertNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":182,"kind":1024,"name":"LOADCHUNK","url":"modules/commands_cuckoo.html#__type.LOADCHUNK","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":183,"kind":1024,"name":"loadChunk","url":"modules/commands_cuckoo.html#__type.loadChunk","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":184,"kind":1024,"name":"RESERVE","url":"modules/commands_cuckoo.html#__type.RESERVE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":185,"kind":1024,"name":"reserve","url":"modules/commands_cuckoo.html#__type.reserve","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":186,"kind":1024,"name":"SCANDUMP","url":"modules/commands_cuckoo.html#__type.SCANDUMP","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":187,"kind":1024,"name":"scanDump","url":"modules/commands_cuckoo.html#__type.scanDump","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/cuckoo.__type"},{"id":188,"kind":2,"name":"commands","url":"modules/commands.html","classes":"tsd-kind-module"},{"id":189,"kind":1024,"name":"default","url":"modules/commands.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands"},{"id":190,"kind":65536,"name":"__type","url":"modules/commands.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands"},{"id":191,"kind":1024,"name":"bf","url":"modules/commands.html#__type.bf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":192,"kind":65536,"name":"__type","url":"modules/commands.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":193,"kind":1024,"name":"ADD","url":"modules/commands.html#__type.__type-1.ADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":194,"kind":1024,"name":"add","url":"modules/commands.html#__type.__type-1.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":195,"kind":1024,"name":"EXISTS","url":"modules/commands.html#__type.__type-1.EXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":196,"kind":1024,"name":"exists","url":"modules/commands.html#__type.__type-1.exists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":197,"kind":1024,"name":"INFO","url":"modules/commands.html#__type.__type-1.INFO","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":198,"kind":1024,"name":"info","url":"modules/commands.html#__type.__type-1.info","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":199,"kind":1024,"name":"INSERT","url":"modules/commands.html#__type.__type-1.INSERT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":200,"kind":1024,"name":"insert","url":"modules/commands.html#__type.__type-1.insert","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":201,"kind":1024,"name":"LOADCHUNK","url":"modules/commands.html#__type.__type-1.LOADCHUNK","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":202,"kind":1024,"name":"loadChunk","url":"modules/commands.html#__type.__type-1.loadChunk","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":203,"kind":1024,"name":"MADD","url":"modules/commands.html#__type.__type-1.MADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":204,"kind":1024,"name":"mAdd","url":"modules/commands.html#__type.__type-1.mAdd","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":205,"kind":1024,"name":"MEXISTS","url":"modules/commands.html#__type.__type-1.MEXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":206,"kind":1024,"name":"mExists","url":"modules/commands.html#__type.__type-1.mExists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":207,"kind":1024,"name":"RESERVE","url":"modules/commands.html#__type.__type-1.RESERVE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":208,"kind":1024,"name":"reserve","url":"modules/commands.html#__type.__type-1.reserve","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":209,"kind":1024,"name":"SCANDUMP","url":"modules/commands.html#__type.__type-1.SCANDUMP","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":210,"kind":1024,"name":"scanDump","url":"modules/commands.html#__type.__type-1.scanDump","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":211,"kind":1024,"name":"cms","url":"modules/commands.html#__type.cms","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":212,"kind":65536,"name":"__type","url":"modules/commands.html#__type.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":213,"kind":1024,"name":"INCRBY","url":"modules/commands.html#__type.__type-3.INCRBY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":214,"kind":1024,"name":"incrBy","url":"modules/commands.html#__type.__type-3.incrBy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":215,"kind":1024,"name":"INFO","url":"modules/commands.html#__type.__type-3.INFO-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":216,"kind":1024,"name":"info","url":"modules/commands.html#__type.__type-3.info-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":217,"kind":1024,"name":"INITBYDIM","url":"modules/commands.html#__type.__type-3.INITBYDIM","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":218,"kind":1024,"name":"initByDim","url":"modules/commands.html#__type.__type-3.initByDim","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":219,"kind":1024,"name":"INITBYPROB","url":"modules/commands.html#__type.__type-3.INITBYPROB","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":220,"kind":1024,"name":"initByProb","url":"modules/commands.html#__type.__type-3.initByProb","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":221,"kind":1024,"name":"MERGE","url":"modules/commands.html#__type.__type-3.MERGE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":222,"kind":1024,"name":"merge","url":"modules/commands.html#__type.__type-3.merge","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":223,"kind":1024,"name":"QUERY","url":"modules/commands.html#__type.__type-3.QUERY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":224,"kind":1024,"name":"query","url":"modules/commands.html#__type.__type-3.query","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":225,"kind":1024,"name":"cf","url":"modules/commands.html#__type.cf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":226,"kind":65536,"name":"__type","url":"modules/commands.html#__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":227,"kind":1024,"name":"ADD","url":"modules/commands.html#__type.__type-2.ADD-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":228,"kind":1024,"name":"add","url":"modules/commands.html#__type.__type-2.add-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":229,"kind":1024,"name":"ADDNX","url":"modules/commands.html#__type.__type-2.ADDNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":230,"kind":1024,"name":"addNX","url":"modules/commands.html#__type.__type-2.addNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":231,"kind":1024,"name":"COUNT","url":"modules/commands.html#__type.__type-2.COUNT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":232,"kind":1024,"name":"count","url":"modules/commands.html#__type.__type-2.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":233,"kind":1024,"name":"DEL","url":"modules/commands.html#__type.__type-2.DEL","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":234,"kind":1024,"name":"del","url":"modules/commands.html#__type.__type-2.del","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":235,"kind":1024,"name":"EXISTS","url":"modules/commands.html#__type.__type-2.EXISTS-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":236,"kind":1024,"name":"exists","url":"modules/commands.html#__type.__type-2.exists-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":237,"kind":1024,"name":"INFO","url":"modules/commands.html#__type.__type-2.INFO-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":238,"kind":1024,"name":"info","url":"modules/commands.html#__type.__type-2.info-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":239,"kind":1024,"name":"INSERT","url":"modules/commands.html#__type.__type-2.INSERT-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":240,"kind":1024,"name":"insert","url":"modules/commands.html#__type.__type-2.insert-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":241,"kind":1024,"name":"INSERTNX","url":"modules/commands.html#__type.__type-2.INSERTNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":242,"kind":1024,"name":"insertNX","url":"modules/commands.html#__type.__type-2.insertNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":243,"kind":1024,"name":"LOADCHUNK","url":"modules/commands.html#__type.__type-2.LOADCHUNK-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":244,"kind":1024,"name":"loadChunk","url":"modules/commands.html#__type.__type-2.loadChunk-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":245,"kind":1024,"name":"RESERVE","url":"modules/commands.html#__type.__type-2.RESERVE-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":246,"kind":1024,"name":"reserve","url":"modules/commands.html#__type.__type-2.reserve-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":247,"kind":1024,"name":"SCANDUMP","url":"modules/commands.html#__type.__type-2.SCANDUMP-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":248,"kind":1024,"name":"scanDump","url":"modules/commands.html#__type.__type-2.scanDump-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":249,"kind":1024,"name":"topK","url":"modules/commands.html#__type.topK","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":250,"kind":65536,"name":"__type","url":"modules/commands.html#__type.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"commands.__type"},{"id":251,"kind":1024,"name":"ADD","url":"modules/commands.html#__type.__type-4.ADD-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":252,"kind":1024,"name":"add","url":"modules/commands.html#__type.__type-4.add-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":253,"kind":1024,"name":"COUNT","url":"modules/commands.html#__type.__type-4.COUNT-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":254,"kind":1024,"name":"count","url":"modules/commands.html#__type.__type-4.count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":255,"kind":1024,"name":"INCRBY","url":"modules/commands.html#__type.__type-4.INCRBY-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":256,"kind":1024,"name":"incrBy","url":"modules/commands.html#__type.__type-4.incrBy-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":257,"kind":1024,"name":"INFO","url":"modules/commands.html#__type.__type-4.INFO-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":258,"kind":1024,"name":"info","url":"modules/commands.html#__type.__type-4.info-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":259,"kind":1024,"name":"LIST","url":"modules/commands.html#__type.__type-4.LIST","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":260,"kind":1024,"name":"list","url":"modules/commands.html#__type.__type-4.list","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":261,"kind":1024,"name":"QUERY","url":"modules/commands.html#__type.__type-4.QUERY-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":262,"kind":1024,"name":"query","url":"modules/commands.html#__type.__type-4.query-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":263,"kind":1024,"name":"RESERVE","url":"modules/commands.html#__type.__type-4.RESERVE-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":264,"kind":1024,"name":"reserve","url":"modules/commands.html#__type.__type-4.reserve-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands.__type.__type"},{"id":265,"kind":2,"name":"commands/top-k/ADD","url":"modules/commands_top_k_ADD.html","classes":"tsd-kind-module"},{"id":266,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_ADD.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/ADD"},{"id":267,"kind":64,"name":"transformReply","url":"modules/commands_top_k_ADD.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/ADD"},{"id":268,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_ADD.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/ADD"},{"id":269,"kind":2,"name":"commands/top-k/COUNT","url":"modules/commands_top_k_COUNT.html","classes":"tsd-kind-module"},{"id":270,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_COUNT.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/COUNT"},{"id":271,"kind":64,"name":"transformReply","url":"modules/commands_top_k_COUNT.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/COUNT"},{"id":272,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_COUNT.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/COUNT"},{"id":273,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_top_k_COUNT.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/COUNT"},{"id":274,"kind":2,"name":"commands/top-k/INCRBY","url":"modules/commands_top_k_INCRBY.html","classes":"tsd-kind-module"},{"id":275,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_INCRBY.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/INCRBY"},{"id":276,"kind":64,"name":"transformReply","url":"modules/commands_top_k_INCRBY.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/INCRBY"},{"id":277,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_INCRBY.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/INCRBY"},{"id":278,"kind":2,"name":"commands/top-k/INFO","url":"modules/commands_top_k_INFO.html","classes":"tsd-kind-module"},{"id":279,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_INFO.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/INFO"},{"id":280,"kind":64,"name":"transformReply","url":"modules/commands_top_k_INFO.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/INFO"},{"id":281,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_INFO.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/INFO"},{"id":282,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_top_k_INFO.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/INFO"},{"id":283,"kind":4194304,"name":"InfoRawReply","url":"modules/commands_top_k_INFO.html#InfoRawReply","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"commands/top-k/INFO"},{"id":284,"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"},{"id":285,"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"},{"id":286,"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"},{"id":287,"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"},{"id":288,"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"},{"id":289,"kind":2,"name":"commands/top-k/LIST","url":"modules/commands_top_k_LIST.html","classes":"tsd-kind-module"},{"id":290,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_LIST.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/LIST"},{"id":291,"kind":64,"name":"transformReply","url":"modules/commands_top_k_LIST.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/LIST"},{"id":292,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_LIST.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/LIST"},{"id":293,"kind":2,"name":"commands/top-k/QUERY","url":"modules/commands_top_k_QUERY.html","classes":"tsd-kind-module"},{"id":294,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_QUERY.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/QUERY"},{"id":295,"kind":64,"name":"transformReply","url":"modules/commands_top_k_QUERY.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/QUERY"},{"id":296,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_QUERY.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/QUERY"},{"id":297,"kind":32,"name":"IS_READ_ONLY","url":"modules/commands_top_k_QUERY.html#IS_READ_ONLY","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/QUERY"},{"id":298,"kind":2,"name":"commands/top-k/RESERVE","url":"modules/commands_top_k_RESERVE.html","classes":"tsd-kind-module"},{"id":299,"kind":64,"name":"transformArguments","url":"modules/commands_top_k_RESERVE.html#transformArguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/RESERVE"},{"id":300,"kind":64,"name":"transformReply","url":"modules/commands_top_k_RESERVE.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/top-k/RESERVE"},{"id":301,"kind":32,"name":"FIRST_KEY_INDEX","url":"modules/commands_top_k_RESERVE.html#FIRST_KEY_INDEX","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"commands/top-k/RESERVE"},{"id":302,"kind":2,"name":"commands/top-k","url":"modules/commands_top_k.html","classes":"tsd-kind-module"},{"id":303,"kind":1024,"name":"default","url":"modules/commands_top_k.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"commands/top-k"},{"id":304,"kind":65536,"name":"__type","url":"modules/commands_top_k.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"commands/top-k"},{"id":305,"kind":1024,"name":"ADD","url":"modules/commands_top_k.html#__type.ADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":306,"kind":1024,"name":"add","url":"modules/commands_top_k.html#__type.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":307,"kind":1024,"name":"COUNT","url":"modules/commands_top_k.html#__type.COUNT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":308,"kind":1024,"name":"count","url":"modules/commands_top_k.html#__type.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":309,"kind":1024,"name":"INCRBY","url":"modules/commands_top_k.html#__type.INCRBY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":310,"kind":1024,"name":"incrBy","url":"modules/commands_top_k.html#__type.incrBy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":311,"kind":1024,"name":"INFO","url":"modules/commands_top_k.html#__type.INFO","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":312,"kind":1024,"name":"info","url":"modules/commands_top_k.html#__type.info","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":313,"kind":1024,"name":"LIST","url":"modules/commands_top_k.html#__type.LIST","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":314,"kind":1024,"name":"list","url":"modules/commands_top_k.html#__type.list","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":315,"kind":1024,"name":"QUERY","url":"modules/commands_top_k.html#__type.QUERY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":316,"kind":1024,"name":"query","url":"modules/commands_top_k.html#__type.query","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":317,"kind":1024,"name":"RESERVE","url":"modules/commands_top_k.html#__type.RESERVE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":318,"kind":1024,"name":"reserve","url":"modules/commands_top_k.html#__type.reserve","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"commands/top-k.__type"},{"id":319,"kind":2,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":320,"kind":2,"name":"test-utils","url":"modules/test_utils.html","classes":"tsd-kind-module"},{"id":321,"kind":32,"name":"GLOBAL","url":"modules/test_utils.html#GLOBAL","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"test-utils"},{"id":322,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"test-utils.GLOBAL"},{"id":323,"kind":1024,"name":"SERVERS","url":"modules/test_utils.html#GLOBAL.__type.SERVERS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type"},{"id":324,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type"},{"id":325,"kind":1024,"name":"OPEN","url":"modules/test_utils.html#GLOBAL.__type.__type-1.OPEN","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type"},{"id":326,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type"},{"id":327,"kind":1024,"name":"serverArguments","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.serverArguments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type"},{"id":328,"kind":1024,"name":"clientOptions","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.clientOptions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type"},{"id":329,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type"},{"id":330,"kind":1024,"name":"modules","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.modules","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type"},{"id":331,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type"},{"id":332,"kind":1024,"name":"bf","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.bf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":333,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":334,"kind":1024,"name":"ADD","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.ADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":335,"kind":1024,"name":"add","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.add","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":336,"kind":1024,"name":"EXISTS","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.EXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":337,"kind":1024,"name":"exists","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.exists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":338,"kind":1024,"name":"INFO","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.INFO","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":339,"kind":1024,"name":"info","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.info","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":340,"kind":1024,"name":"INSERT","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.INSERT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":341,"kind":1024,"name":"insert","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.insert","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":342,"kind":1024,"name":"LOADCHUNK","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.LOADCHUNK","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":343,"kind":1024,"name":"loadChunk","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.loadChunk","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":344,"kind":1024,"name":"MADD","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.MADD","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":345,"kind":1024,"name":"mAdd","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.mAdd","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":346,"kind":1024,"name":"MEXISTS","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.MEXISTS","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":347,"kind":1024,"name":"mExists","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.mExists","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":348,"kind":1024,"name":"RESERVE","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.RESERVE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":349,"kind":1024,"name":"reserve","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.reserve","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":350,"kind":1024,"name":"SCANDUMP","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.SCANDUMP","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":351,"kind":1024,"name":"scanDump","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-5.scanDump","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":352,"kind":1024,"name":"cms","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.cms","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":353,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":354,"kind":1024,"name":"INCRBY","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.INCRBY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":355,"kind":1024,"name":"incrBy","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.incrBy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":356,"kind":1024,"name":"INFO","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.INFO-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":357,"kind":1024,"name":"info","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.info-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":358,"kind":1024,"name":"INITBYDIM","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.INITBYDIM","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":359,"kind":1024,"name":"initByDim","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.initByDim","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":360,"kind":1024,"name":"INITBYPROB","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.INITBYPROB","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":361,"kind":1024,"name":"initByProb","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.initByProb","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":362,"kind":1024,"name":"MERGE","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.MERGE","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":363,"kind":1024,"name":"merge","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.merge","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":364,"kind":1024,"name":"QUERY","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.QUERY","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":365,"kind":1024,"name":"query","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-7.query","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":366,"kind":1024,"name":"cf","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.cf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":367,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":368,"kind":1024,"name":"ADD","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.ADD-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":369,"kind":1024,"name":"add","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.add-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":370,"kind":1024,"name":"ADDNX","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.ADDNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":371,"kind":1024,"name":"addNX","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.addNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":372,"kind":1024,"name":"COUNT","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.COUNT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":373,"kind":1024,"name":"count","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":374,"kind":1024,"name":"DEL","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.DEL","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":375,"kind":1024,"name":"del","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.del","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":376,"kind":1024,"name":"EXISTS","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.EXISTS-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":377,"kind":1024,"name":"exists","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.exists-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":378,"kind":1024,"name":"INFO","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.INFO-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":379,"kind":1024,"name":"info","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.info-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":380,"kind":1024,"name":"INSERT","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.INSERT-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":381,"kind":1024,"name":"insert","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.insert-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":382,"kind":1024,"name":"INSERTNX","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.INSERTNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":383,"kind":1024,"name":"insertNX","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.insertNX","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":384,"kind":1024,"name":"LOADCHUNK","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.LOADCHUNK-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":385,"kind":1024,"name":"loadChunk","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.loadChunk-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":386,"kind":1024,"name":"RESERVE","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.RESERVE-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":387,"kind":1024,"name":"reserve","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.reserve-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":388,"kind":1024,"name":"SCANDUMP","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.SCANDUMP-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":389,"kind":1024,"name":"scanDump","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-6.scanDump-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":390,"kind":1024,"name":"topK","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.topK","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":391,"kind":65536,"name":"__type","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type"},{"id":392,"kind":1024,"name":"ADD","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.ADD-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":393,"kind":1024,"name":"add","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.add-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":394,"kind":1024,"name":"COUNT","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.COUNT-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":395,"kind":1024,"name":"count","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":396,"kind":1024,"name":"INCRBY","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.INCRBY-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":397,"kind":1024,"name":"incrBy","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.incrBy-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":398,"kind":1024,"name":"INFO","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.INFO-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":399,"kind":1024,"name":"info","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.info-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":400,"kind":1024,"name":"LIST","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.LIST","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":401,"kind":1024,"name":"list","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.list","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":402,"kind":1024,"name":"QUERY","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.QUERY-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":403,"kind":1024,"name":"query","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.query-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":404,"kind":1024,"name":"RESERVE","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.RESERVE-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":405,"kind":1024,"name":"reserve","url":"modules/test_utils.html#GLOBAL.__type.__type-1.__type-2.__type-3.__type-4.__type-8.reserve-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"test-utils.GLOBAL.__type.__type.__type.__type.__type.__type"},{"id":406,"kind":1024,"name":"default","url":"modules/test_utils.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"test-utils"},{"id":407,"kind":64,"name":"transformReply","url":"modules/commands_bloom_ADD.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/ADD"},{"id":408,"kind":16777216,"name":"transformReply","url":"modules/commands_bloom_EXISTS.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/bloom/EXISTS"},{"id":409,"kind":64,"name":"transformReply","url":"modules/commands_bloom_INSERT.html#transformReply","classes":"tsd-kind-function tsd-parent-kind-module","parent":"commands/bloom/INSERT"},{"id":410,"kind":16777216,"name":"transformReply","url":"modules/commands_bloom_MADD.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/bloom/MADD"},{"id":411,"kind":16777216,"name":"transformReply","url":"modules/commands_bloom_MEXISTS.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/bloom/MEXISTS"},{"id":412,"kind":16777216,"name":"transformReply","url":"modules/commands_cuckoo_ADD.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/cuckoo/ADD"},{"id":413,"kind":16777216,"name":"transformReply","url":"modules/commands_cuckoo_ADDNX.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/cuckoo/ADDNX"},{"id":414,"kind":16777216,"name":"transformReply","url":"modules/commands_cuckoo_DEL.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/cuckoo/DEL"},{"id":415,"kind":16777216,"name":"transformReply","url":"modules/commands_cuckoo_EXISTS.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/cuckoo/EXISTS"},{"id":416,"kind":16777216,"name":"transformReply","url":"modules/commands_cuckoo_INSERT.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/cuckoo/INSERT"},{"id":417,"kind":16777216,"name":"transformReply","url":"modules/commands_cuckoo_INSERTNX.html#transformReply","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"commands/cuckoo/INSERTNX"},{"id":418,"kind":16777216,"name":"default","url":"modules/index.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,46.348]],["parent/0",[]],["name/1",[1,25.837]],["parent/1",[0,5.143]],["name/2",[2,25.837]],["parent/2",[0,5.143]],["name/3",[3,44.298]],["parent/3",[]],["name/4",[1,25.837]],["parent/4",[3,4.916]],["name/5",[2,25.837]],["parent/5",[3,4.916]],["name/6",[4,36.762]],["parent/6",[3,4.916]],["name/7",[5,41.129]],["parent/7",[]],["name/8",[1,25.837]],["parent/8",[5,4.564]],["name/9",[6,25.837]],["parent/9",[5,4.564]],["name/10",[2,25.837]],["parent/10",[5,4.564]],["name/11",[4,36.762]],["parent/11",[5,4.564]],["name/12",[7,46.348]],["parent/12",[5,4.564]],["name/13",[8,46.348]],["parent/13",[5,4.564]],["name/14",[9,52.354]],["parent/14",[10,4.916]],["name/15",[11,52.354]],["parent/15",[10,4.916]],["name/16",[12,52.354]],["parent/16",[10,4.916]],["name/17",[13,52.354]],["parent/17",[10,4.916]],["name/18",[14,52.354]],["parent/18",[10,4.916]],["name/19",[15,46.348]],["parent/19",[]],["name/20",[1,25.837]],["parent/20",[15,5.143]],["name/21",[2,25.837]],["parent/21",[15,5.143]],["name/22",[16,46.348]],["parent/22",[]],["name/23",[1,25.837]],["parent/23",[16,5.143]],["name/24",[6,25.837]],["parent/24",[16,5.143]],["name/25",[2,25.837]],["parent/25",[16,5.143]],["name/26",[17,46.348]],["parent/26",[]],["name/27",[1,25.837]],["parent/27",[17,5.143]],["name/28",[2,25.837]],["parent/28",[17,5.143]],["name/29",[18,44.298]],["parent/29",[]],["name/30",[1,25.837]],["parent/30",[18,4.916]],["name/31",[2,25.837]],["parent/31",[18,4.916]],["name/32",[4,36.762]],["parent/32",[18,4.916]],["name/33",[19,46.348]],["parent/33",[]],["name/34",[1,25.837]],["parent/34",[19,5.143]],["name/35",[6,25.837]],["parent/35",[19,5.143]],["name/36",[2,25.837]],["parent/36",[19,5.143]],["name/37",[20,44.298]],["parent/37",[]],["name/38",[1,25.837]],["parent/38",[20,4.916]],["name/39",[6,25.837]],["parent/39",[20,4.916]],["name/40",[2,25.837]],["parent/40",[20,4.916]],["name/41",[4,36.762]],["parent/41",[20,4.916]],["name/42",[21,48.916]],["parent/42",[]],["name/43",[22,41.129]],["parent/43",[21,5.428]],["name/44",[23,31.904]],["parent/44",[21,5.428]],["name/45",[24,31.904]],["parent/45",[25,3.541]],["name/46",[24,31.904]],["parent/46",[25,3.541]],["name/47",[26,35.91]],["parent/47",[25,3.541]],["name/48",[26,35.91]],["parent/48",[25,3.541]],["name/49",[27,29.034]],["parent/49",[25,3.541]],["name/50",[27,29.034]],["parent/50",[25,3.541]],["name/51",[28,35.91]],["parent/51",[25,3.541]],["name/52",[28,35.91]],["parent/52",[25,3.541]],["name/53",[29,35.91]],["parent/53",[25,3.541]],["name/54",[29,35.91]],["parent/54",[25,3.541]],["name/55",[30,42.591]],["parent/55",[25,3.541]],["name/56",[30,42.591]],["parent/56",[25,3.541]],["name/57",[31,42.591]],["parent/57",[25,3.541]],["name/58",[31,42.591]],["parent/58",[25,3.541]],["name/59",[32,31.904]],["parent/59",[25,3.541]],["name/60",[32,31.904]],["parent/60",[25,3.541]],["name/61",[33,35.91]],["parent/61",[25,3.541]],["name/62",[33,35.91]],["parent/62",[25,3.541]],["name/63",[34,12.545,35,12.545,36,25.857]],["parent/63",[]],["name/64",[1,25.837]],["parent/64",[34,1.503,35,1.503,36,3.099]],["name/65",[6,25.837]],["parent/65",[34,1.503,35,1.503,36,3.099]],["name/66",[2,25.837]],["parent/66",[34,1.503,35,1.503,36,3.099]],["name/67",[34,12.545,35,12.545,37,22.945]],["parent/67",[]],["name/68",[1,25.837]],["parent/68",[34,1.503,35,1.503,37,2.75]],["name/69",[6,25.837]],["parent/69",[34,1.503,35,1.503,37,2.75]],["name/70",[2,25.837]],["parent/70",[34,1.503,35,1.503,37,2.75]],["name/71",[4,36.762]],["parent/71",[34,1.503,35,1.503,37,2.75]],["name/72",[7,46.348]],["parent/72",[34,1.503,35,1.503,37,2.75]],["name/73",[8,46.348]],["parent/73",[34,1.503,35,1.503,37,2.75]],["name/74",[38,52.354]],["parent/74",[34,1.503,35,1.503,39,3.27]],["name/75",[40,52.354]],["parent/75",[34,1.503,35,1.503,39,3.27]],["name/76",[41,35.123]],["parent/76",[34,1.503,35,1.503,39,3.27]],["name/77",[34,12.545,35,12.545,42,25.857]],["parent/77",[]],["name/78",[1,25.837]],["parent/78",[34,1.503,35,1.503,42,3.099]],["name/79",[6,25.837]],["parent/79",[34,1.503,35,1.503,42,3.099]],["name/80",[2,25.837]],["parent/80",[34,1.503,35,1.503,42,3.099]],["name/81",[34,12.545,35,12.545,43,25.857]],["parent/81",[]],["name/82",[1,25.837]],["parent/82",[34,1.503,35,1.503,43,3.099]],["name/83",[6,25.837]],["parent/83",[34,1.503,35,1.503,43,3.099]],["name/84",[2,25.837]],["parent/84",[34,1.503,35,1.503,43,3.099]],["name/85",[34,12.545,35,12.545,44,25.857]],["parent/85",[]],["name/86",[1,25.837]],["parent/86",[34,1.503,35,1.503,44,3.099]],["name/87",[6,25.837]],["parent/87",[34,1.503,35,1.503,44,3.099]],["name/88",[2,25.837]],["parent/88",[34,1.503,35,1.503,44,3.099]],["name/89",[34,12.545,35,12.545,45,24.713]],["parent/89",[]],["name/90",[1,25.837]],["parent/90",[34,1.503,35,1.503,45,2.961]],["name/91",[6,25.837]],["parent/91",[34,1.503,35,1.503,45,2.961]],["name/92",[2,25.837]],["parent/92",[34,1.503,35,1.503,45,2.961]],["name/93",[4,36.762]],["parent/93",[34,1.503,35,1.503,45,2.961]],["name/94",[34,12.545,35,12.545,46,27.29]],["parent/94",[]],["name/95",[22,41.129]],["parent/95",[34,1.503,35,1.503,46,3.27]],["name/96",[23,31.904]],["parent/96",[34,1.503,35,1.503,46,3.27]],["name/97",[47,35.91]],["parent/97",[34,1.503,35,1.503,48,2.401]],["name/98",[47,35.91]],["parent/98",[34,1.503,35,1.503,48,2.401]],["name/99",[27,29.034]],["parent/99",[34,1.503,35,1.503,48,2.401]],["name/100",[27,29.034]],["parent/100",[34,1.503,35,1.503,48,2.401]],["name/101",[49,42.591]],["parent/101",[34,1.503,35,1.503,48,2.401]],["name/102",[49,42.591]],["parent/102",[34,1.503,35,1.503,48,2.401]],["name/103",[50,42.591]],["parent/103",[34,1.503,35,1.503,48,2.401]],["name/104",[50,42.591]],["parent/104",[34,1.503,35,1.503,48,2.401]],["name/105",[51,42.591]],["parent/105",[34,1.503,35,1.503,48,2.401]],["name/106",[51,42.591]],["parent/106",[34,1.503,35,1.503,48,2.401]],["name/107",[52,35.91]],["parent/107",[34,1.503,35,1.503,48,2.401]],["name/108",[52,35.91]],["parent/108",[34,1.503,35,1.503,48,2.401]],["name/109",[53,46.348]],["parent/109",[]],["name/110",[1,25.837]],["parent/110",[53,5.143]],["name/111",[2,25.837]],["parent/111",[53,5.143]],["name/112",[54,46.348]],["parent/112",[]],["name/113",[1,25.837]],["parent/113",[54,5.143]],["name/114",[2,25.837]],["parent/114",[54,5.143]],["name/115",[55,46.348]],["parent/115",[]],["name/116",[1,25.837]],["parent/116",[55,5.143]],["name/117",[6,25.837]],["parent/117",[55,5.143]],["name/118",[2,25.837]],["parent/118",[55,5.143]],["name/119",[56,46.348]],["parent/119",[]],["name/120",[1,25.837]],["parent/120",[56,5.143]],["name/121",[2,25.837]],["parent/121",[56,5.143]],["name/122",[57,44.298]],["parent/122",[]],["name/123",[1,25.837]],["parent/123",[57,4.916]],["name/124",[2,25.837]],["parent/124",[57,4.916]],["name/125",[4,36.762]],["parent/125",[57,4.916]],["name/126",[58,41.129]],["parent/126",[]],["name/127",[1,25.837]],["parent/127",[58,4.564]],["name/128",[6,25.837]],["parent/128",[58,4.564]],["name/129",[2,25.837]],["parent/129",[58,4.564]],["name/130",[4,36.762]],["parent/130",[58,4.564]],["name/131",[7,46.348]],["parent/131",[58,4.564]],["name/132",[8,46.348]],["parent/132",[58,4.564]],["name/133",[11,52.354]],["parent/133",[59,4.422]],["name/134",[60,57.573]],["parent/134",[59,4.422]],["name/135",[12,52.354]],["parent/135",[59,4.422]],["name/136",[13,52.354]],["parent/136",[59,4.422]],["name/137",[61,57.573]],["parent/137",[59,4.422]],["name/138",[62,57.573]],["parent/138",[59,4.422]],["name/139",[14,52.354]],["parent/139",[59,4.422]],["name/140",[63,57.573]],["parent/140",[59,4.422]],["name/141",[64,46.348]],["parent/141",[]],["name/142",[1,25.837]],["parent/142",[64,5.143]],["name/143",[2,25.837]],["parent/143",[64,5.143]],["name/144",[65,46.348]],["parent/144",[]],["name/145",[1,25.837]],["parent/145",[65,5.143]],["name/146",[2,25.837]],["parent/146",[65,5.143]],["name/147",[66,46.348]],["parent/147",[]],["name/148",[1,25.837]],["parent/148",[66,5.143]],["name/149",[6,25.837]],["parent/149",[66,5.143]],["name/150",[2,25.837]],["parent/150",[66,5.143]],["name/151",[67,46.348]],["parent/151",[]],["name/152",[1,25.837]],["parent/152",[67,5.143]],["name/153",[6,25.837]],["parent/153",[67,5.143]],["name/154",[2,25.837]],["parent/154",[67,5.143]],["name/155",[68,46.348]],["parent/155",[]],["name/156",[1,25.837]],["parent/156",[68,5.143]],["name/157",[6,25.837]],["parent/157",[68,5.143]],["name/158",[2,25.837]],["parent/158",[68,5.143]],["name/159",[69,44.298]],["parent/159",[]],["name/160",[70,57.573]],["parent/160",[69,4.916]],["name/161",[71,57.573]],["parent/161",[69,4.916]],["name/162",[9,52.354]],["parent/162",[72,5.81]],["name/163",[73,57.573]],["parent/163",[72,5.81]],["name/164",[22,41.129]],["parent/164",[69,4.916]],["name/165",[23,31.904]],["parent/165",[69,4.916]],["name/166",[24,31.904]],["parent/166",[74,3.319]],["name/167",[24,31.904]],["parent/167",[74,3.319]],["name/168",[75,42.591]],["parent/168",[74,3.319]],["name/169",[75,42.591]],["parent/169",[74,3.319]],["name/170",[41,35.123]],["parent/170",[74,3.319]],["name/171",[41,35.123]],["parent/171",[74,3.319]],["name/172",[76,42.591]],["parent/172",[74,3.319]],["name/173",[76,42.591]],["parent/173",[74,3.319]],["name/174",[26,35.91]],["parent/174",[74,3.319]],["name/175",[26,35.91]],["parent/175",[74,3.319]],["name/176",[27,29.034]],["parent/176",[74,3.319]],["name/177",[27,29.034]],["parent/177",[74,3.319]],["name/178",[28,35.91]],["parent/178",[74,3.319]],["name/179",[28,35.91]],["parent/179",[74,3.319]],["name/180",[77,42.591]],["parent/180",[74,3.319]],["name/181",[77,42.591]],["parent/181",[74,3.319]],["name/182",[29,35.91]],["parent/182",[74,3.319]],["name/183",[29,35.91]],["parent/183",[74,3.319]],["name/184",[32,31.904]],["parent/184",[74,3.319]],["name/185",[32,31.904]],["parent/185",[74,3.319]],["name/186",[33,35.91]],["parent/186",[74,3.319]],["name/187",[33,35.91]],["parent/187",[74,3.319]],["name/188",[78,48.916]],["parent/188",[]],["name/189",[22,41.129]],["parent/189",[78,5.428]],["name/190",[23,31.904]],["parent/190",[78,5.428]],["name/191",[79,52.354]],["parent/191",[80,4.422]],["name/192",[23,31.904]],["parent/192",[80,4.422]],["name/193",[24,31.904]],["parent/193",[81,2.09]],["name/194",[24,31.904]],["parent/194",[81,2.09]],["name/195",[26,35.91]],["parent/195",[81,2.09]],["name/196",[26,35.91]],["parent/196",[81,2.09]],["name/197",[27,29.034]],["parent/197",[81,2.09]],["name/198",[27,29.034]],["parent/198",[81,2.09]],["name/199",[28,35.91]],["parent/199",[81,2.09]],["name/200",[28,35.91]],["parent/200",[81,2.09]],["name/201",[29,35.91]],["parent/201",[81,2.09]],["name/202",[29,35.91]],["parent/202",[81,2.09]],["name/203",[30,42.591]],["parent/203",[81,2.09]],["name/204",[30,42.591]],["parent/204",[81,2.09]],["name/205",[31,42.591]],["parent/205",[81,2.09]],["name/206",[31,42.591]],["parent/206",[81,2.09]],["name/207",[32,31.904]],["parent/207",[81,2.09]],["name/208",[32,31.904]],["parent/208",[81,2.09]],["name/209",[33,35.91]],["parent/209",[81,2.09]],["name/210",[33,35.91]],["parent/210",[81,2.09]],["name/211",[82,52.354]],["parent/211",[80,4.422]],["name/212",[23,31.904]],["parent/212",[80,4.422]],["name/213",[47,35.91]],["parent/213",[81,2.09]],["name/214",[47,35.91]],["parent/214",[81,2.09]],["name/215",[27,29.034]],["parent/215",[81,2.09]],["name/216",[27,29.034]],["parent/216",[81,2.09]],["name/217",[49,42.591]],["parent/217",[81,2.09]],["name/218",[49,42.591]],["parent/218",[81,2.09]],["name/219",[50,42.591]],["parent/219",[81,2.09]],["name/220",[50,42.591]],["parent/220",[81,2.09]],["name/221",[51,42.591]],["parent/221",[81,2.09]],["name/222",[51,42.591]],["parent/222",[81,2.09]],["name/223",[52,35.91]],["parent/223",[81,2.09]],["name/224",[52,35.91]],["parent/224",[81,2.09]],["name/225",[83,52.354]],["parent/225",[80,4.422]],["name/226",[23,31.904]],["parent/226",[80,4.422]],["name/227",[24,31.904]],["parent/227",[81,2.09]],["name/228",[24,31.904]],["parent/228",[81,2.09]],["name/229",[75,42.591]],["parent/229",[81,2.09]],["name/230",[75,42.591]],["parent/230",[81,2.09]],["name/231",[41,35.123]],["parent/231",[81,2.09]],["name/232",[41,35.123]],["parent/232",[81,2.09]],["name/233",[76,42.591]],["parent/233",[81,2.09]],["name/234",[76,42.591]],["parent/234",[81,2.09]],["name/235",[26,35.91]],["parent/235",[81,2.09]],["name/236",[26,35.91]],["parent/236",[81,2.09]],["name/237",[27,29.034]],["parent/237",[81,2.09]],["name/238",[27,29.034]],["parent/238",[81,2.09]],["name/239",[28,35.91]],["parent/239",[81,2.09]],["name/240",[28,35.91]],["parent/240",[81,2.09]],["name/241",[77,42.591]],["parent/241",[81,2.09]],["name/242",[77,42.591]],["parent/242",[81,2.09]],["name/243",[29,35.91]],["parent/243",[81,2.09]],["name/244",[29,35.91]],["parent/244",[81,2.09]],["name/245",[32,31.904]],["parent/245",[81,2.09]],["name/246",[32,31.904]],["parent/246",[81,2.09]],["name/247",[33,35.91]],["parent/247",[81,2.09]],["name/248",[33,35.91]],["parent/248",[81,2.09]],["name/249",[84,52.354]],["parent/249",[80,4.422]],["name/250",[23,31.904]],["parent/250",[80,4.422]],["name/251",[24,31.904]],["parent/251",[81,2.09]],["name/252",[24,31.904]],["parent/252",[81,2.09]],["name/253",[41,35.123]],["parent/253",[81,2.09]],["name/254",[41,35.123]],["parent/254",[81,2.09]],["name/255",[47,35.91]],["parent/255",[81,2.09]],["name/256",[47,35.91]],["parent/256",[81,2.09]],["name/257",[27,29.034]],["parent/257",[81,2.09]],["name/258",[27,29.034]],["parent/258",[81,2.09]],["name/259",[85,42.591]],["parent/259",[81,2.09]],["name/260",[85,42.591]],["parent/260",[81,2.09]],["name/261",[52,35.91]],["parent/261",[81,2.09]],["name/262",[52,35.91]],["parent/262",[81,2.09]],["name/263",[32,31.904]],["parent/263",[81,2.09]],["name/264",[32,31.904]],["parent/264",[81,2.09]],["name/265",[86,14.944,87,33.195]],["parent/265",[]],["name/266",[1,25.837]],["parent/266",[86,1.741,87,3.867]],["name/267",[6,25.837]],["parent/267",[86,1.741,87,3.867]],["name/268",[2,25.837]],["parent/268",[86,1.741,87,3.867]],["name/269",[86,14.944,88,31.727]],["parent/269",[]],["name/270",[1,25.837]],["parent/270",[86,1.741,88,3.696]],["name/271",[6,25.837]],["parent/271",[86,1.741,88,3.696]],["name/272",[2,25.837]],["parent/272",[86,1.741,88,3.696]],["name/273",[4,36.762]],["parent/273",[86,1.741,88,3.696]],["name/274",[86,14.944,89,33.195]],["parent/274",[]],["name/275",[1,25.837]],["parent/275",[86,1.741,89,3.867]],["name/276",[6,25.837]],["parent/276",[86,1.741,89,3.867]],["name/277",[2,25.837]],["parent/277",[86,1.741,89,3.867]],["name/278",[86,14.944,90,29.457]],["parent/278",[]],["name/279",[1,25.837]],["parent/279",[86,1.741,90,3.432]],["name/280",[6,25.837]],["parent/280",[86,1.741,90,3.432]],["name/281",[2,25.837]],["parent/281",[86,1.741,90,3.432]],["name/282",[4,36.762]],["parent/282",[86,1.741,90,3.432]],["name/283",[7,46.348]],["parent/283",[86,1.741,90,3.432]],["name/284",[8,46.348]],["parent/284",[86,1.741,90,3.432]],["name/285",[91,46.348]],["parent/285",[86,1.741,92,3.867]],["name/286",[38,52.354]],["parent/286",[86,1.741,92,3.867]],["name/287",[40,52.354]],["parent/287",[86,1.741,92,3.867]],["name/288",[93,57.573]],["parent/288",[86,1.741,92,3.867]],["name/289",[86,14.944,94,33.195]],["parent/289",[]],["name/290",[1,25.837]],["parent/290",[86,1.741,94,3.867]],["name/291",[6,25.837]],["parent/291",[86,1.741,94,3.867]],["name/292",[2,25.837]],["parent/292",[86,1.741,94,3.867]],["name/293",[86,14.944,95,31.727]],["parent/293",[]],["name/294",[1,25.837]],["parent/294",[86,1.741,95,3.696]],["name/295",[6,25.837]],["parent/295",[86,1.741,95,3.696]],["name/296",[2,25.837]],["parent/296",[86,1.741,95,3.696]],["name/297",[4,36.762]],["parent/297",[86,1.741,95,3.696]],["name/298",[86,14.944,96,33.195]],["parent/298",[]],["name/299",[1,25.837]],["parent/299",[86,1.741,96,3.867]],["name/300",[6,25.837]],["parent/300",[86,1.741,96,3.867]],["name/301",[2,25.837]],["parent/301",[86,1.741,96,3.867]],["name/302",[86,14.944,91,33.195]],["parent/302",[]],["name/303",[22,41.129]],["parent/303",[86,1.741,91,3.867]],["name/304",[23,31.904]],["parent/304",[86,1.741,91,3.867]],["name/305",[24,31.904]],["parent/305",[86,1.741,97,2.87]],["name/306",[24,31.904]],["parent/306",[86,1.741,97,2.87]],["name/307",[41,35.123]],["parent/307",[86,1.741,97,2.87]],["name/308",[41,35.123]],["parent/308",[86,1.741,97,2.87]],["name/309",[47,35.91]],["parent/309",[86,1.741,97,2.87]],["name/310",[47,35.91]],["parent/310",[86,1.741,97,2.87]],["name/311",[27,29.034]],["parent/311",[86,1.741,97,2.87]],["name/312",[27,29.034]],["parent/312",[86,1.741,97,2.87]],["name/313",[85,42.591]],["parent/313",[86,1.741,97,2.87]],["name/314",[85,42.591]],["parent/314",[86,1.741,97,2.87]],["name/315",[52,35.91]],["parent/315",[86,1.741,97,2.87]],["name/316",[52,35.91]],["parent/316",[86,1.741,97,2.87]],["name/317",[32,31.904]],["parent/317",[86,1.741,97,2.87]],["name/318",[32,31.904]],["parent/318",[86,1.741,97,2.87]],["name/319",[98,52.354]],["parent/319",[]],["name/320",[99,11.479,100,35.034]],["parent/320",[]],["name/321",[101,57.573]],["parent/321",[99,1.337,100,4.082]],["name/322",[23,31.904]],["parent/322",[99,1.337,102,4.804]],["name/323",[103,57.573]],["parent/323",[99,1.337,104,4.368]],["name/324",[23,31.904]],["parent/324",[99,1.337,104,4.368]],["name/325",[105,57.573]],["parent/325",[99,1.337,106,4.368]],["name/326",[23,31.904]],["parent/326",[99,1.337,106,4.368]],["name/327",[107,57.573]],["parent/327",[99,1.337,108,4.082]],["name/328",[109,57.573]],["parent/328",[99,1.337,108,4.082]],["name/329",[23,31.904]],["parent/329",[99,1.337,108,4.082]],["name/330",[110,57.573]],["parent/330",[99,1.337,111,4.368]],["name/331",[23,31.904]],["parent/331",[99,1.337,111,4.368]],["name/332",[79,52.354]],["parent/332",[99,1.337,112,3.325]],["name/333",[23,31.904]],["parent/333",[99,1.337,112,3.325]],["name/334",[24,31.904]],["parent/334",[99,1.337,113,1.571]],["name/335",[24,31.904]],["parent/335",[99,1.337,113,1.571]],["name/336",[26,35.91]],["parent/336",[99,1.337,113,1.571]],["name/337",[26,35.91]],["parent/337",[99,1.337,113,1.571]],["name/338",[27,29.034]],["parent/338",[99,1.337,113,1.571]],["name/339",[27,29.034]],["parent/339",[99,1.337,113,1.571]],["name/340",[28,35.91]],["parent/340",[99,1.337,113,1.571]],["name/341",[28,35.91]],["parent/341",[99,1.337,113,1.571]],["name/342",[29,35.91]],["parent/342",[99,1.337,113,1.571]],["name/343",[29,35.91]],["parent/343",[99,1.337,113,1.571]],["name/344",[30,42.591]],["parent/344",[99,1.337,113,1.571]],["name/345",[30,42.591]],["parent/345",[99,1.337,113,1.571]],["name/346",[31,42.591]],["parent/346",[99,1.337,113,1.571]],["name/347",[31,42.591]],["parent/347",[99,1.337,113,1.571]],["name/348",[32,31.904]],["parent/348",[99,1.337,113,1.571]],["name/349",[32,31.904]],["parent/349",[99,1.337,113,1.571]],["name/350",[33,35.91]],["parent/350",[99,1.337,113,1.571]],["name/351",[33,35.91]],["parent/351",[99,1.337,113,1.571]],["name/352",[82,52.354]],["parent/352",[99,1.337,112,3.325]],["name/353",[23,31.904]],["parent/353",[99,1.337,112,3.325]],["name/354",[47,35.91]],["parent/354",[99,1.337,113,1.571]],["name/355",[47,35.91]],["parent/355",[99,1.337,113,1.571]],["name/356",[27,29.034]],["parent/356",[99,1.337,113,1.571]],["name/357",[27,29.034]],["parent/357",[99,1.337,113,1.571]],["name/358",[49,42.591]],["parent/358",[99,1.337,113,1.571]],["name/359",[49,42.591]],["parent/359",[99,1.337,113,1.571]],["name/360",[50,42.591]],["parent/360",[99,1.337,113,1.571]],["name/361",[50,42.591]],["parent/361",[99,1.337,113,1.571]],["name/362",[51,42.591]],["parent/362",[99,1.337,113,1.571]],["name/363",[51,42.591]],["parent/363",[99,1.337,113,1.571]],["name/364",[52,35.91]],["parent/364",[99,1.337,113,1.571]],["name/365",[52,35.91]],["parent/365",[99,1.337,113,1.571]],["name/366",[83,52.354]],["parent/366",[99,1.337,112,3.325]],["name/367",[23,31.904]],["parent/367",[99,1.337,112,3.325]],["name/368",[24,31.904]],["parent/368",[99,1.337,113,1.571]],["name/369",[24,31.904]],["parent/369",[99,1.337,113,1.571]],["name/370",[75,42.591]],["parent/370",[99,1.337,113,1.571]],["name/371",[75,42.591]],["parent/371",[99,1.337,113,1.571]],["name/372",[41,35.123]],["parent/372",[99,1.337,113,1.571]],["name/373",[41,35.123]],["parent/373",[99,1.337,113,1.571]],["name/374",[76,42.591]],["parent/374",[99,1.337,113,1.571]],["name/375",[76,42.591]],["parent/375",[99,1.337,113,1.571]],["name/376",[26,35.91]],["parent/376",[99,1.337,113,1.571]],["name/377",[26,35.91]],["parent/377",[99,1.337,113,1.571]],["name/378",[27,29.034]],["parent/378",[99,1.337,113,1.571]],["name/379",[27,29.034]],["parent/379",[99,1.337,113,1.571]],["name/380",[28,35.91]],["parent/380",[99,1.337,113,1.571]],["name/381",[28,35.91]],["parent/381",[99,1.337,113,1.571]],["name/382",[77,42.591]],["parent/382",[99,1.337,113,1.571]],["name/383",[77,42.591]],["parent/383",[99,1.337,113,1.571]],["name/384",[29,35.91]],["parent/384",[99,1.337,113,1.571]],["name/385",[29,35.91]],["parent/385",[99,1.337,113,1.571]],["name/386",[32,31.904]],["parent/386",[99,1.337,113,1.571]],["name/387",[32,31.904]],["parent/387",[99,1.337,113,1.571]],["name/388",[33,35.91]],["parent/388",[99,1.337,113,1.571]],["name/389",[33,35.91]],["parent/389",[99,1.337,113,1.571]],["name/390",[84,52.354]],["parent/390",[99,1.337,112,3.325]],["name/391",[23,31.904]],["parent/391",[99,1.337,112,3.325]],["name/392",[24,31.904]],["parent/392",[99,1.337,113,1.571]],["name/393",[24,31.904]],["parent/393",[99,1.337,113,1.571]],["name/394",[41,35.123]],["parent/394",[99,1.337,113,1.571]],["name/395",[41,35.123]],["parent/395",[99,1.337,113,1.571]],["name/396",[47,35.91]],["parent/396",[99,1.337,113,1.571]],["name/397",[47,35.91]],["parent/397",[99,1.337,113,1.571]],["name/398",[27,29.034]],["parent/398",[99,1.337,113,1.571]],["name/399",[27,29.034]],["parent/399",[99,1.337,113,1.571]],["name/400",[85,42.591]],["parent/400",[99,1.337,113,1.571]],["name/401",[85,42.591]],["parent/401",[99,1.337,113,1.571]],["name/402",[52,35.91]],["parent/402",[99,1.337,113,1.571]],["name/403",[52,35.91]],["parent/403",[99,1.337,113,1.571]],["name/404",[32,31.904]],["parent/404",[99,1.337,113,1.571]],["name/405",[32,31.904]],["parent/405",[99,1.337,113,1.571]],["name/406",[22,41.129]],["parent/406",[99,1.337,100,4.082]],["name/407",[6,25.837]],["parent/407",[0,5.143]],["name/408",[6,25.837]],["parent/408",[3,4.916]],["name/409",[6,25.837]],["parent/409",[15,5.143]],["name/410",[6,25.837]],["parent/410",[17,5.143]],["name/411",[6,25.837]],["parent/411",[18,4.916]],["name/412",[6,25.837]],["parent/412",[53,5.143]],["name/413",[6,25.837]],["parent/413",[54,5.143]],["name/414",[6,25.837]],["parent/414",[56,5.143]],["name/415",[6,25.837]],["parent/415",[57,4.916]],["name/416",[6,25.837]],["parent/416",[64,5.143]],["name/417",[6,25.837]],["parent/417",[65,5.143]],["name/418",[22,41.129]],["parent/418",[98,5.81]]],"invertedIndex":[["__type",{"_index":23,"name":{"44":{},"96":{},"165":{},"190":{},"192":{},"212":{},"226":{},"250":{},"304":{},"322":{},"324":{},"326":{},"329":{},"331":{},"333":{},"353":{},"367":{},"391":{}},"parent":{}}],["add",{"_index":24,"name":{"45":{},"46":{},"166":{},"167":{},"193":{},"194":{},"227":{},"228":{},"251":{},"252":{},"305":{},"306":{},"334":{},"335":{},"368":{},"369":{},"392":{},"393":{}},"parent":{}}],["addnx",{"_index":75,"name":{"168":{},"169":{},"229":{},"230":{},"370":{},"371":{}},"parent":{}}],["bf",{"_index":79,"name":{"191":{},"332":{}},"parent":{}}],["bucketsize",{"_index":62,"name":{"138":{}},"parent":{}}],["capacity",{"_index":9,"name":{"14":{},"162":{}},"parent":{}}],["cf",{"_index":83,"name":{"225":{},"366":{}},"parent":{}}],["clientoptions",{"_index":109,"name":{"328":{}},"parent":{}}],["cms",{"_index":82,"name":{"211":{},"352":{}},"parent":{}}],["commands",{"_index":78,"name":{"188":{}},"parent":{"189":{},"190":{}}}],["commands.__type",{"_index":80,"name":{},"parent":{"191":{},"192":{},"211":{},"212":{},"225":{},"226":{},"249":{},"250":{}}}],["commands.__type.__type",{"_index":81,"name":{},"parent":{"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{}}}],["commands/bloom",{"_index":21,"name":{"42":{}},"parent":{"43":{},"44":{}}}],["commands/bloom.__type",{"_index":25,"name":{},"parent":{"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{}}}],["commands/bloom/add",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"407":{}}}],["commands/bloom/exists",{"_index":3,"name":{"3":{}},"parent":{"4":{},"5":{},"6":{},"408":{}}}],["commands/bloom/info",{"_index":5,"name":{"7":{}},"parent":{"8":{},"9":{},"10":{},"11":{},"12":{},"13":{}}}],["commands/bloom/info.inforeply",{"_index":10,"name":{},"parent":{"14":{},"15":{},"16":{},"17":{},"18":{}}}],["commands/bloom/insert",{"_index":15,"name":{"19":{}},"parent":{"20":{},"21":{},"409":{}}}],["commands/bloom/loadchunk",{"_index":16,"name":{"22":{}},"parent":{"23":{},"24":{},"25":{}}}],["commands/bloom/madd",{"_index":17,"name":{"26":{}},"parent":{"27":{},"28":{},"410":{}}}],["commands/bloom/mexists",{"_index":18,"name":{"29":{}},"parent":{"30":{},"31":{},"32":{},"411":{}}}],["commands/bloom/reserve",{"_index":19,"name":{"33":{}},"parent":{"34":{},"35":{},"36":{}}}],["commands/bloom/scandump",{"_index":20,"name":{"37":{}},"parent":{"38":{},"39":{},"40":{},"41":{}}}],["commands/count",{"_index":34,"name":{"63":{},"67":{},"77":{},"81":{},"85":{},"89":{},"94":{}},"parent":{"64":{},"65":{},"66":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"78":{},"79":{},"80":{},"82":{},"83":{},"84":{},"86":{},"87":{},"88":{},"90":{},"91":{},"92":{},"93":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["commands/cuckoo",{"_index":69,"name":{"159":{}},"parent":{"160":{},"161":{},"164":{},"165":{}}}],["commands/cuckoo.__type",{"_index":74,"name":{},"parent":{"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{}}}],["commands/cuckoo.insertoptions",{"_index":72,"name":{},"parent":{"162":{},"163":{}}}],["commands/cuckoo/add",{"_index":53,"name":{"109":{}},"parent":{"110":{},"111":{},"412":{}}}],["commands/cuckoo/addnx",{"_index":54,"name":{"112":{}},"parent":{"113":{},"114":{},"413":{}}}],["commands/cuckoo/count",{"_index":55,"name":{"115":{}},"parent":{"116":{},"117":{},"118":{}}}],["commands/cuckoo/del",{"_index":56,"name":{"119":{}},"parent":{"120":{},"121":{},"414":{}}}],["commands/cuckoo/exists",{"_index":57,"name":{"122":{}},"parent":{"123":{},"124":{},"125":{},"415":{}}}],["commands/cuckoo/info",{"_index":58,"name":{"126":{}},"parent":{"127":{},"128":{},"129":{},"130":{},"131":{},"132":{}}}],["commands/cuckoo/info.inforeply",{"_index":59,"name":{},"parent":{"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{}}}],["commands/cuckoo/insert",{"_index":64,"name":{"141":{}},"parent":{"142":{},"143":{},"416":{}}}],["commands/cuckoo/insertnx",{"_index":65,"name":{"144":{}},"parent":{"145":{},"146":{},"417":{}}}],["commands/cuckoo/loadchunk",{"_index":66,"name":{"147":{}},"parent":{"148":{},"149":{},"150":{}}}],["commands/cuckoo/reserve",{"_index":67,"name":{"151":{}},"parent":{"152":{},"153":{},"154":{}}}],["commands/cuckoo/scandump",{"_index":68,"name":{"155":{}},"parent":{"156":{},"157":{},"158":{}}}],["commands/top",{"_index":86,"name":{"265":{},"269":{},"274":{},"278":{},"289":{},"293":{},"298":{},"302":{}},"parent":{"266":{},"267":{},"268":{},"270":{},"271":{},"272":{},"273":{},"275":{},"276":{},"277":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"290":{},"291":{},"292":{},"294":{},"295":{},"296":{},"297":{},"299":{},"300":{},"301":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{}}}],["count",{"_index":41,"name":{"76":{},"170":{},"171":{},"231":{},"232":{},"253":{},"254":{},"307":{},"308":{},"372":{},"373":{},"394":{},"395":{}},"parent":{}}],["decay",{"_index":93,"name":{"288":{}},"parent":{}}],["default",{"_index":22,"name":{"43":{},"95":{},"164":{},"189":{},"303":{},"406":{},"418":{}},"parent":{}}],["del",{"_index":76,"name":{"172":{},"173":{},"233":{},"234":{},"374":{},"375":{}},"parent":{}}],["depth",{"_index":40,"name":{"75":{},"287":{}},"parent":{}}],["exists",{"_index":26,"name":{"47":{},"48":{},"174":{},"175":{},"195":{},"196":{},"235":{},"236":{},"336":{},"337":{},"376":{},"377":{}},"parent":{}}],["expansionrate",{"_index":14,"name":{"18":{},"139":{}},"parent":{}}],["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":{},"268":{},"272":{},"277":{},"281":{},"292":{},"296":{},"301":{}},"parent":{}}],["global",{"_index":101,"name":{"321":{}},"parent":{}}],["incrby",{"_index":47,"name":{"97":{},"98":{},"213":{},"214":{},"255":{},"256":{},"309":{},"310":{},"354":{},"355":{},"396":{},"397":{}},"parent":{}}],["index",{"_index":98,"name":{"319":{}},"parent":{"418":{}}}],["info",{"_index":27,"name":{"49":{},"50":{},"99":{},"100":{},"176":{},"177":{},"197":{},"198":{},"215":{},"216":{},"237":{},"238":{},"257":{},"258":{},"311":{},"312":{},"338":{},"339":{},"356":{},"357":{},"378":{},"379":{},"398":{},"399":{}},"parent":{}}],["inforawreply",{"_index":7,"name":{"12":{},"72":{},"131":{},"283":{}},"parent":{}}],["inforeply",{"_index":8,"name":{"13":{},"73":{},"132":{},"284":{}},"parent":{}}],["initbydim",{"_index":49,"name":{"101":{},"102":{},"217":{},"218":{},"358":{},"359":{}},"parent":{}}],["initbyprob",{"_index":50,"name":{"103":{},"104":{},"219":{},"220":{},"360":{},"361":{}},"parent":{}}],["insert",{"_index":28,"name":{"51":{},"52":{},"178":{},"179":{},"199":{},"200":{},"239":{},"240":{},"340":{},"341":{},"380":{},"381":{}},"parent":{}}],["insertnx",{"_index":77,"name":{"180":{},"181":{},"241":{},"242":{},"382":{},"383":{}},"parent":{}}],["insertoptions",{"_index":71,"name":{"161":{}},"parent":{}}],["is_read_only",{"_index":4,"name":{"6":{},"11":{},"32":{},"41":{},"71":{},"93":{},"125":{},"130":{},"273":{},"282":{},"297":{}},"parent":{}}],["k",{"_index":91,"name":{"285":{},"302":{}},"parent":{"303":{},"304":{}}}],["k.__type",{"_index":97,"name":{},"parent":{"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{}}}],["k/add",{"_index":87,"name":{"265":{}},"parent":{"266":{},"267":{},"268":{}}}],["k/count",{"_index":88,"name":{"269":{}},"parent":{"270":{},"271":{},"272":{},"273":{}}}],["k/incrby",{"_index":89,"name":{"274":{}},"parent":{"275":{},"276":{},"277":{}}}],["k/info",{"_index":90,"name":{"278":{}},"parent":{"279":{},"280":{},"281":{},"282":{},"283":{},"284":{}}}],["k/info.inforeply",{"_index":92,"name":{},"parent":{"285":{},"286":{},"287":{},"288":{}}}],["k/list",{"_index":94,"name":{"289":{}},"parent":{"290":{},"291":{},"292":{}}}],["k/query",{"_index":95,"name":{"293":{}},"parent":{"294":{},"295":{},"296":{},"297":{}}}],["k/reserve",{"_index":96,"name":{"298":{}},"parent":{"299":{},"300":{},"301":{}}}],["list",{"_index":85,"name":{"259":{},"260":{},"313":{},"314":{},"400":{},"401":{}},"parent":{}}],["loadchunk",{"_index":29,"name":{"53":{},"54":{},"182":{},"183":{},"201":{},"202":{},"243":{},"244":{},"342":{},"343":{},"384":{},"385":{}},"parent":{}}],["madd",{"_index":30,"name":{"55":{},"56":{},"203":{},"204":{},"344":{},"345":{}},"parent":{}}],["maxiteration",{"_index":63,"name":{"140":{}},"parent":{}}],["merge",{"_index":51,"name":{"105":{},"106":{},"221":{},"222":{},"362":{},"363":{}},"parent":{}}],["mexists",{"_index":31,"name":{"57":{},"58":{},"205":{},"206":{},"346":{},"347":{}},"parent":{}}],["min",{"_index":35,"name":{"63":{},"67":{},"77":{},"81":{},"85":{},"89":{},"94":{}},"parent":{"64":{},"65":{},"66":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"78":{},"79":{},"80":{},"82":{},"83":{},"84":{},"86":{},"87":{},"88":{},"90":{},"91":{},"92":{},"93":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["modules",{"_index":110,"name":{"330":{}},"parent":{}}],["nocreate",{"_index":73,"name":{"163":{}},"parent":{}}],["numberofbuckets",{"_index":60,"name":{"134":{}},"parent":{}}],["numberofdeleteditems",{"_index":61,"name":{"137":{}},"parent":{}}],["numberoffilters",{"_index":12,"name":{"16":{},"135":{}},"parent":{}}],["numberofinserteditems",{"_index":13,"name":{"17":{},"136":{}},"parent":{}}],["open",{"_index":105,"name":{"325":{}},"parent":{}}],["pushinsertoptions",{"_index":70,"name":{"160":{}},"parent":{}}],["query",{"_index":52,"name":{"107":{},"108":{},"223":{},"224":{},"261":{},"262":{},"315":{},"316":{},"364":{},"365":{},"402":{},"403":{}},"parent":{}}],["reserve",{"_index":32,"name":{"59":{},"60":{},"184":{},"185":{},"207":{},"208":{},"245":{},"246":{},"263":{},"264":{},"317":{},"318":{},"348":{},"349":{},"386":{},"387":{},"404":{},"405":{}},"parent":{}}],["scandump",{"_index":33,"name":{"61":{},"62":{},"186":{},"187":{},"209":{},"210":{},"247":{},"248":{},"350":{},"351":{},"388":{},"389":{}},"parent":{}}],["serverarguments",{"_index":107,"name":{"327":{}},"parent":{}}],["servers",{"_index":103,"name":{"323":{}},"parent":{}}],["size",{"_index":11,"name":{"15":{},"133":{}},"parent":{}}],["sketch",{"_index":46,"name":{"94":{}},"parent":{"95":{},"96":{}}}],["sketch.__type",{"_index":48,"name":{},"parent":{"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["sketch/incrby",{"_index":36,"name":{"63":{}},"parent":{"64":{},"65":{},"66":{}}}],["sketch/info",{"_index":37,"name":{"67":{}},"parent":{"68":{},"69":{},"70":{},"71":{},"72":{},"73":{}}}],["sketch/info.inforeply",{"_index":39,"name":{},"parent":{"74":{},"75":{},"76":{}}}],["sketch/initbydim",{"_index":42,"name":{"77":{}},"parent":{"78":{},"79":{},"80":{}}}],["sketch/initbyprob",{"_index":43,"name":{"81":{}},"parent":{"82":{},"83":{},"84":{}}}],["sketch/merge",{"_index":44,"name":{"85":{}},"parent":{"86":{},"87":{},"88":{}}}],["sketch/query",{"_index":45,"name":{"89":{}},"parent":{"90":{},"91":{},"92":{},"93":{}}}],["test",{"_index":99,"name":{"320":{}},"parent":{"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{}}}],["topk",{"_index":84,"name":{"249":{},"390":{}},"parent":{}}],["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":{},"266":{},"270":{},"275":{},"279":{},"290":{},"294":{},"299":{}},"parent":{}}],["transformreply",{"_index":6,"name":{"9":{},"24":{},"35":{},"39":{},"65":{},"69":{},"79":{},"83":{},"87":{},"91":{},"117":{},"128":{},"149":{},"153":{},"157":{},"267":{},"271":{},"276":{},"280":{},"291":{},"295":{},"300":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{}},"parent":{}}],["utils",{"_index":100,"name":{"320":{}},"parent":{"321":{},"406":{}}}],["utils.global",{"_index":102,"name":{},"parent":{"322":{}}}],["utils.global.__type",{"_index":104,"name":{},"parent":{"323":{},"324":{}}}],["utils.global.__type.__type",{"_index":106,"name":{},"parent":{"325":{},"326":{}}}],["utils.global.__type.__type.__type",{"_index":108,"name":{},"parent":{"327":{},"328":{},"329":{}}}],["utils.global.__type.__type.__type.__type",{"_index":111,"name":{},"parent":{"330":{},"331":{}}}],["utils.global.__type.__type.__type.__type.__type",{"_index":112,"name":{},"parent":{"332":{},"333":{},"352":{},"353":{},"366":{},"367":{},"390":{},"391":{}}}],["utils.global.__type.__type.__type.__type.__type.__type",{"_index":113,"name":{},"parent":{"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{}}}],["width",{"_index":38,"name":{"74":{},"286":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/documentation/bloom/assets/style.css b/documentation/bloom/assets/style.css new file mode 100644 index 0000000000..28f90b673c --- /dev/null +++ b/documentation/bloom/assets/style.css @@ -0,0 +1,1388 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +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; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 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-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.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; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} diff --git a/documentation/bloom/assets/widgets.png b/documentation/bloom/assets/widgets.png new file mode 100644 index 0000000000..c7380532ac Binary files /dev/null and b/documentation/bloom/assets/widgets.png differ diff --git a/documentation/bloom/assets/widgets@2x.png b/documentation/bloom/assets/widgets@2x.png new file mode 100644 index 0000000000..4bbbd57272 Binary files /dev/null and b/documentation/bloom/assets/widgets@2x.png differ diff --git a/documentation/bloom/index.html b/documentation/bloom/index.html new file mode 100644 index 0000000000..4694937e51 --- /dev/null +++ b/documentation/bloom/index.html @@ -0,0 +1,5 @@ +@node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

@node-redis/bloom

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html new file mode 100644 index 0000000000..1a578c84c0 --- /dev/null +++ b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html @@ -0,0 +1 @@ +InfoReply | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/interfaces/commands_count_min_sketch_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_count_min_sketch_INFO.InfoReply.html new file mode 100644 index 0000000000..d26143c069 --- /dev/null +++ b/documentation/bloom/interfaces/commands_count_min_sketch_INFO.InfoReply.html @@ -0,0 +1 @@ +InfoReply | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/interfaces/commands_cuckoo.InsertOptions.html b/documentation/bloom/interfaces/commands_cuckoo.InsertOptions.html new file mode 100644 index 0000000000..b47bdcb24f --- /dev/null +++ b/documentation/bloom/interfaces/commands_cuckoo.InsertOptions.html @@ -0,0 +1 @@ +InsertOptions | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

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 new file mode 100644 index 0000000000..671115390d --- /dev/null +++ b/documentation/bloom/interfaces/commands_cuckoo_INFO.InfoReply.html @@ -0,0 +1 @@ +InfoReply | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InfoReply

Index

Properties

bucketSize

bucketSize: number

expansionRate

expansionRate: number

maxIteration

maxIteration: number

numberOfBuckets

numberOfBuckets: number

numberOfDeletedItems

numberOfDeletedItems: number

numberOfFilters

numberOfFilters: number

numberOfInsertedItems

numberOfInsertedItems: number

size

size: number

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/interfaces/commands_top_k_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_top_k_INFO.InfoReply.html new file mode 100644 index 0000000000..370fa69357 --- /dev/null +++ b/documentation/bloom/interfaces/commands_top_k_INFO.InfoReply.html @@ -0,0 +1 @@ +InfoReply | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules.html b/documentation/bloom/modules.html new file mode 100644 index 0000000000..2f345e942e --- /dev/null +++ b/documentation/bloom/modules.html @@ -0,0 +1 @@ +@node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

@node-redis/bloom

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands.html b/documentation/bloom/modules/commands.html new file mode 100644 index 0000000000..279c11ffce --- /dev/null +++ b/documentation/bloom/modules/commands.html @@ -0,0 +1 @@ +commands | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Properties

Properties

default

default: { bf: { ADD: commands/bloom/ADD; EXISTS: commands/bloom/EXISTS; INFO: commands/bloom/INFO; INSERT: commands/bloom/INSERT; LOADCHUNK: commands/bloom/LOADCHUNK; MADD: commands/bloom/MADD; MEXISTS: commands/bloom/MEXISTS; RESERVE: commands/bloom/RESERVE; SCANDUMP: commands/bloom/SCANDUMP; add: commands/bloom/ADD; exists: commands/bloom/EXISTS; info: commands/bloom/INFO; insert: commands/bloom/INSERT; loadChunk: commands/bloom/LOADCHUNK; mAdd: commands/bloom/MADD; mExists: commands/bloom/MEXISTS; reserve: commands/bloom/RESERVE; scanDump: commands/bloom/SCANDUMP }; cf: { ADD: commands/cuckoo/ADD; ADDNX: commands/cuckoo/ADDNX; COUNT: commands/cuckoo/COUNT; DEL: commands/cuckoo/DEL; EXISTS: commands/cuckoo/EXISTS; INFO: commands/cuckoo/INFO; INSERT: commands/cuckoo/INSERT; INSERTNX: commands/cuckoo/INSERTNX; LOADCHUNK: commands/cuckoo/LOADCHUNK; RESERVE: commands/cuckoo/RESERVE; SCANDUMP: commands/cuckoo/SCANDUMP; add: commands/cuckoo/ADD; addNX: commands/cuckoo/ADDNX; count: commands/cuckoo/COUNT; del: commands/cuckoo/DEL; exists: commands/cuckoo/EXISTS; info: commands/cuckoo/INFO; insert: commands/cuckoo/INSERT; insertNX: commands/cuckoo/INSERTNX; loadChunk: commands/cuckoo/LOADCHUNK; reserve: commands/cuckoo/RESERVE; scanDump: commands/cuckoo/SCANDUMP }; cms: { INCRBY: commands/count-min-sketch/INCRBY; INFO: commands/count-min-sketch/INFO; INITBYDIM: commands/count-min-sketch/INITBYDIM; INITBYPROB: commands/count-min-sketch/INITBYPROB; MERGE: commands/count-min-sketch/MERGE; QUERY: commands/count-min-sketch/QUERY; incrBy: commands/count-min-sketch/INCRBY; info: commands/count-min-sketch/INFO; initByDim: commands/count-min-sketch/INITBYDIM; initByProb: commands/count-min-sketch/INITBYPROB; merge: commands/count-min-sketch/MERGE; query: commands/count-min-sketch/QUERY }; topK: { ADD: commands/top-k/ADD; COUNT: commands/top-k/COUNT; INCRBY: commands/top-k/INCRBY; INFO: commands/top-k/INFO; LIST: commands/top-k/LIST; QUERY: commands/top-k/QUERY; RESERVE: commands/top-k/RESERVE; add: commands/top-k/ADD; count: commands/top-k/COUNT; incrBy: commands/top-k/INCRBY; info: commands/top-k/INFO; list: commands/top-k/LIST; query: commands/top-k/QUERY; reserve: commands/top-k/RESERVE } }

Type declaration

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom.html b/documentation/bloom/modules/commands_bloom.html new file mode 100644 index 0000000000..dd031d41cb --- /dev/null +++ b/documentation/bloom/modules/commands_bloom.html @@ -0,0 +1 @@ +commands/bloom | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_ADD.html b/documentation/bloom/modules/commands_bloom_ADD.html new file mode 100644 index 0000000000..1d49a44b5d --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_ADD.html @@ -0,0 +1 @@ +commands/bloom/ADD | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/ADD

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_EXISTS.html b/documentation/bloom/modules/commands_bloom_EXISTS.html new file mode 100644 index 0000000000..673e0c67d1 --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_EXISTS.html @@ -0,0 +1 @@ +commands/bloom/EXISTS | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/EXISTS

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_INFO.html b/documentation/bloom/modules/commands_bloom_INFO.html new file mode 100644 index 0000000000..58ecfd46f6 --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_INFO.html @@ -0,0 +1 @@ +commands/bloom/INFO | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/INFO

Index

Type aliases

InfoRawReply

InfoRawReply: [_: string, capacity: number, _: string, size: number, _: string, numberOfFilters: number, _: string, numberOfInsertedItems: number, _: string, expansionRate: number]

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string): string[]

transformReply

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_INSERT.html b/documentation/bloom/modules/commands_bloom_INSERT.html new file mode 100644 index 0000000000..bee9c2d1c3 --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_INSERT.html @@ -0,0 +1 @@ +commands/bloom/INSERT | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/INSERT

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html new file mode 100644 index 0000000000..91a6254585 --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html @@ -0,0 +1 @@ +commands/bloom/LOADCHUNK | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/LOADCHUNK

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_MADD.html b/documentation/bloom/modules/commands_bloom_MADD.html new file mode 100644 index 0000000000..aca3498819 --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_MADD.html @@ -0,0 +1 @@ +commands/bloom/MADD | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/MADD

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_MEXISTS.html b/documentation/bloom/modules/commands_bloom_MEXISTS.html new file mode 100644 index 0000000000..d0d55a973c --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_MEXISTS.html @@ -0,0 +1 @@ +commands/bloom/MEXISTS | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/MEXISTS

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_RESERVE.html b/documentation/bloom/modules/commands_bloom_RESERVE.html new file mode 100644 index 0000000000..19bb771cec --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_RESERVE.html @@ -0,0 +1 @@ +commands/bloom/RESERVE | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/RESERVE

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_bloom_SCANDUMP.html b/documentation/bloom/modules/commands_bloom_SCANDUMP.html new file mode 100644 index 0000000000..82c6ac61e5 --- /dev/null +++ b/documentation/bloom/modules/commands_bloom_SCANDUMP.html @@ -0,0 +1 @@ +commands/bloom/SCANDUMP | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/bloom/SCANDUMP

Index

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string, iterator: number): string[]

transformReply

  • transformReply(__namedParameters: ScanDumpRawReply): ScanDumpReply

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch.html b/documentation/bloom/modules/commands_count_min_sketch.html new file mode 100644 index 0000000000..1b40d40b3c --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch.html @@ -0,0 +1 @@ +commands/count-min-sketch | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html new file mode 100644 index 0000000000..d3a67bf751 --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html @@ -0,0 +1 @@ +commands/count-min-sketch/INCRBY | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch/INCRBY

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch_INFO.html b/documentation/bloom/modules/commands_count_min_sketch_INFO.html new file mode 100644 index 0000000000..ddc3990068 --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch_INFO.html @@ -0,0 +1 @@ +commands/count-min-sketch/INFO | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch/INFO

Index

Type aliases

InfoRawReply

InfoRawReply: [_: string, width: number, _: string, depth: number, _: string, count: number]

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string): string[]

transformReply

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html new file mode 100644 index 0000000000..f20ea648b7 --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html @@ -0,0 +1 @@ +commands/count-min-sketch/INITBYDIM | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch/INITBYDIM

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html new file mode 100644 index 0000000000..6571a9bde1 --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html @@ -0,0 +1 @@ +commands/count-min-sketch/INITBYPROB | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch/INITBYPROB

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html new file mode 100644 index 0000000000..7fe55f6116 --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html @@ -0,0 +1 @@ +commands/count-min-sketch/MERGE | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch/MERGE

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html new file mode 100644 index 0000000000..930a70792e --- /dev/null +++ b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html @@ -0,0 +1 @@ +commands/count-min-sketch/QUERY | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/count-min-sketch/QUERY

Index

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string, items: string | string[]): RedisCommandArguments

transformReply

  • transformReply(): number[]

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo.html b/documentation/bloom/modules/commands_cuckoo.html new file mode 100644 index 0000000000..8e6a255e50 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo.html @@ -0,0 +1 @@ +commands/cuckoo | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo

Index

Interfaces

Properties

Functions

Properties

default

Functions

pushInsertOptions

  • pushInsertOptions(args: RedisCommandArguments, items: string | string[], options?: InsertOptions): RedisCommandArguments

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_ADD.html b/documentation/bloom/modules/commands_cuckoo_ADD.html new file mode 100644 index 0000000000..47a15e33f5 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_ADD.html @@ -0,0 +1 @@ +commands/cuckoo/ADD | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/ADD

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_ADDNX.html b/documentation/bloom/modules/commands_cuckoo_ADDNX.html new file mode 100644 index 0000000000..0ea4fc34a6 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_ADDNX.html @@ -0,0 +1 @@ +commands/cuckoo/ADDNX | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/ADDNX

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_COUNT.html b/documentation/bloom/modules/commands_cuckoo_COUNT.html new file mode 100644 index 0000000000..706838704a --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_COUNT.html @@ -0,0 +1 @@ +commands/cuckoo/COUNT | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/COUNT

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_DEL.html b/documentation/bloom/modules/commands_cuckoo_DEL.html new file mode 100644 index 0000000000..4261182e6d --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_DEL.html @@ -0,0 +1 @@ +commands/cuckoo/DEL | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/DEL

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_EXISTS.html b/documentation/bloom/modules/commands_cuckoo_EXISTS.html new file mode 100644 index 0000000000..419e10ef1c --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_EXISTS.html @@ -0,0 +1 @@ +commands/cuckoo/EXISTS | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/EXISTS

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_INFO.html b/documentation/bloom/modules/commands_cuckoo_INFO.html new file mode 100644 index 0000000000..f724f94330 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_INFO.html @@ -0,0 +1 @@ +commands/cuckoo/INFO | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/INFO

Index

Type aliases

InfoRawReply

InfoRawReply: [_: string, size: number, _: string, numberOfBuckets: number, _: string, numberOfFilters: number, _: string, numberOfInsertedItems: number, _: string, numberOfDeletedItems: number, _: string, bucketSize: number, _: string, expansionRate: number, _: string, maxIteration: number]

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string): string[]

transformReply

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_INSERT.html b/documentation/bloom/modules/commands_cuckoo_INSERT.html new file mode 100644 index 0000000000..be1d0d12e5 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_INSERT.html @@ -0,0 +1 @@ +commands/cuckoo/INSERT | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/INSERT

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html new file mode 100644 index 0000000000..9acda44d44 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html @@ -0,0 +1 @@ +commands/cuckoo/INSERTNX | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/INSERTNX

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html new file mode 100644 index 0000000000..51539fb831 --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html @@ -0,0 +1 @@ +commands/cuckoo/LOADCHUNK | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/LOADCHUNK

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_RESERVE.html b/documentation/bloom/modules/commands_cuckoo_RESERVE.html new file mode 100644 index 0000000000..bb3c3e267b --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_RESERVE.html @@ -0,0 +1 @@ +commands/cuckoo/RESERVE | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/RESERVE

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html new file mode 100644 index 0000000000..a8509398bb --- /dev/null +++ b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html @@ -0,0 +1 @@ +commands/cuckoo/SCANDUMP | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/cuckoo/SCANDUMP

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k.html b/documentation/bloom/modules/commands_top_k.html new file mode 100644 index 0000000000..82bb43d0c1 --- /dev/null +++ b/documentation/bloom/modules/commands_top_k.html @@ -0,0 +1 @@ +commands/top-k | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_ADD.html b/documentation/bloom/modules/commands_top_k_ADD.html new file mode 100644 index 0000000000..d8e6265b7e --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_ADD.html @@ -0,0 +1 @@ +commands/top-k/ADD | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/ADD

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_COUNT.html b/documentation/bloom/modules/commands_top_k_COUNT.html new file mode 100644 index 0000000000..baa5d57c55 --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_COUNT.html @@ -0,0 +1 @@ +commands/top-k/COUNT | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/COUNT

Index

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string, items: string | string[]): RedisCommandArguments

transformReply

  • transformReply(): number[]

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_INCRBY.html b/documentation/bloom/modules/commands_top_k_INCRBY.html new file mode 100644 index 0000000000..d267ba6ed0 --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_INCRBY.html @@ -0,0 +1 @@ +commands/top-k/INCRBY | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/INCRBY

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_INFO.html b/documentation/bloom/modules/commands_top_k_INFO.html new file mode 100644 index 0000000000..a815a977a2 --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_INFO.html @@ -0,0 +1 @@ +commands/top-k/INFO | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/INFO

Index

Type aliases

InfoRawReply

InfoRawReply: [_: string, k: number, _: string, width: number, _: string, depth: number, _: string, decay: string]

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string): string[]

transformReply

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_LIST.html b/documentation/bloom/modules/commands_top_k_LIST.html new file mode 100644 index 0000000000..80ce87b2af --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_LIST.html @@ -0,0 +1 @@ +commands/top-k/LIST | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/LIST

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_QUERY.html b/documentation/bloom/modules/commands_top_k_QUERY.html new file mode 100644 index 0000000000..8fd02112e9 --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_QUERY.html @@ -0,0 +1 @@ +commands/top-k/QUERY | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/QUERY

Index

Variables

FIRST_KEY_INDEX

FIRST_KEY_INDEX: 1 = 1

IS_READ_ONLY

IS_READ_ONLY: true = true

Functions

transformArguments

  • transformArguments(key: string, items: string | string[]): RedisCommandArguments

transformReply

  • transformReply(): number[]

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/commands_top_k_RESERVE.html b/documentation/bloom/modules/commands_top_k_RESERVE.html new file mode 100644 index 0000000000..f29187f7dd --- /dev/null +++ b/documentation/bloom/modules/commands_top_k_RESERVE.html @@ -0,0 +1 @@ +commands/top-k/RESERVE | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/top-k/RESERVE

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/index.html b/documentation/bloom/modules/index.html new file mode 100644 index 0000000000..5842706d6a --- /dev/null +++ b/documentation/bloom/modules/index.html @@ -0,0 +1 @@ +index | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/bloom/modules/test_utils.html b/documentation/bloom/modules/test_utils.html new file mode 100644 index 0000000000..401955eb84 --- /dev/null +++ b/documentation/bloom/modules/test_utils.html @@ -0,0 +1 @@ +test-utils | @node-redis/bloom
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Properties

Variables

Properties

default

default: default

Variables

GLOBAL

GLOBAL: { SERVERS: { OPEN: { clientOptions: { modules: { bf: { ADD: commands/bloom/ADD; EXISTS: commands/bloom/EXISTS; INFO: commands/bloom/INFO; INSERT: commands/bloom/INSERT; LOADCHUNK: commands/bloom/LOADCHUNK; MADD: commands/bloom/MADD; MEXISTS: commands/bloom/MEXISTS; RESERVE: commands/bloom/RESERVE; SCANDUMP: commands/bloom/SCANDUMP; add: commands/bloom/ADD; exists: commands/bloom/EXISTS; info: commands/bloom/INFO; insert: commands/bloom/INSERT; loadChunk: commands/bloom/LOADCHUNK; mAdd: commands/bloom/MADD; mExists: commands/bloom/MEXISTS; reserve: commands/bloom/RESERVE; scanDump: commands/bloom/SCANDUMP }; cf: { ADD: commands/cuckoo/ADD; ADDNX: commands/cuckoo/ADDNX; COUNT: commands/cuckoo/COUNT; DEL: commands/cuckoo/DEL; EXISTS: commands/cuckoo/EXISTS; INFO: commands/cuckoo/INFO; INSERT: commands/cuckoo/INSERT; INSERTNX: commands/cuckoo/INSERTNX; LOADCHUNK: commands/cuckoo/LOADCHUNK; RESERVE: commands/cuckoo/RESERVE; SCANDUMP: commands/cuckoo/SCANDUMP; add: commands/cuckoo/ADD; addNX: commands/cuckoo/ADDNX; count: commands/cuckoo/COUNT; del: commands/cuckoo/DEL; exists: commands/cuckoo/EXISTS; info: commands/cuckoo/INFO; insert: commands/cuckoo/INSERT; insertNX: commands/cuckoo/INSERTNX; loadChunk: commands/cuckoo/LOADCHUNK; reserve: commands/cuckoo/RESERVE; scanDump: commands/cuckoo/SCANDUMP }; cms: { INCRBY: commands/count-min-sketch/INCRBY; INFO: commands/count-min-sketch/INFO; INITBYDIM: commands/count-min-sketch/INITBYDIM; INITBYPROB: commands/count-min-sketch/INITBYPROB; MERGE: commands/count-min-sketch/MERGE; QUERY: commands/count-min-sketch/QUERY; incrBy: commands/count-min-sketch/INCRBY; info: commands/count-min-sketch/INFO; initByDim: commands/count-min-sketch/INITBYDIM; initByProb: commands/count-min-sketch/INITBYPROB; merge: commands/count-min-sketch/MERGE; query: commands/count-min-sketch/QUERY }; topK: { ADD: commands/top-k/ADD; COUNT: commands/top-k/COUNT; INCRBY: commands/top-k/INCRBY; INFO: commands/top-k/INFO; LIST: commands/top-k/LIST; QUERY: commands/top-k/QUERY; RESERVE: commands/top-k/RESERVE; add: commands/top-k/ADD; count: commands/top-k/COUNT; incrBy: commands/top-k/INCRBY; info: commands/top-k/INFO; list: commands/top-k/LIST; query: commands/top-k/QUERY; reserve: commands/top-k/RESERVE } } }; serverArguments: string[] } } } = ...

Type declaration

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/documentation/client/classes/lib_client.default.html b/documentation/client/classes/lib_client.default.html index b246041e9c..846af0f897 100644 --- a/documentation/client/classes/lib_client.default.html +++ b/documentation/client/classes/lib_client.default.html @@ -1,4 +1,4 @@ -default | @node-redis/client
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • EventEmitter
    • default

Index

Constructors

constructor

Properties

Private Readonly #isolationPool

#isolationPool: Pool<RedisClientType<M, S>>

Private Optional Readonly #options

#options?: RedisClientOptions<M, S>

Private Readonly #queue

#queue: default

Private #selectedDB

#selectedDB: number = 0

Private Readonly #socket

#socket: default

Private Readonly #v4

#v4: Record<string, any> = {}

pSubscribe

pSubscribe: <T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • patterns: string | string[]
      • listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

pUnsubscribe

pUnsubscribe: <T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • Optional patterns: string | string[]
      • Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

quit

quit: () => Promise<void> = ...

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

select

select: { (db: number): Promise<void>; (options: CommandOptions<ClientCommandOptions>, db: number): Promise<void> } = ...

Type declaration

subscribe

subscribe: <T>(channels: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • channels: string | string[]
      • listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

unsubscribe

unsubscribe: <T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • Optional channels: string | string[]
      • Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

Static Readonly captureRejectionSymbol

captureRejectionSymbol: typeof captureRejectionSymbol

Static captureRejections

captureRejections: boolean
+default | @node-redis/client
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • EventEmitter
    • default

Index

Constructors

constructor

Properties

Private Readonly #isolationPool

#isolationPool: Pool<RedisClientType<M, S>>

Private Optional Readonly #options

#options?: RedisClientOptions<M, S>

Private Readonly #queue

#queue: default

Private #selectedDB

#selectedDB: number = 0

Private Readonly #socket

#socket: default

Private Readonly #v4

#v4: Record<string, any> = {}

pSubscribe

pSubscribe: <T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • patterns: string | string[]
      • listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

pUnsubscribe

pUnsubscribe: <T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • Optional patterns: string | string[]
      • Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

quit

quit: () => Promise<void> = ...

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

select

select: { (db: number): Promise<void>; (options: CommandOptions<ClientCommandOptions>, db: number): Promise<void> } = ...

Type declaration

subscribe

subscribe: <T>(channels: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • channels: string | string[]
      • listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

unsubscribe

unsubscribe: <T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void> = ...

Type declaration

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

      • T: boolean = false

      Parameters

      • Optional channels: string | string[]
      • Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • Optional bufferMode: T

      Returns Promise<void>

Static Readonly captureRejectionSymbol

captureRejectionSymbol: typeof captureRejectionSymbol

Static captureRejections

captureRejections: boolean

Sets or gets the default captureRejection value for all emitters.

Static defaultMaxListeners

defaultMaxListeners: number

Static Readonly errorMonitor

errorMonitor: typeof errorMonitor

This symbol shall be used to install a listener for only monitoring 'error' @@ -7,10 +7,10 @@ events. Listeners installed using this symbol are called before the regular

Installing a listener using this symbol does not change the behavior once an 'error' event is emitted, therefore the process will still crash if no regular 'error' listener is installed.

-

Accessors

isOpen

  • get isOpen(): boolean

options

v4

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

Methods

Private #defineLegacyCommand

  • #defineLegacyCommand(name: string): void

Private #destroyIsolationPool

  • #destroyIsolationPool(): Promise<void>

Private #initiateOptions

Private #initiateQueue

Private #initiateSocket

Private #legacyMode

  • #legacyMode(): void

Private #sendCommand

Private #subscribe

Private #tick

  • #tick(force?: boolean): void

Private #unsubscribe

PSUBSCRIBE

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

PUNSUBSCRIBE

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

QUIT

  • QUIT(): Promise<void>

SELECT

SUBSCRIBE

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

UNSUBSCRIBE

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

addListener

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

Accessors

isOpen

  • get isOpen(): boolean

options

v4

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

Methods

Private #defineLegacyCommand

  • #defineLegacyCommand(name: string): void

Private #destroyIsolationPool

  • #destroyIsolationPool(): Promise<void>

Private #initiateOptions

Private #initiateQueue

Private #initiateSocket

Private #legacyMode

  • #legacyMode(): void

Private #sendCommand

Private #subscribe

Private #tick

  • #tick(force?: boolean): void

Private #unsubscribe

PSUBSCRIBE

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

PUNSUBSCRIBE

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

QUIT

  • QUIT(): Promise<void>

SELECT

SUBSCRIBE

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

UNSUBSCRIBE

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

addListener

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

    since

    v0.1.26

    -

    Parameters

    • eventName: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns default<M, S>

commandsExecutor

connect

  • connect(): Promise<void>

disconnect

  • disconnect(): Promise<void>

duplicate

emit

  • emit(eventName: string | symbol, ...args: any[]): boolean
  • +

    Parameters

    • eventName: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns default<M, S>

commandsExecutor

connect

  • connect(): Promise<void>

disconnect

  • disconnect(): Promise<void>

duplicate

emit

  • 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.

    Returns true if the event had listeners, false otherwise.

    @@ -23,11 +23,11 @@ listeners. The values in the array are strings or Symbols.

    const EventEmitter = require('events');
    const myEE = new EventEmitter();
    myEE.on('foo', () => {});
    myEE.on('bar', () => {});

    const sym = Symbol('symbol');
    myEE.on(sym, () => {});

    console.log(myEE.eventNames());
    // Prints: [ 'foo', 'bar', Symbol(symbol) ]
    since

    v6.0.0

    -

    Returns (string | symbol)[]

executeIsolated

  • executeIsolated<T>(fn: (client: RedisClientType<M, S>) => T | Promise<T>): Promise<T>

executeScript

getMaxListeners

  • getMaxListeners(): number
  • +

    Returns (string | symbol)[]

executeIsolated

  • executeIsolated<T>(fn: (client: RedisClientType<M, S>) => T | Promise<T>): Promise<T>

executeScript

getMaxListeners

  • getMaxListeners(): number
  • Returns the current max listener value for the EventEmitter which is either set by emitter.setMaxListeners(n) or defaults to defaultMaxListeners.

    since

    v1.0.0

    -

    Returns number

hScanIterator

  • hScanIterator(key: string, options?: ScanOptions): AsyncIterable<{ field: string; value: string }>

listenerCount

  • listenerCount(eventName: string | symbol): number
  • +

    Returns number

hScanIterator

  • hScanIterator(key: string, options?: ScanOptions): AsyncIterable<{ field: string; value: string }>

listenerCount

  • listenerCount(eventName: string | symbol): number

multi

multiExecutor

off

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

    Parameters

    • eventName: string | symbol

    Returns Function[]

multi

multiExecutor

off

  • off(eventName: string | symbol, listener: (...args: any[]) => void): default<M, S>
  • Alias for emitter.removeListener().

    since

    v10.0.0

    Parameters

    • eventName: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns default<M, S>

on

  • on(eventName: string | symbol, listener: (...args: any[]) => void): default<M, S>
  • @@ -134,14 +134,14 @@ recently added instance. In the example the once('ping')lis

    Returns a reference to the EventEmitter, so that calls can be chained.

    since

    v0.1.26

    -

    Parameters

    • eventName: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns default<M, S>

sScanIterator

  • sScanIterator(key: string, options?: ScanOptions): AsyncIterable<string>

scanIterator

scriptsExecutor

sendCommand

setMaxListeners

  • setMaxListeners(n: number): default<M, S>
  • +

    Parameters

    • eventName: string | symbol
    • listener: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns default<M, S>

sScanIterator

  • sScanIterator(key: string, options?: ScanOptions): AsyncIterable<string>

scanIterator

scriptsExecutor

sendCommand

setMaxListeners

  • setMaxListeners(n: number): default<M, 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 memory leaks. The emitter.setMaxListeners() method allows the limit to be modified for this specific EventEmitter instance. The value can be set toInfinity (or 0) to indicate an unlimited number of listeners.

    Returns a reference to the EventEmitter, so that calls can be chained.

    since

    v0.3.5

    -

    Parameters

    • n: number

    Returns default<M, S>

zScanIterator

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

Static commandOptions

Static create

Static extend

Static getEventListeners

  • getEventListeners(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
  • +

    Parameters

    • n: number

    Returns default<M, S>

zScanIterator

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

Static commandOptions

Static create

Static extend

Static getEventListeners

  • 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 the emitter.

    @@ -202,4 +202,4 @@ special handling:

    const { EventEmitter, once } = require('events');

    const ee = new EventEmitter();
    const ac = new AbortController();

    async function foo(emitter, event, signal) {
    try {
    await once(emitter, event, { signal });
    console.log('event emitted!');
    } catch (error) {
    if (error.name === 'AbortError') {
    console.error('Waiting for the event was canceled!');
    } else {
    console.error('There was an error', error.message);
    }
    }
    }

    foo(ee, 'foo', ac.signal);
    ac.abort(); // Abort waiting for the event
    ee.emit('foo'); // Prints: Waiting for the event was canceled!
    since

    v11.13.0, v10.16.0

    -

    Parameters

    • emitter: NodeEventTarget
    • eventName: string | symbol
    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

  • Parameters

    • emitter: DOMEventTarget
    • eventName: string
    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

Static parseURL

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Private property
  • Private method
  • Enumeration
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • emitter: NodeEventTarget
  • eventName: string | symbol
  • Optional options: StaticEventEmitterOptions

Returns Promise<any[]>

  • Parameters

    • emitter: DOMEventTarget
    • eventName: string
    • Optional options: StaticEventEmitterOptions

    Returns Promise<any[]>

  • Static parseURL

    Legend

    • Variable
    • Function
    • Function with type parameter
    • Type alias
    • Type alias with type parameter
    • Class
    • Class with type parameter
    • Property
    • Method
    • Interface
    • Interface with type parameter
    • Private property
    • Private method
    • Enumeration
    • Static method

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/classes/lib_client_commands_queue.default.html b/documentation/client/classes/lib_client_commands_queue.default.html index 9e696425aa..1145d33930 100644 --- a/documentation/client/classes/lib_client_commands_queue.default.html +++ b/documentation/client/classes/lib_client_commands_queue.default.html @@ -1 +1 @@ -default | @node-redis/client
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • default

    Index

    Constructors

    constructor

    • new default(maxLength: undefined | null | number): default

    Properties

    Private #chainInExecution

    #chainInExecution: undefined | symbol

    Private Readonly #maxLength

    #maxLength: undefined | null | number

    Private Readonly #parser

    #parser: any = ...

    Private #pubSubState

    #pubSubState: undefined | PubSubState

    Private Readonly #waitingForReply

    #waitingForReply: Yallist<CommandWaitingForReply> = ...

    Private Readonly #waitingToBeSent

    #waitingToBeSent: Yallist<CommandWaitingToBeSent> = ...

    Static Private Readonly #PUB_SUB_MESSAGES

    #PUB_SUB_MESSAGES: { message: Buffer; pMessage: Buffer; pSubscribe: Buffer; pUnsubscribe: Buffer; subscribe: Buffer; unsubscribe: Buffer } = ...

    Type declaration

    • message: Buffer
    • pMessage: Buffer
    • pSubscribe: Buffer
    • pUnsubscribe: Buffer
    • subscribe: Buffer
    • unsubscribe: Buffer

    Methods

    Private #initiatePubSubState

    • #initiatePubSubState(): PubSubState

    Private #pushPubSubCommand

    Private #shiftWaitingForReply

    • #shiftWaitingForReply(): CommandWaitingForReply

    addCommand

    flushAll

    • flushAll(err: Error): void

    flushWaitingForReply

    • flushWaitingForReply(err: Error): void

    getCommandToSend

    parseResponse

    • parseResponse(data: Buffer): void

    resubscribe

    • resubscribe(): undefined | Promise<any>

    subscribe

    unsubscribe

    Static Private #emitPubSubMessage

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

    Static Private #flushQueue

    • #flushQueue<T>(queue: Yallist<T>, err: Error): void

    Legend

    • Variable
    • Function
    • Function with type parameter
    • Type alias
    • Type alias with type parameter
    • Class
    • Class with type parameter
    • Constructor
    • Method
    • Interface
    • Interface with type parameter
    • Private property
    • Private method
    • Enumeration

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file +default | @node-redis/client
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • default

    Index

    Constructors

    constructor

    • new default(maxLength: undefined | null | number): default

    Properties

    Private #chainInExecution

    #chainInExecution: undefined | symbol

    Private Readonly #maxLength

    #maxLength: undefined | null | number

    Private Readonly #parser

    #parser: any = ...

    Private #pubSubState

    #pubSubState: undefined | PubSubState

    Private Readonly #waitingForReply

    #waitingForReply: Yallist<CommandWaitingForReply> = ...

    Private Readonly #waitingToBeSent

    #waitingToBeSent: Yallist<CommandWaitingToBeSent> = ...

    Static Private Readonly #PUB_SUB_MESSAGES

    #PUB_SUB_MESSAGES: { message: Buffer; pMessage: Buffer; pSubscribe: Buffer; pUnsubscribe: Buffer; subscribe: Buffer; unsubscribe: Buffer } = ...

    Type declaration

    • message: Buffer
    • pMessage: Buffer
    • pSubscribe: Buffer
    • pUnsubscribe: Buffer
    • subscribe: Buffer
    • unsubscribe: Buffer

    Methods

    Private #initiatePubSubState

    • #initiatePubSubState(): PubSubState

    Private #pushPubSubCommand

    Private #shiftWaitingForReply

    • #shiftWaitingForReply(): CommandWaitingForReply

    addCommand

    flushAll

    • flushAll(err: Error): void

    flushWaitingForReply

    • flushWaitingForReply(err: Error): void

    getCommandToSend

    parseResponse

    • parseResponse(data: Buffer): void

    resubscribe

    • resubscribe(): undefined | Promise<any>

    subscribe

    unsubscribe

    Static Private #emitPubSubMessage

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

    Static Private #flushQueue

    • #flushQueue<T>(queue: Yallist<T>, err: Error): void

    Legend

    • Variable
    • Function
    • Function with type parameter
    • Type alias
    • Type alias with type parameter
    • Class
    • Class with type parameter
    • Constructor
    • Method
    • Interface
    • Interface with type parameter
    • Private property
    • Private method
    • Enumeration

    Settings

    Theme

    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 43d0f87625..068c5b3e23 100644 --- a/documentation/client/classes/lib_client_multi_command.default.html +++ b/documentation/client/classes/lib_client_multi_command.default.html @@ -1 +1 @@ -default | @node-redis/client
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • default

    Index

    Constructors

    constructor

    Properties

    Private Readonly #executor

    Private Readonly #multi

    #multi: default = ...

    EXEC

    EXEC: (execAsPipeline?: boolean) => Promise<RedisCommandRawReply[]> = ...

    Type declaration

    Readonly v4

    v4: Record<string, any> = {}

    Methods

    Private #defineLegacyCommand

    • #defineLegacyCommand(name: string): void

    Private #legacyMode

    • #legacyMode(): void

    addCommand

    commandsExecutor

    exec

    execAsPipeline

    scriptsExecutor

    Static extend

    Legend

    • Variable
    • Function
    • Function with type parameter
    • Type alias
    • Type alias with type parameter
    • Class
    • Class with type parameter
    • Constructor
    • Property
    • Method
    • Interface
    • Interface with type parameter
    • Private property
    • Private method
    • Enumeration

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file +default | @node-redis/client
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • default

    Index

    Constructors

    constructor

    Properties

    Private Readonly #executor

    Private Readonly #multi

    #multi: default = ...

    EXEC

    EXEC: (execAsPipeline?: boolean) => Promise<RedisCommandRawReply[]> = ...

    Type declaration

    Readonly v4

    v4: Record<string, any> = {}

    Methods

    Private #defineLegacyCommand

    • #defineLegacyCommand(name: string): void

    Private #legacyMode

    • #legacyMode(): void

    addCommand

    commandsExecutor

    exec

    execAsPipeline

    scriptsExecutor

    Static extend

    Legend

    • Variable
    • Function
    • Function with type parameter
    • Type alias
    • Type alias with type parameter
    • Class
    • Class with type parameter
    • Constructor
    • Property
    • Method
    • Interface
    • Interface with type parameter
    • Private property
    • Private method
    • Enumeration

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/classes/lib_client_socket.default.html b/documentation/client/classes/lib_client_socket.default.html index 3e0d4c42d9..6168ad12e2 100644 --- a/documentation/client/classes/lib_client_socket.default.html +++ b/documentation/client/classes/lib_client_socket.default.html @@ -1,4 +1,4 @@ -default | @node-redis/client
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • EventEmitter
      • default

    Index

    Constructors

    constructor

    Properties

    Private Optional Readonly #initiator

    Private #isCorked

    #isCorked: boolean = false

    Private #isOpen

    #isOpen: boolean = false

    Private #isReady

    #isReady: boolean = false

    Private Readonly #options

    Private Optional #socket

    #socket?: Socket | TLSSocket

    Private #writableNeedDrain

    #writableNeedDrain: boolean = false

    Static Readonly captureRejectionSymbol

    captureRejectionSymbol: typeof captureRejectionSymbol

    Static captureRejections

    captureRejections: boolean
    +default | @node-redis/client
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • EventEmitter
      • default

    Index

    Constructors

    constructor

    Properties

    Private Optional Readonly #initiator

    Private #isCorked

    #isCorked: boolean = false

    Private #isOpen

    #isOpen: boolean = false

    Private #isReady

    #isReady: boolean = false

    Private Readonly #options

    Private Optional #socket

    #socket?: Socket | TLSSocket

    Private #writableNeedDrain

    #writableNeedDrain: boolean = false

    Static Readonly captureRejectionSymbol

    captureRejectionSymbol: typeof captureRejectionSymbol

    Static captureRejections

    captureRejections: boolean

    Sets or gets the default captureRejection value for all emitters.

    Static defaultMaxListeners

    defaultMaxListeners: number

    Static Readonly errorMonitor

    errorMonitor: typeof errorMonitor

    This symbol shall be used to install a listener for only monitoring 'error' @@ -7,10 +7,10 @@ events. Listeners installed using this symbol are called before the regular

    Installing a listener using this symbol does not change the behavior once an 'error' event is emitted, therefore the process will still crash if no regular 'error' listener is installed.

    -

    Accessors

    isOpen

    • get isOpen(): boolean

    isReady

    • get isReady(): boolean

    writableNeedDrain

    • get writableNeedDrain(): boolean

    Methods

    Private #connect

    • #connect(hadError?: boolean): Promise<void>

    Private #createNetSocket

    • #createNetSocket(): CreateSocketReturn<Socket>

    Private #createSocket

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

    Private #createTlsSocket

    • #createTlsSocket(): CreateSocketReturn<TLSSocket>

    Private #onSocketError

    • #onSocketError(err: Error): void

    Private #retryConnection

    • #retryConnection(retries: number, hadError?: boolean): Promise<Socket | TLSSocket>

    addListener

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

    Accessors

    isOpen

    • get isOpen(): boolean

    isReady

    • get isReady(): boolean

    writableNeedDrain

    • get writableNeedDrain(): boolean

    Methods

    Private #connect

    • #connect(hadError?: boolean): Promise<void>

    Private #createNetSocket

    • #createNetSocket(): CreateSocketReturn<Socket>

    Private #createSocket

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

    Private #createTlsSocket

    • #createTlsSocket(): CreateSocketReturn<TLSSocket>

    Private #onSocketError

    • #onSocketError(err: Error): void

    Private #retryConnection

    • #retryConnection(retries: number, hadError?: boolean): Promise<Socket | TLSSocket>

    addListener

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

      since

      v0.1.26

      -

      Parameters

      • eventName: string | symbol
      • listener: (...args: any[]) => void
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      Returns default

    connect

    • connect(): Promise<void>

    cork

    • cork(): void

    disconnect

    • disconnect(): void

    emit

    • emit(eventName: string | symbol, ...args: any[]): boolean
    • +

      Parameters

      • eventName: string | symbol
      • listener: (...args: any[]) => void
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      Returns default

    connect

    • connect(): Promise<void>

    cork

    • cork(): void

    disconnect

    • disconnect(): void

    emit

    • 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.

      Returns true if the event had listeners, false otherwise.

      @@ -96,7 +96,7 @@ listener is removed, and then invoked.

      The name of the event.

    • listener: (...args: any[]) => void

      The callback function

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

          • Rest ...args: any[]

          Returns void

    Returns default

    quit

    • quit(fn: () => Promise<unknown>): Promise<void>

    rawListeners

    • rawListeners(eventName: string | symbol): Function[]
    • +
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns default

    quit

    • quit(fn: () => Promise<unknown>): Promise<void>

    rawListeners

    • 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()).

      const emitter = new EventEmitter();
      emitter.once('log', () => console.log('log once'));

      // Returns a new Array with a function `onceWrapper` which has a property
      // `listener` which contains the original listener bound above
      const listeners = emitter.rawListeners('log');
      const logFnWrapper = listeners[0];

      // Logs "log once" to the console and does not unbind the `once` event
      logFnWrapper.listener();

      // Logs "log once" to the console and removes the listener
      logFnWrapper();

      emitter.on('log', () => console.log('log persistently'));
      // Will return a new Array with a single function bound by `.on()` above
      const newListeners = emitter.rawListeners('log');

      // Logs "log persistently" twice
      newListeners[0]();
      emitter.emit('log'); @@ -141,7 +141,7 @@ memory leaks. The emitter.setMaxListeners() method allows the limit modified for this specific EventEmitter instance. The value can be set toInfinity (or 0) to indicate an unlimited number of listeners.

      Returns a reference to the EventEmitter, so that calls can be chained.

      since

      v0.3.5

      -

      Parameters

      • n: number

      Returns default

    writeCommand

    Static Private #defaultReconnectStrategy

    • #defaultReconnectStrategy(retries: number): number

    Static Private #initiateOptions

    Static Private #isTlsSocket

    Static getEventListeners

    • getEventListeners(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]
    • +

      Parameters

      • n: number

      Returns default

    writeCommand

    Static Private #defaultReconnectStrategy

    • #defaultReconnectStrategy(retries: number): number

    Static Private #initiateOptions

    Static Private #isTlsSocket

    Static getEventListeners

    • getEventListeners(emitter: EventEmitter | DOMEventTarget, name: string | symbol): Function[]