diff --git a/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html b/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html index e86dec8b38..f3a751b54e 100644 --- a/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html +++ b/documentation/bloom/functions/commands_bloom_ADD.transformArguments.html @@ -29,7 +29,7 @@
item: string

Returns string[]

+
  • Defined in bloom/lib/commands/bloom/ADD.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/CARD.ts:5
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:5
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:5
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:30
  • +
  • Defined in bloom/lib/commands/bloom/INSERT.ts:14
  • +
  • Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:5
  • +
  • Defined in bloom/lib/commands/bloom/MADD.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:5
  • +
  • Defined in bloom/lib/commands/bloom/RESERVE.ts:8
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:5
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:19
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:8
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:5
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:24
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:10
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:8
  • +
  • Defined in bloom/lib/commands/cuckoo/index.ts:46
  • +
  • Defined in bloom/lib/commands/cuckoo/ADD.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/ADDNX.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/COUNT.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/DEL.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:5
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:5
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:39
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERT.ts:6
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:6
  • +
  • Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:5
  • +
  • Defined in bloom/lib/commands/cuckoo/RESERVE.ts:9
  • +
  • Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:17
  • +
  • Defined in bloom/lib/commands/t-digest/index.ts:52
  • +
  • Defined in bloom/lib/commands/t-digest/index.ts:63
  • +
  • Defined in bloom/lib/commands/t-digest/index.ts:79
  • +
  • Defined in bloom/lib/commands/t-digest/ADD.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/BYRANK.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/CDF.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/CREATE.ts:6
  • +
  • Defined in bloom/lib/commands/t-digest/INFO.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/INFO.ts:41
  • +
  • Defined in bloom/lib/commands/t-digest/MAX.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/MERGE.ts:11
  • +
  • Defined in bloom/lib/commands/t-digest/MIN.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/QUANTILE.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/RANK.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/RESET.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/REVRANK.ts:7
  • +
  • Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:7
  • +
  • Defined in bloom/lib/commands/top-k/ADD.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:8
  • +
  • Defined in bloom/lib/commands/top-k/INCRBY.ts:8
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:5
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:27
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:5
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:5
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:16
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:8
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:11
  • +
  • Defined in bloom/lib/commands/bloom/index.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_ADD.html b/documentation/bloom/modules/commands_bloom_ADD.html index 4b2ec96557..b4782139da 100644 --- a/documentation/bloom/modules/commands_bloom_ADD.html +++ b/documentation/bloom/modules/commands_bloom_ADD.html @@ -16,7 +16,7 @@
  • commands/bloom/ADD
  • Module commands/bloom/ADD

    +
  • Defined in bloom/lib/commands/bloom/ADD.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_CARD.html b/documentation/bloom/modules/commands_bloom_CARD.html index 485f1047d3..8aabd62580 100644 --- a/documentation/bloom/modules/commands_bloom_CARD.html +++ b/documentation/bloom/modules/commands_bloom_CARD.html @@ -16,7 +16,7 @@
  • commands/bloom/CARD
  • Module commands/bloom/CARD

    +
  • Defined in bloom/lib/commands/bloom/CARD.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_EXISTS.html b/documentation/bloom/modules/commands_bloom_EXISTS.html index abf14eb6a4..82520f03f7 100644 --- a/documentation/bloom/modules/commands_bloom_EXISTS.html +++ b/documentation/bloom/modules/commands_bloom_EXISTS.html @@ -16,7 +16,7 @@
  • commands/bloom/EXISTS
  • Module commands/bloom/EXISTS

    +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_INFO.html b/documentation/bloom/modules/commands_bloom_INFO.html index 7427cef4a8..a73c730303 100644 --- a/documentation/bloom/modules/commands_bloom_INFO.html +++ b/documentation/bloom/modules/commands_bloom_INFO.html @@ -16,7 +16,7 @@
  • commands/bloom/INFO
  • Module commands/bloom/INFO

    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_INSERT.html b/documentation/bloom/modules/commands_bloom_INSERT.html index 3c840edec9..9a99995b89 100644 --- a/documentation/bloom/modules/commands_bloom_INSERT.html +++ b/documentation/bloom/modules/commands_bloom_INSERT.html @@ -16,7 +16,7 @@
  • commands/bloom/INSERT
  • Module commands/bloom/INSERT

    +
  • Defined in bloom/lib/commands/bloom/INSERT.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html index 37f4337133..7a99e28453 100644 --- a/documentation/bloom/modules/commands_bloom_LOADCHUNK.html +++ b/documentation/bloom/modules/commands_bloom_LOADCHUNK.html @@ -16,7 +16,7 @@
  • commands/bloom/LOADCHUNK
  • Module commands/bloom/LOADCHUNK

    +
  • Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_MADD.html b/documentation/bloom/modules/commands_bloom_MADD.html index 740ce686fb..69f6fc56cd 100644 --- a/documentation/bloom/modules/commands_bloom_MADD.html +++ b/documentation/bloom/modules/commands_bloom_MADD.html @@ -16,7 +16,7 @@
  • commands/bloom/MADD
  • Module commands/bloom/MADD

    +
  • Defined in bloom/lib/commands/bloom/MADD.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_MEXISTS.html b/documentation/bloom/modules/commands_bloom_MEXISTS.html index 182987a841..92b1926f90 100644 --- a/documentation/bloom/modules/commands_bloom_MEXISTS.html +++ b/documentation/bloom/modules/commands_bloom_MEXISTS.html @@ -16,7 +16,7 @@
  • commands/bloom/MEXISTS
  • Module commands/bloom/MEXISTS

    +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_RESERVE.html b/documentation/bloom/modules/commands_bloom_RESERVE.html index babd72e21b..7a5d52c723 100644 --- a/documentation/bloom/modules/commands_bloom_RESERVE.html +++ b/documentation/bloom/modules/commands_bloom_RESERVE.html @@ -16,7 +16,7 @@
  • commands/bloom/RESERVE
  • Module commands/bloom/RESERVE

    +
  • Defined in bloom/lib/commands/bloom/RESERVE.ts:1
  • diff --git a/documentation/bloom/modules/commands_bloom_SCANDUMP.html b/documentation/bloom/modules/commands_bloom_SCANDUMP.html index ef6786a116..8d259347c1 100644 --- a/documentation/bloom/modules/commands_bloom_SCANDUMP.html +++ b/documentation/bloom/modules/commands_bloom_SCANDUMP.html @@ -16,7 +16,7 @@
  • commands/bloom/SCANDUMP
  • Module commands/bloom/SCANDUMP

    +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch.html b/documentation/bloom/modules/commands_count_min_sketch.html index b6a96d5636..a21d5604db 100644 --- a/documentation/bloom/modules/commands_count_min_sketch.html +++ b/documentation/bloom/modules/commands_count_min_sketch.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch
  • Module commands/count-min-sketch

    +
  • Defined in bloom/lib/commands/count-min-sketch/index.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html index d7f3c9c10e..c2937ff8fe 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INCRBY.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch/INCRBY
  • Module commands/count-min-sketch/INCRBY

    +
  • Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch_INFO.html b/documentation/bloom/modules/commands_count_min_sketch_INFO.html index 4238993bd8..da54b0f23f 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INFO.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INFO.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch/INFO
  • Module commands/count-min-sketch/INFO

    +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html index dad3873c6f..dbeed004b8 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYDIM.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch/INITBYDIM
  • Module commands/count-min-sketch/INITBYDIM

    +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html index 3544b8b990..e22d7dee22 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html +++ b/documentation/bloom/modules/commands_count_min_sketch_INITBYPROB.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch/INITBYPROB
  • Module commands/count-min-sketch/INITBYPROB

    +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html index 9247f8a470..7b79ac2e2b 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_MERGE.html +++ b/documentation/bloom/modules/commands_count_min_sketch_MERGE.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch/MERGE
  • Module commands/count-min-sketch/MERGE

    +
  • Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:1
  • diff --git a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html index f35a32b962..82e03f8ad9 100644 --- a/documentation/bloom/modules/commands_count_min_sketch_QUERY.html +++ b/documentation/bloom/modules/commands_count_min_sketch_QUERY.html @@ -16,7 +16,7 @@
  • commands/count-min-sketch/QUERY
  • Module commands/count-min-sketch/QUERY

    +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo.html b/documentation/bloom/modules/commands_cuckoo.html index ecc68c563c..74a4959b5e 100644 --- a/documentation/bloom/modules/commands_cuckoo.html +++ b/documentation/bloom/modules/commands_cuckoo.html @@ -16,7 +16,7 @@
  • commands/cuckoo
  • Module commands/cuckoo

    +
  • Defined in bloom/lib/commands/cuckoo/index.ts:2
  • diff --git a/documentation/bloom/modules/commands_cuckoo_ADD.html b/documentation/bloom/modules/commands_cuckoo_ADD.html index 0ff2d2a660..e174913916 100644 --- a/documentation/bloom/modules/commands_cuckoo_ADD.html +++ b/documentation/bloom/modules/commands_cuckoo_ADD.html @@ -16,7 +16,7 @@
  • commands/cuckoo/ADD
  • Module commands/cuckoo/ADD

    +
  • Defined in bloom/lib/commands/cuckoo/ADD.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_ADDNX.html b/documentation/bloom/modules/commands_cuckoo_ADDNX.html index 3f448750e9..7881e5cfb1 100644 --- a/documentation/bloom/modules/commands_cuckoo_ADDNX.html +++ b/documentation/bloom/modules/commands_cuckoo_ADDNX.html @@ -16,7 +16,7 @@
  • commands/cuckoo/ADDNX
  • Module commands/cuckoo/ADDNX

    +
  • Defined in bloom/lib/commands/cuckoo/ADDNX.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_COUNT.html b/documentation/bloom/modules/commands_cuckoo_COUNT.html index a50734b332..9b25656006 100644 --- a/documentation/bloom/modules/commands_cuckoo_COUNT.html +++ b/documentation/bloom/modules/commands_cuckoo_COUNT.html @@ -16,7 +16,7 @@
  • commands/cuckoo/COUNT
  • Module commands/cuckoo/COUNT

    +
  • Defined in bloom/lib/commands/cuckoo/COUNT.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_DEL.html b/documentation/bloom/modules/commands_cuckoo_DEL.html index cf77cdb69e..27da67f859 100644 --- a/documentation/bloom/modules/commands_cuckoo_DEL.html +++ b/documentation/bloom/modules/commands_cuckoo_DEL.html @@ -16,7 +16,7 @@
  • commands/cuckoo/DEL
  • Module commands/cuckoo/DEL

    +
  • Defined in bloom/lib/commands/cuckoo/DEL.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_EXISTS.html b/documentation/bloom/modules/commands_cuckoo_EXISTS.html index 065ea1a96e..79c0cc641c 100644 --- a/documentation/bloom/modules/commands_cuckoo_EXISTS.html +++ b/documentation/bloom/modules/commands_cuckoo_EXISTS.html @@ -16,7 +16,7 @@
  • commands/cuckoo/EXISTS
  • Module commands/cuckoo/EXISTS

    +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_INFO.html b/documentation/bloom/modules/commands_cuckoo_INFO.html index e553c5c8fb..0eaf2fae5d 100644 --- a/documentation/bloom/modules/commands_cuckoo_INFO.html +++ b/documentation/bloom/modules/commands_cuckoo_INFO.html @@ -16,7 +16,7 @@
  • commands/cuckoo/INFO
  • Module commands/cuckoo/INFO

    +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_INSERT.html b/documentation/bloom/modules/commands_cuckoo_INSERT.html index a930b959d3..09e7591197 100644 --- a/documentation/bloom/modules/commands_cuckoo_INSERT.html +++ b/documentation/bloom/modules/commands_cuckoo_INSERT.html @@ -16,7 +16,7 @@
  • commands/cuckoo/INSERT
  • Module commands/cuckoo/INSERT

    +
  • Defined in bloom/lib/commands/cuckoo/INSERT.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html index 3537a76c0c..ced67db594 100644 --- a/documentation/bloom/modules/commands_cuckoo_INSERTNX.html +++ b/documentation/bloom/modules/commands_cuckoo_INSERTNX.html @@ -16,7 +16,7 @@
  • commands/cuckoo/INSERTNX
  • Module commands/cuckoo/INSERTNX

    +
  • Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html index 87d05ca451..57183e3f31 100644 --- a/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html +++ b/documentation/bloom/modules/commands_cuckoo_LOADCHUNK.html @@ -16,7 +16,7 @@
  • commands/cuckoo/LOADCHUNK
  • Module commands/cuckoo/LOADCHUNK

    +
  • Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_RESERVE.html b/documentation/bloom/modules/commands_cuckoo_RESERVE.html index 33f33e9a11..5c34583934 100644 --- a/documentation/bloom/modules/commands_cuckoo_RESERVE.html +++ b/documentation/bloom/modules/commands_cuckoo_RESERVE.html @@ -16,7 +16,7 @@
  • commands/cuckoo/RESERVE
  • Module commands/cuckoo/RESERVE

    +
  • Defined in bloom/lib/commands/cuckoo/RESERVE.ts:1
  • diff --git a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html index 9c9303f289..9e7a7fd158 100644 --- a/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html +++ b/documentation/bloom/modules/commands_cuckoo_SCANDUMP.html @@ -16,7 +16,7 @@
  • commands/cuckoo/SCANDUMP
  • Module commands/cuckoo/SCANDUMP

    +
  • Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest.html b/documentation/bloom/modules/commands_t_digest.html index 847aec6bda..1d3799bc94 100644 --- a/documentation/bloom/modules/commands_t_digest.html +++ b/documentation/bloom/modules/commands_t_digest.html @@ -16,7 +16,7 @@
  • commands/t-digest
  • Module commands/t-digest

    +
  • Defined in bloom/lib/commands/t-digest/index.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_ADD.html b/documentation/bloom/modules/commands_t_digest_ADD.html index c661aa0675..32bc2abb30 100644 --- a/documentation/bloom/modules/commands_t_digest_ADD.html +++ b/documentation/bloom/modules/commands_t_digest_ADD.html @@ -16,7 +16,7 @@
  • commands/t-digest/ADD
  • Module commands/t-digest/ADD

    +
  • Defined in bloom/lib/commands/t-digest/ADD.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_BYRANK.html b/documentation/bloom/modules/commands_t_digest_BYRANK.html index f7a5775ce4..c93d1ff1b0 100644 --- a/documentation/bloom/modules/commands_t_digest_BYRANK.html +++ b/documentation/bloom/modules/commands_t_digest_BYRANK.html @@ -16,7 +16,7 @@
  • commands/t-digest/BYRANK
  • Module commands/t-digest/BYRANK

    +
  • Defined in bloom/lib/commands/t-digest/BYRANK.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_BYREVRANK.html b/documentation/bloom/modules/commands_t_digest_BYREVRANK.html index 66396d20c9..b6c08d2617 100644 --- a/documentation/bloom/modules/commands_t_digest_BYREVRANK.html +++ b/documentation/bloom/modules/commands_t_digest_BYREVRANK.html @@ -16,7 +16,7 @@
  • commands/t-digest/BYREVRANK
  • Module commands/t-digest/BYREVRANK

    +
  • Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_CDF.html b/documentation/bloom/modules/commands_t_digest_CDF.html index da354ae089..0f4084d13e 100644 --- a/documentation/bloom/modules/commands_t_digest_CDF.html +++ b/documentation/bloom/modules/commands_t_digest_CDF.html @@ -16,7 +16,7 @@
  • commands/t-digest/CDF
  • Module commands/t-digest/CDF

    +
  • Defined in bloom/lib/commands/t-digest/CDF.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_CREATE.html b/documentation/bloom/modules/commands_t_digest_CREATE.html index 8f5f8b516a..20acc14454 100644 --- a/documentation/bloom/modules/commands_t_digest_CREATE.html +++ b/documentation/bloom/modules/commands_t_digest_CREATE.html @@ -16,7 +16,7 @@
  • commands/t-digest/CREATE
  • Module commands/t-digest/CREATE

    +
  • Defined in bloom/lib/commands/t-digest/CREATE.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_INFO.html b/documentation/bloom/modules/commands_t_digest_INFO.html index 9a8a49b05f..b3fd7abf30 100644 --- a/documentation/bloom/modules/commands_t_digest_INFO.html +++ b/documentation/bloom/modules/commands_t_digest_INFO.html @@ -16,7 +16,7 @@
  • commands/t-digest/INFO
  • Module commands/t-digest/INFO

    +
  • Defined in bloom/lib/commands/t-digest/INFO.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_MAX.html b/documentation/bloom/modules/commands_t_digest_MAX.html index eaca521b98..99e95a7123 100644 --- a/documentation/bloom/modules/commands_t_digest_MAX.html +++ b/documentation/bloom/modules/commands_t_digest_MAX.html @@ -16,7 +16,7 @@
  • commands/t-digest/MAX
  • Module commands/t-digest/MAX

    +
  • Defined in bloom/lib/commands/t-digest/MAX.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_MERGE.html b/documentation/bloom/modules/commands_t_digest_MERGE.html index 433cba543b..a5523738f7 100644 --- a/documentation/bloom/modules/commands_t_digest_MERGE.html +++ b/documentation/bloom/modules/commands_t_digest_MERGE.html @@ -16,7 +16,7 @@
  • commands/t-digest/MERGE
  • Module commands/t-digest/MERGE

    +
  • Defined in bloom/lib/commands/t-digest/MERGE.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_MIN.html b/documentation/bloom/modules/commands_t_digest_MIN.html index 2bd0116772..3db2ff75fa 100644 --- a/documentation/bloom/modules/commands_t_digest_MIN.html +++ b/documentation/bloom/modules/commands_t_digest_MIN.html @@ -16,7 +16,7 @@
  • commands/t-digest/MIN
  • Module commands/t-digest/MIN

    +
  • Defined in bloom/lib/commands/t-digest/MIN.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_QUANTILE.html b/documentation/bloom/modules/commands_t_digest_QUANTILE.html index 46b252d880..bd828c4fc4 100644 --- a/documentation/bloom/modules/commands_t_digest_QUANTILE.html +++ b/documentation/bloom/modules/commands_t_digest_QUANTILE.html @@ -16,7 +16,7 @@
  • commands/t-digest/QUANTILE
  • Module commands/t-digest/QUANTILE

    +
  • Defined in bloom/lib/commands/t-digest/QUANTILE.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_RANK.html b/documentation/bloom/modules/commands_t_digest_RANK.html index b1db321188..d7b16f63ec 100644 --- a/documentation/bloom/modules/commands_t_digest_RANK.html +++ b/documentation/bloom/modules/commands_t_digest_RANK.html @@ -16,7 +16,7 @@
  • commands/t-digest/RANK
  • Module commands/t-digest/RANK

    +
  • Defined in bloom/lib/commands/t-digest/RANK.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_RESET.html b/documentation/bloom/modules/commands_t_digest_RESET.html index 7abf716f2f..b9c926c615 100644 --- a/documentation/bloom/modules/commands_t_digest_RESET.html +++ b/documentation/bloom/modules/commands_t_digest_RESET.html @@ -16,7 +16,7 @@
  • commands/t-digest/RESET
  • Module commands/t-digest/RESET

    +
  • Defined in bloom/lib/commands/t-digest/RESET.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_REVRANK.html b/documentation/bloom/modules/commands_t_digest_REVRANK.html index 55ee58a86f..ee5c274f44 100644 --- a/documentation/bloom/modules/commands_t_digest_REVRANK.html +++ b/documentation/bloom/modules/commands_t_digest_REVRANK.html @@ -16,7 +16,7 @@
  • commands/t-digest/REVRANK
  • Module commands/t-digest/REVRANK

    +
  • Defined in bloom/lib/commands/t-digest/REVRANK.ts:1
  • diff --git a/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html b/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html index 01f085eab3..cacfe86a2d 100644 --- a/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html +++ b/documentation/bloom/modules/commands_t_digest_TRIMMED_MEAN.html @@ -16,7 +16,7 @@
  • commands/t-digest/TRIMMED_MEAN
  • Module commands/t-digest/TRIMMED_MEAN

    +
  • Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k.html b/documentation/bloom/modules/commands_top_k.html index 62ed7d947f..133ff00d5d 100644 --- a/documentation/bloom/modules/commands_top_k.html +++ b/documentation/bloom/modules/commands_top_k.html @@ -16,7 +16,7 @@
  • commands/top-k
  • Module commands/top-k

    +
  • Defined in bloom/lib/commands/top-k/index.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_ADD.html b/documentation/bloom/modules/commands_top_k_ADD.html index 83a3dc586f..dc37288025 100644 --- a/documentation/bloom/modules/commands_top_k_ADD.html +++ b/documentation/bloom/modules/commands_top_k_ADD.html @@ -16,7 +16,7 @@
  • commands/top-k/ADD
  • Module commands/top-k/ADD

    +
  • Defined in bloom/lib/commands/top-k/ADD.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_COUNT.html b/documentation/bloom/modules/commands_top_k_COUNT.html index f39aed0e0a..f80830fa4c 100644 --- a/documentation/bloom/modules/commands_top_k_COUNT.html +++ b/documentation/bloom/modules/commands_top_k_COUNT.html @@ -16,7 +16,7 @@
  • commands/top-k/COUNT
  • Module commands/top-k/COUNT

    +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_INCRBY.html b/documentation/bloom/modules/commands_top_k_INCRBY.html index d6f5b7040e..00e9fcf214 100644 --- a/documentation/bloom/modules/commands_top_k_INCRBY.html +++ b/documentation/bloom/modules/commands_top_k_INCRBY.html @@ -16,7 +16,7 @@
  • commands/top-k/INCRBY
  • Module commands/top-k/INCRBY

    +
  • Defined in bloom/lib/commands/top-k/INCRBY.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_INFO.html b/documentation/bloom/modules/commands_top_k_INFO.html index 1420bf09d0..c7380932bb 100644 --- a/documentation/bloom/modules/commands_top_k_INFO.html +++ b/documentation/bloom/modules/commands_top_k_INFO.html @@ -16,7 +16,7 @@
  • commands/top-k/INFO
  • Module commands/top-k/INFO

    +
  • Defined in bloom/lib/commands/top-k/INFO.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_LIST.html b/documentation/bloom/modules/commands_top_k_LIST.html index fd5cac7926..6ac28387e4 100644 --- a/documentation/bloom/modules/commands_top_k_LIST.html +++ b/documentation/bloom/modules/commands_top_k_LIST.html @@ -16,7 +16,7 @@
  • commands/top-k/LIST
  • Module commands/top-k/LIST

    +
  • Defined in bloom/lib/commands/top-k/LIST.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html b/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html index 8b13f5e33a..d4489cc068 100644 --- a/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html +++ b/documentation/bloom/modules/commands_top_k_LIST_WITHCOUNT.html @@ -16,7 +16,7 @@
  • commands/top-k/LIST_WITHCOUNT
  • Module commands/top-k/LIST_WITHCOUNT

    +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_QUERY.html b/documentation/bloom/modules/commands_top_k_QUERY.html index e37a6a0fd5..4c71dcd586 100644 --- a/documentation/bloom/modules/commands_top_k_QUERY.html +++ b/documentation/bloom/modules/commands_top_k_QUERY.html @@ -16,7 +16,7 @@
  • commands/top-k/QUERY
  • Module commands/top-k/QUERY

    +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:1
  • diff --git a/documentation/bloom/modules/commands_top_k_RESERVE.html b/documentation/bloom/modules/commands_top_k_RESERVE.html index 67ca1f2a67..fd35fee1f0 100644 --- a/documentation/bloom/modules/commands_top_k_RESERVE.html +++ b/documentation/bloom/modules/commands_top_k_RESERVE.html @@ -16,7 +16,7 @@
  • commands/top-k/RESERVE
  • Module commands/top-k/RESERVE

    +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:1
  • diff --git a/documentation/bloom/modules/index.html b/documentation/bloom/modules/index.html index 028acafde3..d26cadcd43 100644 --- a/documentation/bloom/modules/index.html +++ b/documentation/bloom/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in bloom/lib/index.ts:1
  • diff --git a/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html b/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html index 26a9740b3d..e03cdc19ba 100644 --- a/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html +++ b/documentation/bloom/types/commands_bloom_INFO.InfoRawReply.html @@ -18,7 +18,7 @@

    Type alias InfoRawReply

    InfoRawReply: [_: string, capacity: number, _: string, size: number, _: string, numberOfFilters: number, _: string, numberOfInsertedItems: number, _: string, expansionRate: number]
    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/index.ts:7
  • +
  • Defined in bloom/lib/commands/bloom/index.ts:12
  • +
  • Defined in bloom/lib/commands/bloom/ADD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/CARD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/CARD.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/INSERT.ts:4
  • +
  • Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/MADD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/index.ts:8
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:4
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:6
  • +
  • Defined in bloom/lib/commands/cuckoo/index.ts:16
  • +
  • Defined in bloom/lib/commands/cuckoo/ADD.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/ADDNX.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/COUNT.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/DEL.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERT.ts:4
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:4
  • +
  • Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:1
  • +
  • Defined in bloom/lib/commands/t-digest/index.ts:17
  • +
  • Defined in bloom/lib/commands/t-digest/ADD.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/BYRANK.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/BYRANK.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/BYREVRANK.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/CDF.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/CDF.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/CREATE.ts:4
  • +
  • Defined in bloom/lib/commands/t-digest/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/INFO.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/MAX.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/MAX.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/MERGE.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/MIN.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/MIN.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/QUANTILE.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/QUANTILE.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/RANK.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/RANK.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/RESET.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/REVRANK.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/REVRANK.ts:5
  • +
  • Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:3
  • +
  • Defined in bloom/lib/commands/t-digest/TRIMMED_MEAN.ts:5
  • +
  • Defined in bloom/lib/commands/top-k/index.ts:10
  • +
  • Defined in bloom/lib/commands/top-k/ADD.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/INCRBY.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:3
  • +
  • Defined in packages/client/lib/client/index.ts:109
  • @@ -56,6 +56,8 @@ pSubscribe pUnsubscribe quit +sSubscribe +sUnsubscribe select subscribe unsubscribe @@ -67,6 +69,7 @@

    Accessors

    +
  • Defined in packages/client/lib/client/index.ts:220
  • Properties

    #isolationPool: Pool<RedisClientType<M, F, S>>
    +
  • Defined in packages/client/lib/client/index.ts:192
  • #options?: RedisClientOptions<M, F, S>
    +
  • Defined in packages/client/lib/client/index.ts:189
  • #pingTimer?: Timer
    +
  • Defined in packages/client/lib/client/index.ts:397
  • #queue: default
    +
  • Defined in packages/client/lib/client/index.ts:191
  • #selectedDB: number = 0
    +
  • Defined in packages/client/lib/client/index.ts:194
  • #socket: default
    +
  • Defined in packages/client/lib/client/index.ts:190
  • #v4: Record<string, any> = {}
    +
  • Defined in packages/client/lib/client/index.ts:193
  • commandOptions: (<T>(options: T) => CommandOptions<T>) = RedisClient.commandOptions
    @@ -218,7 +225,7 @@
    options: T

    Returns CommandOptions<T>

    +
  • Defined in packages/client/lib/client/index.ts:118
  • multi: (() => RedisClientMultiCommandType<M, F, S>) = ...
    @@ -231,16 +238,16 @@
  • Returns RedisClientMultiCommandType<M, F, S>

  • +
  • Defined in packages/client/lib/client/index.ts:714
  • -
    pSubscribe: (<T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    +
    pSubscribe: (<T>(patterns: string | string[], listener: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...

    Type declaration

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

        @@ -253,21 +260,21 @@
      • patterns: string | string[]
      • -
        listener: PubSubListener<T, T extends true ? Buffer : string>
      • +
        listener: PubSubListener<T>
      • Optional bufferMode: T

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:601
  • -
    pUnsubscribe: (<T>(patterns?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    +
    pUnsubscribe: (<T>(patterns?: string | string[], listener?: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...

    Type declaration

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

        @@ -280,12 +287,12 @@
      • Optional patterns: string | string[]
      • -
        Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • +
        Optional listener: PubSubListener<T>
      • Optional bufferMode: T

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:618
  • quit: (() => Promise<string>) = ...
    @@ -298,44 +305,16 @@
  • Returns Promise<string>

  • -
    - -
    select: {
        (db: number): Promise<void>;
        (options: CommandOptions<ClientCommandOptions>, db: number): Promise<void>;
    } = ...
    +
  • Defined in packages/client/lib/client/index.ts:686
  • +
    + +
    sSubscribe: (<T>(channels: string | string[], listener: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...

    Type declaration

    -
    - -
    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>
      • +
      • <T>(channels: string | string[], listener: PubSubListener<T>, bufferMode?: T): Promise<void>
      • Type Parameters

        @@ -348,21 +327,21 @@
      • channels: string | string[]
      • -
        listener: PubSubListener<T, T extends true ? Buffer : string>
      • +
        listener: PubSubListener<T>
      • Optional bufferMode: T

    Returns Promise<void>

    -
    - -
    unsubscribe: (<T>(channels?: string | string[], listener?: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    +
  • Defined in packages/client/lib/client/index.ts:635
  • +
    + +
    sUnsubscribe: (<T>(channels?: string | string[], listener?: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...

    Type declaration

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

        @@ -375,12 +354,94 @@
      • Optional channels: string | string[]
      • -
        Optional listener: PubSubListener<T, T extends true ? Buffer : string>
      • +
        Optional listener: PubSubListener<T>
      • Optional bufferMode: T

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:652
  • +
    + +
    select: {
        (db: number): Promise<void>;
        (options: CommandOptions<ClientCommandOptions>, db: number): Promise<void>;
    } = ...
    +
    +

    Type declaration

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

    Type declaration

    +
      +
    • +
        +
      • <T>(channels: string | string[], listener: PubSubListener<T>, bufferMode?: T): Promise<void>
      • +
      • +
        +

        Type Parameters

        +
          +
        • +

          T extends boolean = false

        +
        +

        Parameters

        +
          +
        • +
          channels: string | string[]
        • +
        • +
          listener: PubSubListener<T>
        • +
        • +
          Optional bufferMode: T
        +

        Returns Promise<void>

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

    Type declaration

    +
      +
    • +
        +
      • <T>(channels?: string | string[], listener?: PubSubListener<T>, bufferMode?: T): Promise<void>
      • +
      • +
        +

        Type Parameters

        +
          +
        • +

          T extends boolean = false

        +
        +

        Parameters

        +
          +
        • +
          Optional channels: string | string[]
        • +
        • +
          Optional listener: PubSubListener<T>
        • +
        • +
          Optional bufferMode: T
        +

        Returns Promise<void>

    captureRejectionSymbol: typeof captureRejectionSymbol
    +
  • Defined in packages/client/lib/client/index.ts:200
  • +
    + +
    +
  • Defined in packages/client/lib/client/index.ts:204
  • +
  • Defined in packages/client/lib/client/index.ts:196
  • +
  • Defined in packages/client/lib/client/index.ts:212
  • Methods

    @@ -466,7 +535,7 @@ regular 'error' listener is installed.

    Optional command: RedisCommand

    Returns void

    +
  • Defined in packages/client/lib/client/index.ts:383
  • +
  • Defined in packages/client/lib/client/index.ts:792
    • @@ -487,7 +556,7 @@ regular 'error' listener is installed.

      Optional options: RedisClientOptions<M, F, S>

    Returns undefined | RedisClientOptions<M, F, S>

    +
  • Defined in packages/client/lib/client/index.ts:238
  • +
  • Defined in packages/client/lib/client/index.ts:255
  • +
  • Defined in packages/client/lib/client/index.ts:262
  • +
  • Defined in packages/client/lib/client/index.ts:339
    • @@ -524,7 +593,20 @@ regular 'error' listener is installed.

      Rest ...args: any[]

    Returns undefined | {
        callback: ClientLegacyCallback;
        promise: Promise<RedisCommandRawReply>;
    }

    +
  • Defined in packages/client/lib/client/index.ts:370
  • +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        promise: undefined | Promise<void>
      +

      Returns Promise<void>

    Returns Promise<T>

    +
  • Defined in packages/client/lib/client/index.ts:445
  • -
    - -
    +
  • Defined in packages/client/lib/client/index.ts:399
    • @@ -589,31 +647,7 @@ regular 'error' listener is installed.

      force: boolean = false

    Returns void

    -
    - -
    +
  • Defined in packages/client/lib/client/index.ts:688
  • +
  • Defined in packages/client/lib/client/index.ts:707
    • - +
    • Type Parameters

      @@ -638,16 +672,16 @@ regular 'error' listener is installed.

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

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:586
    • - +
    • Type Parameters

      @@ -660,12 +694,12 @@ regular 'error' listener is installed.

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

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:603
  • +
  • Defined in packages/client/lib/client/index.ts:674
    • @@ -686,7 +720,7 @@ regular 'error' listener is installed.

      db: number

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:530
  • @@ -698,11 +732,11 @@ regular 'error' listener is installed.

    db: number
  • Returns Promise<void>

    -
    - +
  • Defined in packages/client/lib/client/index.ts:531
  • +
    +
      - +
    • Type Parameters

      @@ -715,16 +749,38 @@ regular 'error' listener is installed.

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

    Returns Promise<void>

    -
    - +
  • Defined in packages/client/lib/client/index.ts:620
  • +
    +
      - + +
    • +
      +

      Type Parameters

      +
        +
      • +

        T extends boolean = false

      +
      +

      Parameters

      +
        +
      • +
        channels: string | string[]
      • +
      • +
        listener: PubSubListener<T>
      • +
      • +
        Optional bufferMode: T
      +

      Returns Promise<void>

    +
    + +
      +
    • Type Parameters

      @@ -737,12 +793,34 @@ regular 'error' listener is installed.

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

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:637
  • +
    + +
      + +
    • +
      +

      Type Parameters

      +
        +
      • +

        T extends boolean = false

      +
      +

      Parameters

      +
        +
      • +
        Optional channels: string | string[]
      • +
      • +
        Optional listener: PubSubListener<T>
      • +
      • +
        Optional bufferMode: T
      +

      Returns Promise<void>

      @@ -793,7 +871,7 @@ regular 'error' listener is installed.

      args: unknown[]

    Returns Promise<RedisCommandReply<C>>

    +
  • Defined in packages/client/lib/client/index.ts:425
  • +
  • Defined in packages/client/lib/client/index.ts:421
  • +
  • Defined in packages/client/lib/client/index.ts:786
    • @@ -822,7 +900,7 @@ regular 'error' listener is installed.

      Optional overrides: Partial<RedisClientOptions<M, F, S>>

    Returns RedisClientType<M, F, S>

    +
  • Defined in packages/client/lib/client/index.ts:414
    • @@ -881,7 +959,7 @@ listeners. The values in the array are strings or Symbols.

      Optional options: ClientCommandOptions

    Returns Promise<RedisCommandRawReply>

    +
  • Defined in packages/client/lib/client/index.ts:480
    • @@ -910,7 +988,7 @@ listeners. The values in the array are strings or Symbols.

      Returns T | Promise<T>

    Returns Promise<T>

    +
  • Defined in packages/client/lib/client/index.ts:703
    • @@ -927,7 +1005,39 @@ listeners. The values in the array are strings or Symbols.

      Optional options: ClientCommandOptions

    Returns Promise<RedisCommandRawReply>

    +
  • Defined in packages/client/lib/client/index.ts:504
  • +
    + +
    +
    + +
      @@ -949,7 +1059,7 @@ listeners. The values in the array are strings or Symbols.

      name: string

    Returns Promise<RedisCommandReply<F>>

    +
  • Defined in packages/client/lib/client/index.ts:467
  • Returns AsyncIterable<{
        field: string;
        value: string;
    }>

    +
  • Defined in packages/client/lib/client/index.ts:753
  • Returns Promise<RedisCommandRawReply[]>

    +
  • Defined in packages/client/lib/client/index.ts:716
  • +
  • Defined in packages/client/lib/client/index.ts:797
    • @@ -1353,7 +1476,7 @@ recently added instance. In the example the once('ping')lis
      Optional options: ScanOptions

    Returns AsyncIterable<string>

    +
  • Defined in packages/client/lib/client/index.ts:764
    • @@ -1366,7 +1489,7 @@ recently added instance. In the example the once('ping')lis
      Optional options: ScanCommandOptions

    Returns AsyncIterable<string>

    +
  • Defined in packages/client/lib/client/index.ts:742
    • @@ -1386,7 +1509,7 @@ recently added instance. In the example the once('ping')lis
      args: unknown[]

    Returns Promise<RedisCommandReply<S>>

    +
  • Defined in packages/client/lib/client/index.ts:492
    • @@ -1406,7 +1529,7 @@ recently added instance. In the example the once('ping')lis
      Optional options: ClientCommandOptions

    Returns Promise<T>

    +
  • Defined in packages/client/lib/client/index.ts:437
  • +
  • Defined in packages/client/lib/client/index.ts:801
    • @@ -1451,7 +1574,7 @@ modified for this specific EventEmitter instance. The value can be
      Optional options: ScanOptions

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

    +
  • Defined in packages/client/lib/client/index.ts:775
    • @@ -1469,7 +1592,7 @@ modified for this specific EventEmitter instance. The value can be
      options: T

    Returns CommandOptions<T>

    +
  • Defined in packages/client/lib/client/index.ts:114
    • @@ -1491,7 +1614,7 @@ modified for this specific EventEmitter instance. The value can be
      Optional options: RedisClientOptions<M, F, S>

    Returns RedisClientType<M, F, S>

    +
  • Defined in packages/client/lib/client/index.ts:142
    • @@ -1513,7 +1636,7 @@ modified for this specific EventEmitter instance. The value can be
      Optional extensions: RedisExtensions<M, F, S>

    Returns InstantiableRedisClient<M, F, S>

    +
  • Defined in packages/client/lib/client/index.ts:120
    • @@ -1666,7 +1789,7 @@ special handling:

      url: string

    Returns RedisClientOptions<RedisModules, RedisFunctions, RedisScripts>

    +
  • Defined in packages/client/lib/client/index.ts:150
  • +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:3
  • @@ -59,7 +59,7 @@
    chunks: Buffer[] = []
    +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:4
  • Methods

    @@ -75,7 +75,7 @@

    Returns Buffer

    +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:10
  • +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:15
  • +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:6
  • Returns undefined | T

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:102
  • Returns undefined | ArrayReply

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:194
  • Returns undefined | null | string | Buffer

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:161
  • Returns undefined | ErrorReply

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:128
  • Returns undefined | number

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:139
  • Returns undefined | string | Buffer

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:124
  • Returns undefined | Reply

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:83
  • Returns undefined | ArrayReply

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:244
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:54
  • Returns undefined | ArrayReply

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:238
  • Returns void

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:62
  • Returns default

    +
  • Defined in packages/client/lib/client/commands-queue.ts:99
  • Properties

    #chainInExecution: undefined | symbol
    +
  • Defined in packages/client/lib/client/commands-queue.ts:53
  • #decoder: default = ...
    +
  • Defined in packages/client/lib/client/commands-queue.ts:55
  • #maxLength: undefined | null | number
    -
    - -
    #pubSubState: {
        isActive: boolean;
        listeners: {
            channels: Map<any, any>;
            patterns: Map<any, any>;
        };
        subscribed: number;
        subscribing: number;
        unsubscribing: number;
    } = ...
    -
    -

    Type declaration

    -
    +
    + +
    #onShardedChannelMoved: OnShardedChannelMoved
    +
  • Defined in packages/client/lib/client/commands-queue.ts:45
  • +
    + +
    #pubSub: PubSub = ...
    #waitingForReply: Yallist<CommandWaitingForReply> = ...
    +
  • Defined in packages/client/lib/client/commands-queue.ts:44
  • -
    #waitingToBeSent: Yallist<CommandWaitingToBeSent> = ...
    -
    - -
    #PUB_SUB_MESSAGES: {
        message: Buffer;
        pMessage: Buffer;
        pSubscribe: Buffer;
        pUnsubscribe: Buffer;
        subscribe: Buffer;
        unsubscribe: Buffer;
    } = ...
    -
    -

    Type declaration

    -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:43
  • -

    Methods

    -
    - -
    +
    +

    Methods

    +

    Returns undefined | Promise<void>

    -
    - -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:197
  • Returns Promise<T>

    +
  • Defined in packages/client/lib/client/commands-queue.ts:107
  • +
    + +
    +
    + +

    Returns void

    +
  • Defined in packages/client/lib/client/commands-queue.ts:257
  • Returns void

    +
  • Defined in packages/client/lib/client/commands-queue.ts:243
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:217
  • +
    + +

    Returns void

    +
  • Defined in packages/client/lib/client/commands-queue.ts:239
  • -
    - +
  • Defined in packages/client/lib/client/commands-queue.ts:168
  • +
    +
    -
    - +
  • Defined in packages/client/lib/client/commands-queue.ts:146
  • +
    +
    -
    - -
    +
  • Defined in packages/client/lib/client/commands-queue.ts:157
  • Returns void

    +
  • Defined in packages/client/lib/client/commands-queue.ts:36
  • Generated using TypeDoc

    diff --git a/documentation/client/classes/lib_client_multi_command.default.html b/documentation/client/classes/lib_client_multi_command.default.html index 848dc8c806..be8f66ff6a 100644 --- a/documentation/client/classes/lib_client_multi_command.default.html +++ b/documentation/client/classes/lib_client_multi_command.default.html @@ -21,7 +21,7 @@ +
  • Defined in packages/client/lib/client/multi-command.ts:67
  • @@ -69,24 +69,24 @@
    legacyMode: boolean = false

    Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:89
  • Properties

    +
  • Defined in packages/client/lib/client/multi-command.ts:85
  • #multi: default = ...
    +
  • Defined in packages/client/lib/client/multi-command.ts:84
  • #selectedDB?: number
    +
  • Defined in packages/client/lib/client/multi-command.ts:87
  • EXEC: ((execAsPipeline?: boolean) => Promise<RedisCommandRawReply[]>) = ...
    @@ -104,7 +104,7 @@
    execAsPipeline: boolean = false

    Returns Promise<RedisCommandRawReply[]>

    +
  • Defined in packages/client/lib/client/multi-command.ts:185
  • select: ((db: number, transformReply?: ((this: void, reply: any, preserved?: any) => any)) => default) = ...
    @@ -139,12 +139,12 @@

    Returns any

    Returns default

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

    @@ -163,7 +163,7 @@
    Optional command: RedisCommand

    Returns void

    +
  • Defined in packages/client/lib/client/multi-command.ts:126
  • +
  • Defined in packages/client/lib/client/multi-command.ts:96
  • Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:146
  • Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:153
  • Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:139
  • Returns Promise<RedisCommandRawReply[]>

    +
  • Defined in packages/client/lib/client/multi-command.ts:168
  • +
  • Defined in packages/client/lib/client/multi-command.ts:187
  • Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:158
  • Returns default

    +
  • Defined in packages/client/lib/client/multi-command.ts:163
  • Returns InstantiableRedisMultiCommand<M, F, S>

    +
  • Defined in packages/client/lib/client/multi-command.ts:68
  • Returns Promise<T>

    +
  • Defined in packages/client/lib/client/socket.ts:275
  • -
    - -
    +
  • Defined in packages/client/lib/client/socket.ts:302
  • +
  • Defined in packages/client/lib/client/socket.ts:307
  • Returns void

    +
  • Defined in packages/client/lib/client/socket.ts:245
  • Returns RedisSocketOptions

    +
  • Defined in packages/client/lib/client/socket.ts:49
  • Returns options is RedisTlsSocketOptions

    +
  • Defined in packages/client/lib/client/socket.ts:63
  • +
  • Defined in packages/client/lib/cluster/index.ts:63
  • @@ -48,15 +48,37 @@ #options #slots multi +pSubscribe +pUnsubscribe +sSubscribe +sUnsubscribe +subscribe +unsubscribe captureRejectionSymbol captureRejections defaultMaxListeners errorMonitor
    +

    Accessors

    +
    +

    Methods

    +
  • Defined in packages/client/lib/cluster/index.ts:132
  • Properties

    +
  • Defined in packages/client/lib/cluster/index.ts:126
  • #options: RedisClusterOptions<M, F, S>
    +
  • Defined in packages/client/lib/cluster/index.ts:98
  • #slots: default<M, F, S>
    +
  • Defined in packages/client/lib/cluster/index.ts:100
  • multi: ((routing?: RedisCommandArgument) => RedisClusterMultiCommandType<M, F, S>) = ...
    @@ -151,7 +176,169 @@
    Optional routing: RedisCommandArgument

    Returns RedisClusterMultiCommandType<M, F, S>

    +
  • Defined in packages/client/lib/cluster/index.ts:295
  • +
    + +
    pSubscribe: (<T>(patterns: string | string[], listener: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...
    +
    +

    Type declaration

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

    Type declaration

    +
    +
    + +
    sSubscribe: (<T>(channels: string | string[], listener: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...
    +
    +

    Type declaration

    +
    +
    + +
    sUnsubscribe: (<T>(channels: string | string[], listener: PubSubListener<T>, bufferMode?: T) => Promise<void>) = ...
    +
    +

    Type declaration

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

    Type declaration

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

    Type declaration

    +
    captureRejectionSymbol: typeof captureRejectionSymbol
    +

    Accessors

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +

    Methods

    @@ -219,7 +464,7 @@ regular 'error' listener is installed.

    Returns Promise<Reply>

    Returns Promise<Reply>

    +
  • Defined in packages/client/lib/cluster/index.ts:241
  • Returns RedisClusterMultiCommandType<M, F, S>

    +
  • Defined in packages/client/lib/cluster/index.ts:282
  • +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +

    Returns Promise<RedisCommandReply<C>>

    +
  • Defined in packages/client/lib/cluster/index.ts:151
  • +
  • Defined in packages/client/lib/cluster/index.ts:147
  • +
  • Defined in packages/client/lib/cluster/index.ts:389
  • Returns RedisClusterType<M, F, S>

    +
  • Defined in packages/client/lib/cluster/index.ts:140
  • Returns Promise<RedisCommandRawReply>

    +
  • Defined in packages/client/lib/cluster/index.ts:200
  • Returns Promise<RedisCommandRawReply>

    +
  • Defined in packages/client/lib/cluster/index.ts:228
  • Returns Promise<RedisCommandReply<F>>

    +
  • Defined in packages/client/lib/cluster/index.ts:181
  • +
  • Defined in packages/client/lib/cluster/index.ts:408
  • +
    + +
    +
  • Defined in packages/client/lib/cluster/index.ts:401
  • +
  • Defined in packages/client/lib/cluster/index.ts:385
  • Returns Promise<RedisCommandReply<S>>

    +
  • Defined in packages/client/lib/cluster/index.ts:214
  • Returns Promise<T>

    +
  • Defined in packages/client/lib/cluster/index.ts:168
  • Returns RedisClusterType<M, F, S>

    +
  • Defined in packages/client/lib/cluster/index.ts:82
  • Returns undefined | RedisCommandArgument

    +
  • Defined in packages/client/lib/cluster/index.ts:68
  • +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:93
  • @@ -43,32 +43,52 @@

    Properties

    +
    +

    Accessors

    +

    Methods

    @@ -77,7 +97,7 @@
    +
    emit: ((eventName: string | symbol, ...args: any[]) => boolean)
    +

    Returns default<M, F, S>

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:116
  • Properties

    #Client: InstantiableRedisClient<M, F, S>
    -
    - -
    #nodeByAddress: Map<string, ClusterNode<M, F, S>> = ...
    +
    + +
    #emit: ((eventName: string | symbol, ...args: any[]) => boolean)
    +
    +

    Type declaration

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

        +
        const EventEmitter = require('events');
        const myEmitter = new EventEmitter();

        // First listener
        myEmitter.on('event', function firstListener() {
        console.log('Helloooo! first listener');
        });
        // Second listener
        myEmitter.on('event', function secondListener(arg1, arg2) {
        console.log(`event with parameters ${arg1}, ${arg2} in second listener`);
        });
        // Third listener
        myEmitter.on('event', function thirdListener(...args) {
        const parameters = args.join(', ');
        console.log(`event with parameters ${parameters} in third listener`);
        });

        console.log(myEmitter.listeners('event'));

        myEmitter.emit('event', 1, 2, 3, 4, 5);

        // Prints:
        // [
        // [Function: firstListener],
        // [Function: secondListener],
        // [Function: thirdListener]
        // ]
        // Helloooo! first listener
        // event with parameters 1, 2 in second listener
        // event with parameters 1, 2, 3, 4, 5 in third listener +
        + +

        Since

        v0.1.26

        +
        +
        +

        Parameters

        +
          +
        • +
          eventName: string | symbol
        • +
        • +
          Rest ...args: any[]
        +

        Returns boolean

    -
    - -
    #onError: OnError
    +
    + +
    #isOpen: boolean = false
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:110
  • #options: RedisClusterOptions<M, F, S>
    -
    - -
    #randomClientIterator?: IterableIterator<ClusterNode<M, F, S>>
    +
    + +
    #randomNodeIterator?: IterableIterator<ShardNode<M, F, S>>
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:483
  • #runningRediscoverPromise?: Promise<void>
    -
    - -
    #slots: SlotNodes<M, F, S>[] = []
    +
    + +
    masters: ShardNode<M, F, S>[] = ...
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:105
  • +
    + +
    nodeByAddress: Map<string, ShardNode<M, F, S> | MasterNode<M, F, S>> = ...
    +
    + +
    pubSubNode?: Required<Node<M, F, S>>
    +
    + +
    replicas: ShardNode<M, F, S>[] = ...
    +
    + +
    shards: Shard<M, F, S>[] = ...
    +
    + +
    slots: Shard<M, F, S>[] = ...
    +
    + +
    #SLOTS: number = 16384
    +
    +

    Accessors

    +
    + +

    Methods

    Returns undefined | RedisClusterClientOptions

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:264
  • +
    + +
    +
    + +

    Returns Promise<void>

    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:391
  • +
    +

    Returns Promise<boolean>

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:160
  • +
    + +
    +
    + +

    Returns undefined | NodeAddress

    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:254
  • +
    +
    -
    - - +

    Returns Promise<{
        from: number;
        master: { ip: string; port: number; id: string; };
        replicas: ({ ip: string; port: number; id: string; })[];
        to: number;
    }[]>

    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:237
  • +
    + +

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

    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:530
  • +
    +
    +
    + + +

    Returns ShardNode<M, F, S> | MasterNode<M, F, S>

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:298
  • +
    + +

    Returns Promise<void>

    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:377
  • +
    +
    +
    + + +

    Returns Generator<ShardNode<M, F, S>, void, unknown>

    -
    - -
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:490
  • +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:125
  • -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:387
  • +
    +
    -
    - - +

    Returns Promise<void>

    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:606
  • +
    +
    +
    + +
    +
    + +
    -
    - +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:517
  • +
    +
    +
    + +
    +
    + + +

    Returns ClientOrPromise<M, F, S>

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:571
  • +
    + +
    +
    + +
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:383
  • Returns Promise<void>

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:371
  • diff --git a/documentation/client/classes/lib_cluster_multi_command.default.html b/documentation/client/classes/lib_cluster_multi_command.default.html index cd1519c50e..dcfd9cdbb4 100644 --- a/documentation/client/classes/lib_cluster_multi_command.default.html +++ b/documentation/client/classes/lib_cluster_multi_command.default.html @@ -21,7 +21,7 @@ +
  • Defined in packages/client/lib/cluster/multi-command.ts:64
  • @@ -64,24 +64,24 @@
    Optional firstKey: RedisCommandArgument

    Returns default

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:85
  • Properties

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:66
  • #firstKey: undefined | RedisCommandArgument
    +
  • Defined in packages/client/lib/cluster/multi-command.ts:67
  • #multi: default = ...
    +
  • Defined in packages/client/lib/cluster/multi-command.ts:65
  • EXEC: ((execAsPipeline?: boolean) => Promise<RedisCommandRawReply[]>) = ...
    @@ -99,7 +99,7 @@
    execAsPipeline: boolean = false

    Returns Promise<RedisCommandRawReply[]>

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

    @@ -133,7 +133,7 @@

    Returns any

    Returns default

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:96
  • Returns default

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:90
  • Returns Promise<RedisCommandRawReply[]>

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:118
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:133
  • Returns default

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:106
  • Returns default

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:112
  • Returns InstantiableRedisClusterMultiCommandType<M, F, S>

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:69
  • Returns RedisCommandArguments

    +
  • Defined in packages/client/lib/multi-command.ts:26
  • Returns RedisCommandArguments

    +
  • Defined in packages/client/lib/multi-command.ts:39
  • +
  • Defined in packages/client/lib/multi-command.ts:72
  • Returns RedisCommandRawReply[]

    +
  • Defined in packages/client/lib/multi-command.ts:84
  • Returns RedisCommandRawReply[]

    +
  • Defined in packages/client/lib/multi-command.ts:93
  • +
  • Defined in packages/client/lib/multi-command.ts:11
  • +
  • CHANNELS
  • +
  • PATTERNS
  • +
  • SHARDED
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/enums/lib_commands_CLIENT_KILL.ClientKillFilters.html b/documentation/client/enums/lib_commands_CLIENT_KILL.ClientKillFilters.html index 1ba0ebba0e..4a8210b483 100644 --- a/documentation/client/enums/lib_commands_CLIENT_KILL.ClientKillFilters.html +++ b/documentation/client/enums/lib_commands_CLIENT_KILL.ClientKillFilters.html @@ -17,7 +17,7 @@
  • ClientKillFilters
  • Enumeration ClientKillFilters

    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:3
  • @@ -38,32 +38,32 @@
    ADDRESS: "ADDR"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:4
  • ID: "ID"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:6
  • LOCAL_ADDRESS: "LADDR"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:5
  • SKIP_ME: "SKIPME"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:9
  • TYPE: "TYPE"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:7
  • USER: "USER"
    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:8
  • +
  • Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:3
  • +
  • Defined in packages/client/lib/commands/CLUSTER_NODES.ts:7
  • +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:8
  • +
  • Defined in packages/client/lib/commands/FLUSHALL.ts:3
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:499
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:480
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:347
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:556
  • +
  • Defined in packages/client/lib/client/index.ts:114
  • +
  • Defined in packages/client/lib/client/index.ts:142
  • +
  • Defined in packages/client/lib/cluster/index.ts:82
  • +
  • Defined in packages/client/lib/client/RESP2/encoder.ts:5
  • +
  • Defined in packages/client/lib/command-options.ts:7
  • +
  • Defined in packages/client/lib/command-options.ts:12
  • +
  • Defined in packages/client/lib/commander.ts:17
  • +
  • Defined in packages/client/lib/commander.ts:39
  • +
  • Defined in packages/client/lib/commander.ts:146
  • +
  • Defined in packages/client/lib/commander.ts:134
  • +
  • Defined in packages/client/lib/commander.ts:126
  • +
  • Defined in packages/client/lib/commands/ACL_CAT.ts:3
  • +
  • Defined in packages/client/lib/commands/ACL_DELUSER.ts:4
  • +
  • Defined in packages/client/lib/commands/ACL_DRYRUN.ts:5
  • +
  • Defined in packages/client/lib/commands/ACL_GENPASS.ts:3
  • +
  • Defined in packages/client/lib/commands/ACL_GETUSER.ts:3
  • +
  • Defined in packages/client/lib/commands/ACL_GETUSER.ts:31
  • +
  • Defined in packages/client/lib/commands/ACL_LOG.ts:3
  • +
  • Defined in packages/client/lib/commands/ACL_LOG.ts:40
  • +
  • Defined in packages/client/lib/commands/ACL_SETUSER.ts:4
  • +
  • Defined in packages/client/lib/commands/APPEND.ts:5
  • +
  • Defined in packages/client/lib/commands/AUTH.ts:8
  • +
  • Defined in packages/client/lib/commands/BGSAVE.ts:7
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:13
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:37
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:12
  • +
  • Defined in packages/client/lib/commands/BITOP.ts:8
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:8
  • +
  • Defined in packages/client/lib/commands/BLMOVE.ts:6
  • +
  • Defined in packages/client/lib/commands/BLMPOP.ts:6
  • +
  • Defined in packages/client/lib/commands/BLPOP.ts:6
  • +
  • Defined in packages/client/lib/commands/BLPOP.ts:24
  • +
  • Defined in packages/client/lib/commands/BRPOP.ts:6
  • +
  • Defined in packages/client/lib/commands/BRPOPLPUSH.ts:5
  • +
  • Defined in packages/client/lib/commands/BZMPOP.ts:6
  • +
  • Defined in packages/client/lib/commands/BZPOPMAX.ts:6
  • +
  • Defined in packages/client/lib/commands/BZPOPMAX.ts:21
  • +
  • Defined in packages/client/lib/commands/BZPOPMIN.ts:6
  • +
  • Defined in packages/client/lib/commands/CLIENT_CACHING.ts:3
  • +
  • Defined in packages/client/lib/commands/CLIENT_INFO.ts:38
  • +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:42
  • +
  • Defined in packages/client/lib/commands/CLIENT_LIST.ts:19
  • +
  • Defined in packages/client/lib/commands/CLIENT_LIST.ts:34
  • +
  • Defined in packages/client/lib/commands/CLIENT_NO-EVICT.ts:3
  • +
  • Defined in packages/client/lib/commands/CLIENT_PAUSE.ts:3
  • +
  • Defined in packages/client/lib/commands/CLIENT_SETNAME.ts:3
  • +
  • Defined in packages/client/lib/commands/CLIENT_TRACKING.ts:27
  • +
  • Defined in packages/client/lib/commands/CLIENT_TRACKINGINFO.ts:22
  • +
  • Defined in packages/client/lib/commands/CLUSTER_ADDSLOTS.ts:4
  • +
  • Defined in packages/client/lib/commands/CLUSTER_ADDSLOTSRANGE.ts:4
  • +
  • Defined in packages/client/lib/commands/CLUSTER_COUNTKEYSINSLOT.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_DELSLOTS.ts:4
  • +
  • Defined in packages/client/lib/commands/CLUSTER_DELSLOTSRANGE.ts:4
  • +
  • Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:6
  • +
  • Defined in packages/client/lib/commands/CLUSTER_FORGET.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_GETKEYSINSLOT.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_INFO.ts:45
  • +
  • Defined in packages/client/lib/commands/CLUSTER_INFO.ts:23
  • +
  • Defined in packages/client/lib/commands/CLUSTER_KEYSLOT.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_LINKS.ts:29
  • +
  • Defined in packages/client/lib/commands/CLUSTER_MEET.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_NODES.ts:34
  • +
  • Defined in packages/client/lib/commands/CLUSTER_REPLICAS.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_REPLICATE.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_RESET.ts:1
  • +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:8
  • +
  • Defined in packages/client/lib/commands/CLUSTER_SET-CONFIG-EPOCH.ts:1
  • diff --git a/documentation/client/functions/lib_commands_CLUSTER_SLOTS.transformReply.html b/documentation/client/functions/lib_commands_CLUSTER_SLOTS.transformReply.html index b3fa3972fe..ff90f5be08 100644 --- a/documentation/client/functions/lib_commands_CLUSTER_SLOTS.transformReply.html +++ b/documentation/client/functions/lib_commands_CLUSTER_SLOTS.transformReply.html @@ -27,7 +27,7 @@
    reply: ClusterSlotsRawReply

    Returns ClusterSlotsReply

    +
  • Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:29
  • diff --git a/documentation/client/functions/lib_commands_COMMAND.transformArguments.html b/documentation/client/functions/lib_commands_COMMAND.transformArguments.html index 7d047836b0..f9c0549a6d 100644 --- a/documentation/client/functions/lib_commands_COMMAND.transformArguments.html +++ b/documentation/client/functions/lib_commands_COMMAND.transformArguments.html @@ -22,7 +22,7 @@
  • Returns RedisCommandArguments

  • +
  • Defined in packages/client/lib/commands/COMMAND.ts:6
  • +
  • Defined in packages/client/lib/commands/COMMAND.ts:10
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:5
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:5
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:19
  • +
  • Defined in packages/client/lib/commands/COMMAND_INFO.ts:6
  • +
  • Defined in packages/client/lib/commands/COMMAND_INFO.ts:10
  • +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:17
  • +
  • Defined in packages/client/lib/commands/CONFIG_GET.ts:1
  • +
  • Defined in packages/client/lib/commands/CONFIG_SET.ts:7
  • +
  • Defined in packages/client/lib/commands/COPY.ts:10
  • +
  • Defined in packages/client/lib/commands/DECR.ts:5
  • +
  • Defined in packages/client/lib/commands/DECRBY.ts:5
  • +
  • Defined in packages/client/lib/commands/DEL.ts:6
  • +
  • Defined in packages/client/lib/commands/DUMP.ts:5
  • +
  • Defined in packages/client/lib/commands/ECHO.ts:5
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/EVAL.ts:5
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/EVALSHA.ts:5
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/EVALSHA_RO.ts:7
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/EVAL_RO.ts:7
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:8
  • +
  • Defined in packages/client/lib/commands/EXPIRE.ts:5
  • +
  • Defined in packages/client/lib/commands/EXPIREAT.ts:6
  • +
  • Defined in packages/client/lib/commands/EXPIRETIME.ts:5
  • +
  • Defined in packages/client/lib/commands/FAILOVER.ts:11
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/FCALL.ts:5
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/FCALL_RO.ts:7
  • +
  • Defined in packages/client/lib/commands/FLUSHALL.ts:6
  • +
  • Defined in packages/client/lib/commands/FLUSHDB.ts:3
  • +
  • Defined in packages/client/lib/commands/FUNCTION_DELETE.ts:3
  • +
  • Defined in packages/client/lib/commands/FUNCTION_FLUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/FUNCTION_LIST.ts:4
  • +
  • Defined in packages/client/lib/commands/FUNCTION_LIST.ts:14
  • +
  • Defined in packages/client/lib/commands/FUNCTION_LIST_WITHCODE.ts:5
  • +
  • Defined in packages/client/lib/commands/FUNCTION_LIST_WITHCODE.ts:21
  • +
  • Defined in packages/client/lib/commands/FUNCTION_LOAD.ts:7
  • +
  • Defined in packages/client/lib/commands/FUNCTION_RESTORE.ts:3
  • +
  • Defined in packages/client/lib/commands/FUNCTION_STATS.ts:39
  • +
  • Defined in packages/client/lib/commands/GEOADD.ts:26
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:8
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:23
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:8
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:8
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:22
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:8
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:8
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBERSTORE.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:8
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO_WITH.ts:7
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_WITH.ts:7
  • +
  • Defined in packages/client/lib/commands/GEORADIUSSTORE.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:8
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO_WITH.ts:7
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_WITH.ts:7
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:8
  • +
  • Defined in packages/client/lib/commands/GEOSEARCHSTORE.ts:10
  • +
  • Defined in packages/client/lib/commands/GEOSEARCHSTORE.ts:32
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH_WITH.ts:7
  • +
  • Defined in packages/client/lib/commands/GET.ts:7
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:8
  • +
  • Defined in packages/client/lib/commands/GETDEL.ts:5
  • +
  • Defined in packages/client/lib/commands/GETEX.ts:18
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:7
  • +
  • Defined in packages/client/lib/commands/GETSET.ts:5
  • +
  • Defined in packages/client/lib/commands/HDEL.ts:6
  • +
  • Defined in packages/client/lib/commands/HELLO.ts:10
  • +
  • Defined in packages/client/lib/commands/HELLO.ts:55
  • +
  • Defined in packages/client/lib/commands/HEXISTS.ts:5
  • +
  • Defined in packages/client/lib/commands/HGET.ts:7
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:9
  • +
  • Defined in packages/client/lib/commands/HINCRBY.ts:5
  • +
  • Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:5
  • +
  • Defined in packages/client/lib/commands/HKEYS.ts:5
  • +
  • Defined in packages/client/lib/commands/HLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:8
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:7
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD_COUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD_COUNT_WITHVALUES.ts:6
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:8
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:31
  • +
  • Defined in packages/client/lib/commands/HSET.ts:19
  • +
  • Defined in packages/client/lib/commands/HSETNX.ts:5
  • +
  • Defined in packages/client/lib/commands/HSTRLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/HVALS.ts:5
  • +
  • Defined in packages/client/lib/commands/INCR.ts:5
  • +
  • Defined in packages/client/lib/commands/INCRBY.ts:5
  • +
  • Defined in packages/client/lib/commands/INCRBYFLOAT.ts:5
  • +
  • Defined in packages/client/lib/commands/INFO.ts:3
  • +
  • Defined in packages/client/lib/commands/KEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/LASTSAVE.ts:7
  • +
  • Defined in packages/client/lib/commands/LATENCY_GRAPH.ts:21
  • +
  • Defined in packages/client/lib/commands/LCS.ts:7
  • +
  • Defined in packages/client/lib/commands/LCS_IDX.ts:7
  • +
  • Defined in packages/client/lib/commands/LCS_IDX.ts:34
  • +
  • Defined in packages/client/lib/commands/LCS_IDX_WITHMATCHLEN.ts:7
  • +
  • Defined in packages/client/lib/commands/LCS_IDX_WITHMATCHLEN.ts:36
  • +
  • Defined in packages/client/lib/commands/LCS_LEN.ts:6
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:7
  • +
  • Defined in packages/client/lib/commands/LINSERT.ts:7
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:7
  • +
  • Defined in packages/client/lib/commands/LMOVE.ts:6
  • +
  • Defined in packages/client/lib/commands/LMPOP.ts:6
  • +
  • Defined in packages/client/lib/commands/LOLWUT.ts:5
  • +
  • Defined in packages/client/lib/commands/LPOP.ts:5
  • +
  • Defined in packages/client/lib/commands/LPOP_COUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:12
  • +
  • Defined in packages/client/lib/commands/LPOS_COUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/LPUSH.ts:6
  • +
  • Defined in packages/client/lib/commands/LPUSHX.ts:6
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:7
  • +
  • Defined in packages/client/lib/commands/LREM.ts:5
  • +
  • Defined in packages/client/lib/commands/LSET.ts:5
  • +
  • Defined in packages/client/lib/commands/LTRIM.ts:5
  • +
  • Defined in packages/client/lib/commands/MEMORY_STATS.ts:71
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:9
  • +
  • Defined in packages/client/lib/commands/MGET.ts:7
  • +
  • Defined in packages/client/lib/commands/MIGRATE.ts:10
  • +
  • Defined in packages/client/lib/commands/MODULE_LOAD.ts:1
  • +
  • Defined in packages/client/lib/commands/MODULE_UNLOAD.ts:1
  • +
  • Defined in packages/client/lib/commands/MOVE.ts:3
  • +
  • Defined in packages/client/lib/commands/MSET.ts:10
  • +
  • Defined in packages/client/lib/commands/MSETNX.ts:6
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:7
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:7
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:7
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:7
  • +
  • Defined in packages/client/lib/commands/PERSIST.ts:5
  • +
  • Defined in packages/client/lib/commands/PEXPIRE.ts:5
  • +
  • Defined in packages/client/lib/commands/PEXPIREAT.ts:6
  • +
  • Defined in packages/client/lib/commands/PEXPIRETIME.ts:5
  • +
  • Defined in packages/client/lib/commands/PFADD.ts:6
  • +
  • Defined in packages/client/lib/commands/PFCOUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/PFMERGE.ts:6
  • +
  • Defined in packages/client/lib/commands/PING.ts:3
  • +
  • Defined in packages/client/lib/commands/PSETEX.ts:5
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:7
  • +
  • Defined in packages/client/lib/commands/PUBLISH.ts:5
  • diff --git a/documentation/client/functions/lib_commands_PUBLISH.transformReply.html b/documentation/client/functions/lib_commands_PUBLISH.transformReply.html index 6d8682c961..6d780925c0 100644 --- a/documentation/client/functions/lib_commands_PUBLISH.transformReply.html +++ b/documentation/client/functions/lib_commands_PUBLISH.transformReply.html @@ -22,7 +22,7 @@
  • Returns number

  • +
  • Defined in packages/client/lib/commands/PUBLISH.ts:12
  • diff --git a/documentation/client/functions/lib_commands_PUBSUB_CHANNELS.transformArguments.html b/documentation/client/functions/lib_commands_PUBSUB_CHANNELS.transformArguments.html index 0f8b0e240d..9644d45ce6 100644 --- a/documentation/client/functions/lib_commands_PUBSUB_CHANNELS.transformArguments.html +++ b/documentation/client/functions/lib_commands_PUBSUB_CHANNELS.transformArguments.html @@ -27,7 +27,7 @@
    Optional pattern: string

    Returns string[]

    +
  • Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:3
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:6
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:16
  • +
  • Defined in packages/client/lib/commands/RENAME.ts:5
  • +
  • Defined in packages/client/lib/commands/RENAMENX.ts:5
  • +
  • Defined in packages/client/lib/commands/REPLICAOF.ts:1
  • +
  • Defined in packages/client/lib/commands/ROLE.ts:45
  • +
  • Defined in packages/client/lib/commands/RPOP.ts:5
  • +
  • Defined in packages/client/lib/commands/RPOPLPUSH.ts:5
  • +
  • Defined in packages/client/lib/commands/RPOP_COUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/RPUSH.ts:6
  • +
  • Defined in packages/client/lib/commands/RPUSHX.ts:6
  • +
  • Defined in packages/client/lib/commands/SADD.ts:6
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:9
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:29
  • +
  • Defined in packages/client/lib/commands/SCARD.ts:3
  • +
  • Defined in packages/client/lib/commands/SCRIPT_DEBUG.ts:1
  • +
  • Defined in packages/client/lib/commands/SCRIPT_EXISTS.ts:4
  • +
  • Defined in packages/client/lib/commands/SCRIPT_FLUSH.ts:1
  • +
  • Defined in packages/client/lib/commands/SCRIPT_LOAD.ts:1
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:8
  • +
  • Defined in packages/client/lib/commands/SDIFFSTORE.ts:6
  • +
  • Defined in packages/client/lib/commands/SET.ts:27
  • +
  • Defined in packages/client/lib/commands/SETBIT.ts:6
  • +
  • Defined in packages/client/lib/commands/SETEX.ts:5
  • +
  • Defined in packages/client/lib/commands/SETNX.ts:5
  • +
  • Defined in packages/client/lib/commands/SETRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/SHUTDOWN.ts:1
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:8
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:8
  • +
  • Defined in packages/client/lib/commands/SINTERSTORE.ts:6
  • +
  • Defined in packages/client/lib/commands/SISMEMBER.ts:5
  • +
  • Defined in packages/client/lib/commands/SMEMBERS.ts:5
  • +
  • Defined in packages/client/lib/commands/SMISMEMBER.ts:5
  • +
  • Defined in packages/client/lib/commands/SMOVE.ts:5
  • +
  • Defined in packages/client/lib/commands/SORT.ts:6
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:8
  • +
  • Defined in packages/client/lib/commands/SORT_STORE.ts:7
  • +
  • Defined in packages/client/lib/commands/SPOP.ts:5
  • +
  • Defined in packages/client/lib/commands/SRANDMEMBER.ts:5
  • +
  • Defined in packages/client/lib/commands/SRANDMEMBER_COUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/SREM.ts:6
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:8
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:26
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:7
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:8
  • +
  • Defined in packages/client/lib/commands/SUNIONSTORE.ts:6
  • +
  • Defined in packages/client/lib/commands/SWAPDB.ts:1
  • +
  • Defined in packages/client/lib/commands/TIME.ts:9
  • +
  • Defined in packages/client/lib/commands/TOUCH.ts:6
  • +
  • Defined in packages/client/lib/commands/TTL.ts:7
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:7
  • +
  • Defined in packages/client/lib/commands/UNLINK.ts:6
  • +
  • Defined in packages/client/lib/commands/WAIT.ts:3
  • +
  • Defined in packages/client/lib/commands/WATCH.ts:6
  • +
  • Defined in packages/client/lib/commands/XACK.ts:6
  • +
  • Defined in packages/client/lib/commands/XADD.ts:15
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM.ts:10
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM.ts:34
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM_JUSTID.ts:6
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM_JUSTID.ts:20
  • +
  • Defined in packages/client/lib/commands/XCLAIM.ts:13
  • +
  • Defined in packages/client/lib/commands/XCLAIM_JUSTID.ts:6
  • +
  • Defined in packages/client/lib/commands/XDEL.ts:6
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATE.ts:9
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:5
  • +
  • Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:5
  • +
  • Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:5
  • +
  • Defined in packages/client/lib/commands/XGROUP_SETID.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:7
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:20
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:7
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:18
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:8
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:22
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:7
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:7
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:34
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:12
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:49
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:11
  • +
  • Defined in packages/client/lib/commands/XREAD.ts:3
  • +
  • Defined in packages/client/lib/commands/XREAD.ts:19
  • +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:14
  • +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:24
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:11
  • +
  • Defined in packages/client/lib/commands/XSETID.ts:10
  • +
  • Defined in packages/client/lib/commands/XTRIM.ts:10
  • +
  • Defined in packages/client/lib/commands/ZADD.ts:32
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:7
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:8
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:8
  • +
  • Defined in packages/client/lib/commands/ZDIFFSTORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFF_WITHSCORES.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINCRBY.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:13
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:8
  • +
  • Defined in packages/client/lib/commands/ZINTERSTORE.ts:11
  • +
  • Defined in packages/client/lib/commands/ZINTER_WITHSCORES.ts:6
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:7
  • +
  • Defined in packages/client/lib/commands/ZMPOP.ts:6
  • +
  • Defined in packages/client/lib/commands/ZMPOP.ts:29
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:8
  • +
  • Defined in packages/client/lib/commands/ZPOPMAX.ts:5
  • +
  • Defined in packages/client/lib/commands/ZPOPMAX_COUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/ZPOPMIN.ts:5
  • +
  • Defined in packages/client/lib/commands/ZPOPMIN_COUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:7
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:17
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:15
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:15
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE_WITHSCORES.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGESTORE.ts:16
  • +
  • Defined in packages/client/lib/commands/ZRANGESTORE.ts:56
  • +
  • Defined in packages/client/lib/commands/ZRANGE_WITHSCORES.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:7
  • +
  • Defined in packages/client/lib/commands/ZREM.ts:6
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:6
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:7
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:8
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:26
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:7
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:13
  • +
  • Defined in packages/client/lib/commands/ZUNIONSTORE.ts:11
  • +
  • Defined in packages/client/lib/commands/ZUNION_WITHSCORES.ts:6
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:407
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:411
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:210
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:288
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:325
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:256
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:467
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:18
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:659
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:611
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:454
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:428
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:439
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:7
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:3
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:540
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:394
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:588
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:361
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:188
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:59
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:55
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:49
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:36
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:398
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:684
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:129
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:137
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:146
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:97
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:115
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:72
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:78
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:165
  • +
  • Defined in packages/client/lib/lua-script.ts:13
  • +
  • Defined in packages/client/lib/lua-script.ts:20
  • +
  • Defined in packages/client/lib/utils.ts:1
  • diff --git a/documentation/client/interfaces/lib_client.RedisClientOptions.html b/documentation/client/interfaces/lib_client.RedisClientOptions.html index 0dc1ee3e52..e58c3ea6f1 100644 --- a/documentation/client/interfaces/lib_client.RedisClientOptions.html +++ b/documentation/client/interfaces/lib_client.RedisClientOptions.html @@ -32,7 +32,7 @@ +
  • Defined in packages/client/lib/client/index.ts:19
  • @@ -60,82 +60,105 @@

    Properties

    -
    commandsQueueMaxLength?: number
    +
  • Defined in packages/client/lib/client/index.ts:52
  • -
    database?: number
    +
  • Defined in packages/client/lib/client/index.ts:48
  • -
    disableOfflineQueue?: boolean
    +
  • Defined in packages/client/lib/client/index.ts:57
  • functions?: F
    +
  • Defined in packages/client/lib/commands/index.ts:87
  • isolationPoolOptions?: Options
    +
  • Defined in packages/client/lib/client/index.ts:63
  • legacyMode?: boolean
    +
  • Defined in packages/client/lib/client/index.ts:62
  • modules?: M
    +
  • Defined in packages/client/lib/commands/index.ts:86
  • -
    name?: string
    +
  • Defined in packages/client/lib/client/index.ts:44
  • -
    password?: string
    +
  • Defined in packages/client/lib/client/index.ts:40
  • -
    pingInterval?: number
    +
  • Defined in packages/client/lib/client/index.ts:68
  • -
    readonly?: boolean
    +
  • Defined in packages/client/lib/client/index.ts:61
  • scripts?: S
    +
  • Defined in packages/client/lib/commands/index.ts:88
  • -
    socket?: RedisSocketOptions
    +
  • Defined in packages/client/lib/client/index.ts:32
  • -
    url?: string
    +
  • Defined in packages/client/lib/client/index.ts:28
  • -
    username?: string
    +
  • Defined in packages/client/lib/client/index.ts:36
  • Returns void

    +
  • Defined in packages/client/lib/client/RESP2/composers/interface.ts:2
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:11
  • diff --git a/documentation/client/interfaces/lib_client_pub_sub.ChannelListeners.html b/documentation/client/interfaces/lib_client_pub_sub.ChannelListeners.html new file mode 100644 index 0000000000..5209d6fe9c --- /dev/null +++ b/documentation/client/interfaces/lib_client_pub_sub.ChannelListeners.html @@ -0,0 +1,436 @@ +ChannelListeners | @redis/client
    +
    + +
    +
    +
    +
    + +

    Interface ChannelListeners

    +
    +

    Hierarchy

    +
      +
    • ChannelListeners
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    buffers: Set<PubSubListener<true>>
    +
    + +
    strings: Set<PubSubListener<false>>
    +
    + +
    unsubscribing: boolean
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html b/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html index 8ef0bd055b..8316cb1aa4 100644 --- a/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html +++ b/documentation/client/interfaces/lib_client_socket.RedisSocketCommonOptions.html @@ -21,7 +21,7 @@ +
  • Defined in packages/client/lib/client/socket.ts:8
  • @@ -32,43 +32,44 @@
    -
    -

    Methods

    -

    Properties

    -
    connectTimeout?: number
    +
  • Defined in packages/client/lib/client/socket.ts:12
  • -
    keepAlive?: number | false
    +
  • Defined in packages/client/lib/client/socket.ts:20
  • -
    noDelay?: boolean
    -
    -

    Methods

    -
    +
  • Defined in packages/client/lib/client/socket.ts:16
  • +
    -
    +
  • Defined in packages/client/lib/client/socket.ts:28
  • +
  • reconnectStrategy?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html b/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html index 414b97fb4c..8d18369ac7 100644 --- a/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html +++ b/documentation/client/interfaces/lib_client_socket.RedisTlsSocketOptions.html @@ -23,7 +23,7 @@ +
  • Defined in packages/client/lib/client/socket.ts:35
  • @@ -507,7 +507,7 @@ See Session Resumption for more information.

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

    @@ -572,6 +572,7 @@ Always null if TLS 1.3 is used.

  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -788,6 +789,7 @@ Always null if TLS 1.3 is used.

  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -829,6 +831,7 @@ Always null if TLS 1.3 is used.

  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html b/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html index 5a6265bff2..31e388976d 100644 --- a/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html +++ b/documentation/client/interfaces/lib_cluster.RedisClusterOptions.html @@ -32,7 +32,7 @@
    +
  • Defined in packages/client/lib/cluster/index.ts:17
  • @@ -43,6 +43,7 @@
    defaults? functions? maxCommandRedirections? +minimizeConnections? modules? nodeAddressMap? rootNodes @@ -53,47 +54,68 @@

    Properties

    -
    defaults?: Partial<RedisClusterClientOptions>
    +
  • Defined in packages/client/lib/cluster/index.ts:31
  • functions?: F
    +
  • Defined in packages/client/lib/commands/index.ts:87
  • -
    maxCommandRedirections?: number
    +
  • Defined in packages/client/lib/cluster/index.ts:44
  • +
    + +
    minimizeConnections?: boolean
    +

    When true, .connect() will only discover the cluster topology, without actually connecting to all the nodes. +Useful for short-term or PubSub-only connections.

    +
    modules?: M
    +
  • Defined in packages/client/lib/commands/index.ts:86
  • -
    nodeAddressMap?: NodeAddressMap
    +
  • Defined in packages/client/lib/cluster/index.ts:50
  • -
    rootNodes: RedisClusterClientOptions[]
    +
  • Defined in packages/client/lib/cluster/index.ts:26
  • scripts?: S
    +
  • Defined in packages/client/lib/commands/index.ts:88
  • -
    useReplicas?: boolean
    +
  • Defined in packages/client/lib/cluster/index.ts:40
  • +
  • address
  • +
  • client?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_cluster_cluster_slots.Shard.html b/documentation/client/interfaces/lib_cluster_cluster_slots.Shard.html new file mode 100644 index 0000000000..16fb26ef39 --- /dev/null +++ b/documentation/client/interfaces/lib_cluster_cluster_slots.Shard.html @@ -0,0 +1,445 @@ +Shard | @redis/client
    +
    + +
    +
    +
    +
    + +

    Interface Shard<M, F, S>

    +
    +

    Type Parameters

    +
    +
    +

    Hierarchy

    +
      +
    • Shard
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    master: MasterNode<M, F, S>
    +
    + +
    nodesIterator?: IterableIterator<ShardNode<M, F, S>>
    +
    + +
    replicas?: ShardNode<M, F, S>[]
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_cluster_cluster_slots.ShardNode.html b/documentation/client/interfaces/lib_cluster_cluster_slots.ShardNode.html new file mode 100644 index 0000000000..6823c13f93 --- /dev/null +++ b/documentation/client/interfaces/lib_cluster_cluster_slots.ShardNode.html @@ -0,0 +1,472 @@ +ShardNode | @redis/client
    +
    + +
    +
    +
    +
    + +

    Interface ShardNode<M, F, S>

    +
    +

    Type Parameters

    +
    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    address: string
    +
    + +
    client?: ClientOrPromise<M, F, S>
    +
    + +
    host: string
    +
    + +
    id: string
    +
    + +
    port: number
    +
    + +
    readonly: boolean
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/interfaces/lib_commands.RedisCommand.html b/documentation/client/interfaces/lib_commands.RedisCommand.html index 3b19176a68..b84ff10688 100644 --- a/documentation/client/interfaces/lib_commands.RedisCommand.html +++ b/documentation/client/interfaces/lib_commands.RedisCommand.html @@ -24,7 +24,7 @@
  • RedisFunction
  • RedisScriptConfig
  • +
  • Defined in packages/client/lib/commands/index.ts:11
  • @@ -47,17 +47,17 @@
    FIRST_KEY_INDEX?: number | ((...args: any[]) => undefined | RedisCommandArgument)
    +
  • Defined in packages/client/lib/commands/index.ts:12
  • IS_READ_ONLY?: boolean
    +
  • Defined in packages/client/lib/commands/index.ts:13
  • TRANSFORM_LEGACY_REPLY?: boolean
    +
  • Defined in packages/client/lib/commands/index.ts:14
  • Methods

    @@ -74,7 +74,7 @@
    Rest ...args: any[]

    Returns RedisCommandArguments

    +
  • Defined in packages/client/lib/commands/index.ts:15
  • Returns any

    +
  • Defined in packages/client/lib/commands/index.ts:16
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:9
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:9
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:352
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:602
  • +
  • Defined in packages/client/lib/multi-command.ts:7
  • +
  • Defined in packages/client/lib/client/index.ts:1
  • @@ -70,6 +70,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -286,6 +287,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -327,6 +329,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_RESP2_composers_buffer.html b/documentation/client/modules/lib_client_RESP2_composers_buffer.html index e9a6c096ac..a33d3e5c5d 100644 --- a/documentation/client/modules/lib_client_RESP2_composers_buffer.html +++ b/documentation/client/modules/lib_client_RESP2_composers_buffer.html @@ -16,7 +16,7 @@
  • lib/client/RESP2/composers/buffer
  • Module lib/client/RESP2/composers/buffer

    +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:1
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_RESP2_composers_interface.html b/documentation/client/modules/lib_client_RESP2_composers_interface.html index c7e37af945..b5aeb05922 100644 --- a/documentation/client/modules/lib_client_RESP2_composers_interface.html +++ b/documentation/client/modules/lib_client_RESP2_composers_interface.html @@ -16,7 +16,7 @@
  • lib/client/RESP2/composers/interface
  • Module lib/client/RESP2/composers/interface

    +
  • Defined in packages/client/lib/client/RESP2/composers/interface.ts:1
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_RESP2_composers_string.html b/documentation/client/modules/lib_client_RESP2_composers_string.html index f83a6d6c24..d3eef294eb 100644 --- a/documentation/client/modules/lib_client_RESP2_composers_string.html +++ b/documentation/client/modules/lib_client_RESP2_composers_string.html @@ -16,7 +16,7 @@
  • lib/client/RESP2/composers/string
  • Module lib/client/RESP2/composers/string

    +
  • Defined in packages/client/lib/client/RESP2/composers/string.ts:1
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_RESP2_decoder.html b/documentation/client/modules/lib_client_RESP2_decoder.html index 8c07d3da7d..eededcecb8 100644 --- a/documentation/client/modules/lib_client_RESP2_decoder.html +++ b/documentation/client/modules/lib_client_RESP2_decoder.html @@ -16,7 +16,7 @@
  • lib/client/RESP2/decoder
  • Module lib/client/RESP2/decoder

    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_RESP2_encoder.html b/documentation/client/modules/lib_client_RESP2_encoder.html index 2fb600da92..579566f0f0 100644 --- a/documentation/client/modules/lib_client_RESP2_encoder.html +++ b/documentation/client/modules/lib_client_RESP2_encoder.html @@ -16,7 +16,7 @@
  • lib/client/RESP2/encoder
  • Module lib/client/RESP2/encoder

    +
  • Defined in packages/client/lib/client/RESP2/encoder.ts:1
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_commands.html b/documentation/client/modules/lib_client_commands.html index b160ff9fff..c4a1de35ae 100644 --- a/documentation/client/modules/lib_client_commands.html +++ b/documentation/client/modules/lib_client_commands.html @@ -16,7 +16,7 @@
  • lib/client/commands
  • Module lib/client/commands

    +
  • Defined in packages/client/lib/client/commands.ts:1
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_commands_queue.html b/documentation/client/modules/lib_client_commands_queue.html index b12096876d..e24cdef9c7 100644 --- a/documentation/client/modules/lib_client_commands_queue.html +++ b/documentation/client/modules/lib_client_commands_queue.html @@ -16,28 +16,24 @@
  • lib/client/commands-queue
  • Module lib/client/commands-queue

    +
  • Defined in packages/client/lib/client/commands-queue.ts:1
  • Index

    -

    Enumerations

    -
    -

    Classes

    Interfaces

    -

    Type Aliases

    -
    +
  • OnShardedChannelMoved
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/modules/lib_client_multi_command.html b/documentation/client/modules/lib_client_multi_command.html index 33d42e7e4f..099250f88e 100644 --- a/documentation/client/modules/lib_client_multi_command.html +++ b/documentation/client/modules/lib_client_multi_command.html @@ -16,7 +16,7 @@
  • lib/client/multi-command
  • Module lib/client/multi-command

    +
  • Defined in packages/client/lib/client/multi-command.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_client_pub_sub.html b/documentation/client/modules/lib_client_pub_sub.html new file mode 100644 index 0000000000..99c4a1fe0a --- /dev/null +++ b/documentation/client/modules/lib_client_pub_sub.html @@ -0,0 +1,427 @@ +lib/client/pub-sub | @redis/client
    +
    + +
    +
    +
    +
    + +

    Module lib/client/pub-sub

    +
    +
    +
    +
    +

    Index

    +
    +

    Enumerations

    +
    +
    +

    Classes

    +
    +
    +

    Interfaces

    +
    +
    +

    Type Aliases

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/modules/lib_client_socket.html b/documentation/client/modules/lib_client_socket.html index 46ce342c03..e1295ce192 100644 --- a/documentation/client/modules/lib_client_socket.html +++ b/documentation/client/modules/lib_client_socket.html @@ -16,7 +16,7 @@
  • lib/client/socket
  • Module lib/client/socket

    +
  • Defined in packages/client/lib/client/socket.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_cluster.html b/documentation/client/modules/lib_cluster.html index 0cdca4555e..c56597d786 100644 --- a/documentation/client/modules/lib_cluster.html +++ b/documentation/client/modules/lib_cluster.html @@ -16,7 +16,7 @@
  • lib/cluster
  • Module lib/cluster

    +
  • Defined in packages/client/lib/cluster/index.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_cluster_cluster_slots.html b/documentation/client/modules/lib_cluster_cluster_slots.html index 82968bd0a8..8e2481c647 100644 --- a/documentation/client/modules/lib_cluster_cluster_slots.html +++ b/documentation/client/modules/lib_cluster_cluster_slots.html @@ -16,7 +16,7 @@
  • lib/cluster/cluster-slots
  • Module lib/cluster/cluster-slots

    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:1
  • @@ -28,11 +28,16 @@

    Interfaces

    -

    Type Aliases

    +
  • MasterNode
  • +
  • Node
  • +
  • Shard
  • +
  • ShardNode
  • +
  • NodeAddressMap
  • +
  • OnShardedChannelMovedError
  • +
  • PubSubNode
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/modules/lib_cluster_commands.html b/documentation/client/modules/lib_cluster_commands.html index ae11933698..9573e1ae2d 100644 --- a/documentation/client/modules/lib_cluster_commands.html +++ b/documentation/client/modules/lib_cluster_commands.html @@ -16,7 +16,7 @@
  • lib/cluster/commands
  • Module lib/cluster/commands

    +
  • Defined in packages/client/lib/cluster/commands.ts:2
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_cluster_multi_command.html b/documentation/client/modules/lib_cluster_multi_command.html index 0807eff42b..f79b0aa82a 100644 --- a/documentation/client/modules/lib_cluster_multi_command.html +++ b/documentation/client/modules/lib_cluster_multi_command.html @@ -16,7 +16,7 @@
  • lib/cluster/multi-command
  • Module lib/cluster/multi-command

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_command_options.html b/documentation/client/modules/lib_command_options.html index 336726795d..b502cb404e 100644 --- a/documentation/client/modules/lib_command_options.html +++ b/documentation/client/modules/lib_command_options.html @@ -16,7 +16,7 @@
  • lib/command-options
  • Module lib/command-options

    +
  • Defined in packages/client/lib/command-options.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commander.html b/documentation/client/modules/lib_commander.html index 21ed94650e..c2b0726237 100644 --- a/documentation/client/modules/lib_commander.html +++ b/documentation/client/modules/lib_commander.html @@ -16,7 +16,7 @@
  • lib/commander
  • Module lib/commander

    +
  • Defined in packages/client/lib/commander.ts:2
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands.html b/documentation/client/modules/lib_commands.html index 50944c9740..95d8b1145d 100644 --- a/documentation/client/modules/lib_commands.html +++ b/documentation/client/modules/lib_commands.html @@ -16,7 +16,7 @@
  • lib/commands
  • Module lib/commands

    +
  • Defined in packages/client/lib/commands/index.ts:1
  • @@ -76,6 +76,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -292,6 +293,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -333,6 +335,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_CAT.html b/documentation/client/modules/lib_commands_ACL_CAT.html index 5551a9dfd3..da09f05af6 100644 --- a/documentation/client/modules/lib_commands_ACL_CAT.html +++ b/documentation/client/modules/lib_commands_ACL_CAT.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_CAT
  • Module lib/commands/ACL_CAT

    +
  • Defined in packages/client/lib/commands/ACL_CAT.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_DELUSER.html b/documentation/client/modules/lib_commands_ACL_DELUSER.html index a6ddf8a87d..4d8e78166e 100644 --- a/documentation/client/modules/lib_commands_ACL_DELUSER.html +++ b/documentation/client/modules/lib_commands_ACL_DELUSER.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_DELUSER
  • Module lib/commands/ACL_DELUSER

    +
  • Defined in packages/client/lib/commands/ACL_DELUSER.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_DRYRUN.html b/documentation/client/modules/lib_commands_ACL_DRYRUN.html index 4e01f9a2c6..f9880dad20 100644 --- a/documentation/client/modules/lib_commands_ACL_DRYRUN.html +++ b/documentation/client/modules/lib_commands_ACL_DRYRUN.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_DRYRUN
  • Module lib/commands/ACL_DRYRUN

    +
  • Defined in packages/client/lib/commands/ACL_DRYRUN.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_GENPASS.html b/documentation/client/modules/lib_commands_ACL_GENPASS.html index 9a216c50b0..50128c29a0 100644 --- a/documentation/client/modules/lib_commands_ACL_GENPASS.html +++ b/documentation/client/modules/lib_commands_ACL_GENPASS.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_GENPASS
  • Module lib/commands/ACL_GENPASS

    +
  • Defined in packages/client/lib/commands/ACL_GENPASS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_GETUSER.html b/documentation/client/modules/lib_commands_ACL_GETUSER.html index 243dd31835..a353f555d0 100644 --- a/documentation/client/modules/lib_commands_ACL_GETUSER.html +++ b/documentation/client/modules/lib_commands_ACL_GETUSER.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_GETUSER
  • Module lib/commands/ACL_GETUSER

    +
  • Defined in packages/client/lib/commands/ACL_GETUSER.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_LIST.html b/documentation/client/modules/lib_commands_ACL_LIST.html index ab7a8371af..f9bb322ffe 100644 --- a/documentation/client/modules/lib_commands_ACL_LIST.html +++ b/documentation/client/modules/lib_commands_ACL_LIST.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_LIST
  • Module lib/commands/ACL_LIST

    +
  • Defined in packages/client/lib/commands/ACL_LIST.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_LOAD.html b/documentation/client/modules/lib_commands_ACL_LOAD.html index d9be7c4430..db2956ef5b 100644 --- a/documentation/client/modules/lib_commands_ACL_LOAD.html +++ b/documentation/client/modules/lib_commands_ACL_LOAD.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_LOAD
  • Module lib/commands/ACL_LOAD

    +
  • Defined in packages/client/lib/commands/ACL_LOAD.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_LOG.html b/documentation/client/modules/lib_commands_ACL_LOG.html index 56b49bf378..4d06802a16 100644 --- a/documentation/client/modules/lib_commands_ACL_LOG.html +++ b/documentation/client/modules/lib_commands_ACL_LOG.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_LOG
  • Module lib/commands/ACL_LOG

    +
  • Defined in packages/client/lib/commands/ACL_LOG.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_LOG_RESET.html b/documentation/client/modules/lib_commands_ACL_LOG_RESET.html index 1f84aadd54..ea063fed08 100644 --- a/documentation/client/modules/lib_commands_ACL_LOG_RESET.html +++ b/documentation/client/modules/lib_commands_ACL_LOG_RESET.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_LOG_RESET
  • Module lib/commands/ACL_LOG_RESET

    +
  • Defined in packages/client/lib/commands/ACL_LOG_RESET.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_SAVE.html b/documentation/client/modules/lib_commands_ACL_SAVE.html index a267a70f18..471282dbfc 100644 --- a/documentation/client/modules/lib_commands_ACL_SAVE.html +++ b/documentation/client/modules/lib_commands_ACL_SAVE.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_SAVE
  • Module lib/commands/ACL_SAVE

    +
  • Defined in packages/client/lib/commands/ACL_SAVE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_SETUSER.html b/documentation/client/modules/lib_commands_ACL_SETUSER.html index 565a548c6c..d1659bf6cb 100644 --- a/documentation/client/modules/lib_commands_ACL_SETUSER.html +++ b/documentation/client/modules/lib_commands_ACL_SETUSER.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_SETUSER
  • Module lib/commands/ACL_SETUSER

    +
  • Defined in packages/client/lib/commands/ACL_SETUSER.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_USERS.html b/documentation/client/modules/lib_commands_ACL_USERS.html index 311233087b..5f045d24f6 100644 --- a/documentation/client/modules/lib_commands_ACL_USERS.html +++ b/documentation/client/modules/lib_commands_ACL_USERS.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_USERS
  • Module lib/commands/ACL_USERS

    +
  • Defined in packages/client/lib/commands/ACL_USERS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ACL_WHOAMI.html b/documentation/client/modules/lib_commands_ACL_WHOAMI.html index b389972ebf..c2aa89e157 100644 --- a/documentation/client/modules/lib_commands_ACL_WHOAMI.html +++ b/documentation/client/modules/lib_commands_ACL_WHOAMI.html @@ -16,7 +16,7 @@
  • lib/commands/ACL_WHOAMI
  • Module lib/commands/ACL_WHOAMI

    +
  • Defined in packages/client/lib/commands/ACL_WHOAMI.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_APPEND.html b/documentation/client/modules/lib_commands_APPEND.html index 90602718e3..7786519e45 100644 --- a/documentation/client/modules/lib_commands_APPEND.html +++ b/documentation/client/modules/lib_commands_APPEND.html @@ -16,7 +16,7 @@
  • lib/commands/APPEND
  • Module lib/commands/APPEND

    +
  • Defined in packages/client/lib/commands/APPEND.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ASKING.html b/documentation/client/modules/lib_commands_ASKING.html index 1f969c53c8..ac3aa9dcdd 100644 --- a/documentation/client/modules/lib_commands_ASKING.html +++ b/documentation/client/modules/lib_commands_ASKING.html @@ -16,7 +16,7 @@
  • lib/commands/ASKING
  • Module lib/commands/ASKING

    +
  • Defined in packages/client/lib/commands/ASKING.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_AUTH.html b/documentation/client/modules/lib_commands_AUTH.html index dc5ca7a934..ceef56fd46 100644 --- a/documentation/client/modules/lib_commands_AUTH.html +++ b/documentation/client/modules/lib_commands_AUTH.html @@ -16,7 +16,7 @@
  • lib/commands/AUTH
  • Module lib/commands/AUTH

    +
  • Defined in packages/client/lib/commands/AUTH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BGREWRITEAOF.html b/documentation/client/modules/lib_commands_BGREWRITEAOF.html index 4329761f9d..7e32ca7398 100644 --- a/documentation/client/modules/lib_commands_BGREWRITEAOF.html +++ b/documentation/client/modules/lib_commands_BGREWRITEAOF.html @@ -16,7 +16,7 @@
  • lib/commands/BGREWRITEAOF
  • Module lib/commands/BGREWRITEAOF

    +
  • Defined in packages/client/lib/commands/BGREWRITEAOF.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BGSAVE.html b/documentation/client/modules/lib_commands_BGSAVE.html index 00b9bf6bf5..2c0d3aadfd 100644 --- a/documentation/client/modules/lib_commands_BGSAVE.html +++ b/documentation/client/modules/lib_commands_BGSAVE.html @@ -16,7 +16,7 @@
  • lib/commands/BGSAVE
  • Module lib/commands/BGSAVE

    +
  • Defined in packages/client/lib/commands/BGSAVE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BITCOUNT.html b/documentation/client/modules/lib_commands_BITCOUNT.html index fbb67d0732..d60f4b020e 100644 --- a/documentation/client/modules/lib_commands_BITCOUNT.html +++ b/documentation/client/modules/lib_commands_BITCOUNT.html @@ -16,7 +16,7 @@
  • lib/commands/BITCOUNT
  • Module lib/commands/BITCOUNT

    +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BITFIELD.html b/documentation/client/modules/lib_commands_BITFIELD.html index a8280bca4a..6cb1f09e54 100644 --- a/documentation/client/modules/lib_commands_BITFIELD.html +++ b/documentation/client/modules/lib_commands_BITFIELD.html @@ -16,7 +16,7 @@
  • lib/commands/BITFIELD
  • Module lib/commands/BITFIELD

    +
  • Defined in packages/client/lib/commands/BITFIELD.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BITFIELD_RO.html b/documentation/client/modules/lib_commands_BITFIELD_RO.html index 7cf67dca46..f62ab5cc7b 100644 --- a/documentation/client/modules/lib_commands_BITFIELD_RO.html +++ b/documentation/client/modules/lib_commands_BITFIELD_RO.html @@ -16,7 +16,7 @@
  • lib/commands/BITFIELD_RO
  • Module lib/commands/BITFIELD_RO

    +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BITOP.html b/documentation/client/modules/lib_commands_BITOP.html index dc03991fb5..45b369a497 100644 --- a/documentation/client/modules/lib_commands_BITOP.html +++ b/documentation/client/modules/lib_commands_BITOP.html @@ -16,7 +16,7 @@
  • lib/commands/BITOP
  • Module lib/commands/BITOP

    +
  • Defined in packages/client/lib/commands/BITOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BITPOS.html b/documentation/client/modules/lib_commands_BITPOS.html index 11cccd9c8f..4ac4e28e90 100644 --- a/documentation/client/modules/lib_commands_BITPOS.html +++ b/documentation/client/modules/lib_commands_BITPOS.html @@ -16,7 +16,7 @@
  • lib/commands/BITPOS
  • Module lib/commands/BITPOS

    +
  • Defined in packages/client/lib/commands/BITPOS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BLMOVE.html b/documentation/client/modules/lib_commands_BLMOVE.html index 1558e1b668..2b1b41f9b9 100644 --- a/documentation/client/modules/lib_commands_BLMOVE.html +++ b/documentation/client/modules/lib_commands_BLMOVE.html @@ -16,7 +16,7 @@
  • lib/commands/BLMOVE
  • Module lib/commands/BLMOVE

    +
  • Defined in packages/client/lib/commands/BLMOVE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BLMPOP.html b/documentation/client/modules/lib_commands_BLMPOP.html index 03a63be997..008bfc2053 100644 --- a/documentation/client/modules/lib_commands_BLMPOP.html +++ b/documentation/client/modules/lib_commands_BLMPOP.html @@ -16,7 +16,7 @@
  • lib/commands/BLMPOP
  • Module lib/commands/BLMPOP

    +
  • Defined in packages/client/lib/commands/BLMPOP.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BLPOP.html b/documentation/client/modules/lib_commands_BLPOP.html index 42038dd5e5..ba25344df4 100644 --- a/documentation/client/modules/lib_commands_BLPOP.html +++ b/documentation/client/modules/lib_commands_BLPOP.html @@ -16,7 +16,7 @@
  • lib/commands/BLPOP
  • Module lib/commands/BLPOP

    +
  • Defined in packages/client/lib/commands/BLPOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BRPOP.html b/documentation/client/modules/lib_commands_BRPOP.html index 4f5f801a07..95f2b6ccd5 100644 --- a/documentation/client/modules/lib_commands_BRPOP.html +++ b/documentation/client/modules/lib_commands_BRPOP.html @@ -16,7 +16,7 @@
  • lib/commands/BRPOP
  • Module lib/commands/BRPOP

    +
  • Defined in packages/client/lib/commands/BRPOP.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BRPOPLPUSH.html b/documentation/client/modules/lib_commands_BRPOPLPUSH.html index 530292234f..15ab1e08f6 100644 --- a/documentation/client/modules/lib_commands_BRPOPLPUSH.html +++ b/documentation/client/modules/lib_commands_BRPOPLPUSH.html @@ -16,7 +16,7 @@
  • lib/commands/BRPOPLPUSH
  • Module lib/commands/BRPOPLPUSH

    +
  • Defined in packages/client/lib/commands/BRPOPLPUSH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BZMPOP.html b/documentation/client/modules/lib_commands_BZMPOP.html index 98292e5121..b1a7681511 100644 --- a/documentation/client/modules/lib_commands_BZMPOP.html +++ b/documentation/client/modules/lib_commands_BZMPOP.html @@ -16,7 +16,7 @@
  • lib/commands/BZMPOP
  • Module lib/commands/BZMPOP

    +
  • Defined in packages/client/lib/commands/BZMPOP.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BZPOPMAX.html b/documentation/client/modules/lib_commands_BZPOPMAX.html index 316fa350ed..fb56f153ce 100644 --- a/documentation/client/modules/lib_commands_BZPOPMAX.html +++ b/documentation/client/modules/lib_commands_BZPOPMAX.html @@ -16,7 +16,7 @@
  • lib/commands/BZPOPMAX
  • Module lib/commands/BZPOPMAX

    +
  • Defined in packages/client/lib/commands/BZPOPMAX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_BZPOPMIN.html b/documentation/client/modules/lib_commands_BZPOPMIN.html index b409d09336..f227e55206 100644 --- a/documentation/client/modules/lib_commands_BZPOPMIN.html +++ b/documentation/client/modules/lib_commands_BZPOPMIN.html @@ -16,7 +16,7 @@
  • lib/commands/BZPOPMIN
  • Module lib/commands/BZPOPMIN

    +
  • Defined in packages/client/lib/commands/BZPOPMIN.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_CACHING.html b/documentation/client/modules/lib_commands_CLIENT_CACHING.html index 11ef4c5da0..1b83265438 100644 --- a/documentation/client/modules/lib_commands_CLIENT_CACHING.html +++ b/documentation/client/modules/lib_commands_CLIENT_CACHING.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_CACHING
  • Module lib/commands/CLIENT_CACHING

    +
  • Defined in packages/client/lib/commands/CLIENT_CACHING.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_GETNAME.html b/documentation/client/modules/lib_commands_CLIENT_GETNAME.html index ec9044813c..0f3dd56aa2 100644 --- a/documentation/client/modules/lib_commands_CLIENT_GETNAME.html +++ b/documentation/client/modules/lib_commands_CLIENT_GETNAME.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_GETNAME
  • Module lib/commands/CLIENT_GETNAME

    +
  • Defined in packages/client/lib/commands/CLIENT_GETNAME.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html b/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html index 331f7c3f08..a91aa85f66 100644 --- a/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html +++ b/documentation/client/modules/lib_commands_CLIENT_GETREDIR.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_GETREDIR
  • Module lib/commands/CLIENT_GETREDIR

    +
  • Defined in packages/client/lib/commands/CLIENT_GETREDIR.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_ID.html b/documentation/client/modules/lib_commands_CLIENT_ID.html index f09e7806df..e936ce18b5 100644 --- a/documentation/client/modules/lib_commands_CLIENT_ID.html +++ b/documentation/client/modules/lib_commands_CLIENT_ID.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_ID
  • Module lib/commands/CLIENT_ID

    +
  • Defined in packages/client/lib/commands/CLIENT_ID.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_INFO.html b/documentation/client/modules/lib_commands_CLIENT_INFO.html index 452a6d68c6..7d04acaacc 100644 --- a/documentation/client/modules/lib_commands_CLIENT_INFO.html +++ b/documentation/client/modules/lib_commands_CLIENT_INFO.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_INFO
  • Module lib/commands/CLIENT_INFO

    +
  • Defined in packages/client/lib/commands/CLIENT_INFO.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_KILL.html b/documentation/client/modules/lib_commands_CLIENT_KILL.html index 1db929fc86..1ee16722e4 100644 --- a/documentation/client/modules/lib_commands_CLIENT_KILL.html +++ b/documentation/client/modules/lib_commands_CLIENT_KILL.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_KILL
  • Module lib/commands/CLIENT_KILL

    +
  • Defined in packages/client/lib/commands/CLIENT_KILL.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_LIST.html b/documentation/client/modules/lib_commands_CLIENT_LIST.html index 393c34a202..df61bd120c 100644 --- a/documentation/client/modules/lib_commands_CLIENT_LIST.html +++ b/documentation/client/modules/lib_commands_CLIENT_LIST.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_LIST
  • Module lib/commands/CLIENT_LIST

    +
  • Defined in packages/client/lib/commands/CLIENT_LIST.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html b/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html index 9f3990ffc2..7197585b03 100644 --- a/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html +++ b/documentation/client/modules/lib_commands_CLIENT_NO_EVICT.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_NO-EVICT
  • Module lib/commands/CLIENT_NO-EVICT

    +
  • Defined in packages/client/lib/commands/CLIENT_NO-EVICT.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_PAUSE.html b/documentation/client/modules/lib_commands_CLIENT_PAUSE.html index 232e5b29ed..1977b21276 100644 --- a/documentation/client/modules/lib_commands_CLIENT_PAUSE.html +++ b/documentation/client/modules/lib_commands_CLIENT_PAUSE.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_PAUSE
  • Module lib/commands/CLIENT_PAUSE

    +
  • Defined in packages/client/lib/commands/CLIENT_PAUSE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_SETNAME.html b/documentation/client/modules/lib_commands_CLIENT_SETNAME.html index 30fbad58d6..70f2cf00f6 100644 --- a/documentation/client/modules/lib_commands_CLIENT_SETNAME.html +++ b/documentation/client/modules/lib_commands_CLIENT_SETNAME.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_SETNAME
  • Module lib/commands/CLIENT_SETNAME

    +
  • Defined in packages/client/lib/commands/CLIENT_SETNAME.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_TRACKING.html b/documentation/client/modules/lib_commands_CLIENT_TRACKING.html index caaf1eafd7..8a5b61e182 100644 --- a/documentation/client/modules/lib_commands_CLIENT_TRACKING.html +++ b/documentation/client/modules/lib_commands_CLIENT_TRACKING.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_TRACKING
  • Module lib/commands/CLIENT_TRACKING

    +
  • Defined in packages/client/lib/commands/CLIENT_TRACKING.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html b/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html index 94221de095..3a8367fb73 100644 --- a/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html +++ b/documentation/client/modules/lib_commands_CLIENT_TRACKINGINFO.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_TRACKINGINFO
  • Module lib/commands/CLIENT_TRACKINGINFO

    +
  • Defined in packages/client/lib/commands/CLIENT_TRACKINGINFO.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html b/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html index 65d075527a..363c5b79d3 100644 --- a/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html +++ b/documentation/client/modules/lib_commands_CLIENT_UNPAUSE.html @@ -16,7 +16,7 @@
  • lib/commands/CLIENT_UNPAUSE
  • Module lib/commands/CLIENT_UNPAUSE

    +
  • Defined in packages/client/lib/commands/CLIENT_UNPAUSE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html index 891c6698ce..6dc3c053cb 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTS.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_ADDSLOTS
  • Module lib/commands/CLUSTER_ADDSLOTS

    +
  • Defined in packages/client/lib/commands/CLUSTER_ADDSLOTS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html index a5388f39ca..7b2130f5fc 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html +++ b/documentation/client/modules/lib_commands_CLUSTER_ADDSLOTSRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_ADDSLOTSRANGE
  • Module lib/commands/CLUSTER_ADDSLOTSRANGE

    +
  • Defined in packages/client/lib/commands/CLUSTER_ADDSLOTSRANGE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html b/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html index faf953cc3a..0f6f223ec0 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html +++ b/documentation/client/modules/lib_commands_CLUSTER_BUMPEPOCH.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_BUMPEPOCH
  • Module lib/commands/CLUSTER_BUMPEPOCH

    +
  • Defined in packages/client/lib/commands/CLUSTER_BUMPEPOCH.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html index 29cfb5b2b3..8352d8ea5e 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_COUNTKEYSINSLOT.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_COUNTKEYSINSLOT
  • Module lib/commands/CLUSTER_COUNTKEYSINSLOT

    +
  • Defined in packages/client/lib/commands/CLUSTER_COUNTKEYSINSLOT.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html b/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html index c3e4bf5149..7b2c5fa113 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_COUNT_FAILURE_REPORTS.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_COUNT-FAILURE-REPORTS
  • Module lib/commands/CLUSTER_COUNT-FAILURE-REPORTS

    +
  • Defined in packages/client/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html index 4df4526d17..1dc9bce8d0 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTS.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_DELSLOTS
  • Module lib/commands/CLUSTER_DELSLOTS

    +
  • Defined in packages/client/lib/commands/CLUSTER_DELSLOTS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html index 025cd46ed9..96aab4c75d 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html +++ b/documentation/client/modules/lib_commands_CLUSTER_DELSLOTSRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_DELSLOTSRANGE
  • Module lib/commands/CLUSTER_DELSLOTSRANGE

    +
  • Defined in packages/client/lib/commands/CLUSTER_DELSLOTSRANGE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html b/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html index 0abbd81d52..2945a07653 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html +++ b/documentation/client/modules/lib_commands_CLUSTER_FAILOVER.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_FAILOVER
  • Module lib/commands/CLUSTER_FAILOVER

    +
  • Defined in packages/client/lib/commands/CLUSTER_FAILOVER.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html index cbea0a3e59..9f468980a8 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_FLUSHSLOTS.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_FLUSHSLOTS
  • Module lib/commands/CLUSTER_FLUSHSLOTS

    +
  • Defined in packages/client/lib/commands/CLUSTER_FLUSHSLOTS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_FORGET.html b/documentation/client/modules/lib_commands_CLUSTER_FORGET.html index 249a4ce215..7657c26a50 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_FORGET.html +++ b/documentation/client/modules/lib_commands_CLUSTER_FORGET.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_FORGET
  • Module lib/commands/CLUSTER_FORGET

    +
  • Defined in packages/client/lib/commands/CLUSTER_FORGET.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html index e192d7eb90..9fe3f96613 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_GETKEYSINSLOT.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_GETKEYSINSLOT
  • Module lib/commands/CLUSTER_GETKEYSINSLOT

    +
  • Defined in packages/client/lib/commands/CLUSTER_GETKEYSINSLOT.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_INFO.html b/documentation/client/modules/lib_commands_CLUSTER_INFO.html index 8f9095ce7b..1e164dc2af 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_INFO.html +++ b/documentation/client/modules/lib_commands_CLUSTER_INFO.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_INFO
  • Module lib/commands/CLUSTER_INFO

    +
  • Defined in packages/client/lib/commands/CLUSTER_INFO.ts:1
  • @@ -59,6 +59,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -275,6 +276,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -316,6 +318,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html index 1ec9609699..d165c5db09 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_KEYSLOT.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_KEYSLOT
  • Module lib/commands/CLUSTER_KEYSLOT

    +
  • Defined in packages/client/lib/commands/CLUSTER_KEYSLOT.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_LINKS.html b/documentation/client/modules/lib_commands_CLUSTER_LINKS.html index a636fb696a..945640d967 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_LINKS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_LINKS.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_LINKS
  • Module lib/commands/CLUSTER_LINKS

    +
  • Defined in packages/client/lib/commands/CLUSTER_LINKS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_MEET.html b/documentation/client/modules/lib_commands_CLUSTER_MEET.html index 28e81845c8..936ce33764 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_MEET.html +++ b/documentation/client/modules/lib_commands_CLUSTER_MEET.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_MEET
  • Module lib/commands/CLUSTER_MEET

    +
  • Defined in packages/client/lib/commands/CLUSTER_MEET.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_MYID.html b/documentation/client/modules/lib_commands_CLUSTER_MYID.html index d937ae14df..4b0fde7333 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_MYID.html +++ b/documentation/client/modules/lib_commands_CLUSTER_MYID.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_MYID
  • Module lib/commands/CLUSTER_MYID

    +
  • Defined in packages/client/lib/commands/CLUSTER_MYID.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_NODES.html b/documentation/client/modules/lib_commands_CLUSTER_NODES.html index 8bdba1a113..c3c3314ded 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_NODES.html +++ b/documentation/client/modules/lib_commands_CLUSTER_NODES.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_NODES
  • Module lib/commands/CLUSTER_NODES

    +
  • Defined in packages/client/lib/commands/CLUSTER_NODES.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html b/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html index f1ffb270bd..c315a7e724 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_REPLICAS.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_REPLICAS
  • Module lib/commands/CLUSTER_REPLICAS

    +
  • Defined in packages/client/lib/commands/CLUSTER_REPLICAS.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html b/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html index 1fe724730b..31f04fc57e 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html +++ b/documentation/client/modules/lib_commands_CLUSTER_REPLICATE.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_REPLICATE
  • Module lib/commands/CLUSTER_REPLICATE

    +
  • Defined in packages/client/lib/commands/CLUSTER_REPLICATE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_RESET.html b/documentation/client/modules/lib_commands_CLUSTER_RESET.html index acac0ed4b2..cfcb7d0dfa 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_RESET.html +++ b/documentation/client/modules/lib_commands_CLUSTER_RESET.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_RESET
  • Module lib/commands/CLUSTER_RESET

    +
  • Defined in packages/client/lib/commands/CLUSTER_RESET.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html b/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html index f40b446f97..09ca911fcd 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SAVECONFIG.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_SAVECONFIG
  • Module lib/commands/CLUSTER_SAVECONFIG

    +
  • Defined in packages/client/lib/commands/CLUSTER_SAVECONFIG.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html b/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html index 4f56684805..c43b297030 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SETSLOT.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_SETSLOT
  • Module lib/commands/CLUSTER_SETSLOT

    +
  • Defined in packages/client/lib/commands/CLUSTER_SETSLOT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html b/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html index abb999d8e5..80e61e8c8c 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SET_CONFIG_EPOCH.html @@ -16,7 +16,7 @@
  • lib/commands/CLUSTER_SET-CONFIG-EPOCH
  • Module lib/commands/CLUSTER_SET-CONFIG-EPOCH

    +
  • Defined in packages/client/lib/commands/CLUSTER_SET-CONFIG-EPOCH.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html b/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html index 372a589b5e..0f12eb5486 100644 --- a/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html +++ b/documentation/client/modules/lib_commands_CLUSTER_SLOTS.html @@ -16,13 +16,17 @@
  • lib/commands/CLUSTER_SLOTS
  • Module lib/commands/CLUSTER_SLOTS

    +
  • Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:1
  • Index

    +

    Interfaces

    +
    +

    Type Aliases

    @@ -62,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • @@ -404,6 +411,7 @@
  • lib/utils
  • diff --git a/documentation/client/modules/lib_commands_COMMAND.html b/documentation/client/modules/lib_commands_COMMAND.html index b52bb4beb1..ee2e96719a 100644 --- a/documentation/client/modules/lib_commands_COMMAND.html +++ b/documentation/client/modules/lib_commands_COMMAND.html @@ -16,7 +16,7 @@
  • lib/commands/COMMAND
  • Module lib/commands/COMMAND

    +
  • Defined in packages/client/lib/commands/COMMAND.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_COMMAND_COUNT.html b/documentation/client/modules/lib_commands_COMMAND_COUNT.html index 71b94df3b0..dac2e0b501 100644 --- a/documentation/client/modules/lib_commands_COMMAND_COUNT.html +++ b/documentation/client/modules/lib_commands_COMMAND_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/COMMAND_COUNT
  • Module lib/commands/COMMAND_COUNT

    +
  • Defined in packages/client/lib/commands/COMMAND_COUNT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html b/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html index 377f7c72a3..a3f2cd5c92 100644 --- a/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html +++ b/documentation/client/modules/lib_commands_COMMAND_GETKEYS.html @@ -16,7 +16,7 @@
  • lib/commands/COMMAND_GETKEYS
  • Module lib/commands/COMMAND_GETKEYS

    +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html b/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html index b071c6ada5..3c617fb976 100644 --- a/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html +++ b/documentation/client/modules/lib_commands_COMMAND_GETKEYSANDFLAGS.html @@ -16,7 +16,7 @@
  • lib/commands/COMMAND_GETKEYSANDFLAGS
  • Module lib/commands/COMMAND_GETKEYSANDFLAGS

    +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_COMMAND_INFO.html b/documentation/client/modules/lib_commands_COMMAND_INFO.html index 74eab5847c..f7a1c6a2f5 100644 --- a/documentation/client/modules/lib_commands_COMMAND_INFO.html +++ b/documentation/client/modules/lib_commands_COMMAND_INFO.html @@ -16,7 +16,7 @@
  • lib/commands/COMMAND_INFO
  • Module lib/commands/COMMAND_INFO

    +
  • Defined in packages/client/lib/commands/COMMAND_INFO.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_COMMAND_LIST.html b/documentation/client/modules/lib_commands_COMMAND_LIST.html index eafe2ceb12..bc498cd1a7 100644 --- a/documentation/client/modules/lib_commands_COMMAND_LIST.html +++ b/documentation/client/modules/lib_commands_COMMAND_LIST.html @@ -16,7 +16,7 @@
  • lib/commands/COMMAND_LIST
  • Module lib/commands/COMMAND_LIST

    +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CONFIG_GET.html b/documentation/client/modules/lib_commands_CONFIG_GET.html index 910796fb8a..648c9dd480 100644 --- a/documentation/client/modules/lib_commands_CONFIG_GET.html +++ b/documentation/client/modules/lib_commands_CONFIG_GET.html @@ -16,7 +16,7 @@
  • lib/commands/CONFIG_GET
  • Module lib/commands/CONFIG_GET

    +
  • Defined in packages/client/lib/commands/CONFIG_GET.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html b/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html index 3d45c5da15..b6bbaadda6 100644 --- a/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html +++ b/documentation/client/modules/lib_commands_CONFIG_RESETSTAT.html @@ -16,7 +16,7 @@
  • lib/commands/CONFIG_RESETSTAT
  • Module lib/commands/CONFIG_RESETSTAT

    +
  • Defined in packages/client/lib/commands/CONFIG_RESETSTAT.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CONFIG_REWRITE.html b/documentation/client/modules/lib_commands_CONFIG_REWRITE.html index 2b0203e2a4..d4bbb3c189 100644 --- a/documentation/client/modules/lib_commands_CONFIG_REWRITE.html +++ b/documentation/client/modules/lib_commands_CONFIG_REWRITE.html @@ -16,7 +16,7 @@
  • lib/commands/CONFIG_REWRITE
  • Module lib/commands/CONFIG_REWRITE

    +
  • Defined in packages/client/lib/commands/CONFIG_REWRITE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_CONFIG_SET.html b/documentation/client/modules/lib_commands_CONFIG_SET.html index ef9bab2505..519ac77909 100644 --- a/documentation/client/modules/lib_commands_CONFIG_SET.html +++ b/documentation/client/modules/lib_commands_CONFIG_SET.html @@ -16,7 +16,7 @@
  • lib/commands/CONFIG_SET
  • Module lib/commands/CONFIG_SET

    +
  • Defined in packages/client/lib/commands/CONFIG_SET.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_COPY.html b/documentation/client/modules/lib_commands_COPY.html index d28176e6e3..67b1d8a2a1 100644 --- a/documentation/client/modules/lib_commands_COPY.html +++ b/documentation/client/modules/lib_commands_COPY.html @@ -16,7 +16,7 @@
  • lib/commands/COPY
  • Module lib/commands/COPY

    +
  • Defined in packages/client/lib/commands/COPY.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_DBSIZE.html b/documentation/client/modules/lib_commands_DBSIZE.html index a13e57109b..a5900a68b6 100644 --- a/documentation/client/modules/lib_commands_DBSIZE.html +++ b/documentation/client/modules/lib_commands_DBSIZE.html @@ -16,7 +16,7 @@
  • lib/commands/DBSIZE
  • Module lib/commands/DBSIZE

    +
  • Defined in packages/client/lib/commands/DBSIZE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_DECR.html b/documentation/client/modules/lib_commands_DECR.html index 186b3ada33..6377027162 100644 --- a/documentation/client/modules/lib_commands_DECR.html +++ b/documentation/client/modules/lib_commands_DECR.html @@ -16,7 +16,7 @@
  • lib/commands/DECR
  • Module lib/commands/DECR

    +
  • Defined in packages/client/lib/commands/DECR.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_DECRBY.html b/documentation/client/modules/lib_commands_DECRBY.html index 654f42ce10..c5c0a1a7fb 100644 --- a/documentation/client/modules/lib_commands_DECRBY.html +++ b/documentation/client/modules/lib_commands_DECRBY.html @@ -16,7 +16,7 @@
  • lib/commands/DECRBY
  • Module lib/commands/DECRBY

    +
  • Defined in packages/client/lib/commands/DECRBY.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_DEL.html b/documentation/client/modules/lib_commands_DEL.html index 66f7071ac4..f1914f560c 100644 --- a/documentation/client/modules/lib_commands_DEL.html +++ b/documentation/client/modules/lib_commands_DEL.html @@ -16,7 +16,7 @@
  • lib/commands/DEL
  • Module lib/commands/DEL

    +
  • Defined in packages/client/lib/commands/DEL.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_DISCARD.html b/documentation/client/modules/lib_commands_DISCARD.html index 59e9ccb33f..10e0690472 100644 --- a/documentation/client/modules/lib_commands_DISCARD.html +++ b/documentation/client/modules/lib_commands_DISCARD.html @@ -16,7 +16,7 @@
  • lib/commands/DISCARD
  • Module lib/commands/DISCARD

    +
  • Defined in packages/client/lib/commands/DISCARD.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_DUMP.html b/documentation/client/modules/lib_commands_DUMP.html index b99ff66f1c..938ed7776b 100644 --- a/documentation/client/modules/lib_commands_DUMP.html +++ b/documentation/client/modules/lib_commands_DUMP.html @@ -16,7 +16,7 @@
  • lib/commands/DUMP
  • Module lib/commands/DUMP

    +
  • Defined in packages/client/lib/commands/DUMP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ECHO.html b/documentation/client/modules/lib_commands_ECHO.html index 409c3dd5ec..72a7ff7c09 100644 --- a/documentation/client/modules/lib_commands_ECHO.html +++ b/documentation/client/modules/lib_commands_ECHO.html @@ -16,7 +16,7 @@
  • lib/commands/ECHO
  • Module lib/commands/ECHO

    +
  • Defined in packages/client/lib/commands/ECHO.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EVAL.html b/documentation/client/modules/lib_commands_EVAL.html index 05d816deae..c5f76282a1 100644 --- a/documentation/client/modules/lib_commands_EVAL.html +++ b/documentation/client/modules/lib_commands_EVAL.html @@ -16,7 +16,7 @@
  • lib/commands/EVAL
  • Module lib/commands/EVAL

    +
  • Defined in packages/client/lib/commands/EVAL.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EVALSHA.html b/documentation/client/modules/lib_commands_EVALSHA.html index 113b0f10ee..5dfa5a24a1 100644 --- a/documentation/client/modules/lib_commands_EVALSHA.html +++ b/documentation/client/modules/lib_commands_EVALSHA.html @@ -16,7 +16,7 @@
  • lib/commands/EVALSHA
  • Module lib/commands/EVALSHA

    +
  • Defined in packages/client/lib/commands/EVALSHA.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EVALSHA_RO.html b/documentation/client/modules/lib_commands_EVALSHA_RO.html index cf656a6029..1d5c5b8184 100644 --- a/documentation/client/modules/lib_commands_EVALSHA_RO.html +++ b/documentation/client/modules/lib_commands_EVALSHA_RO.html @@ -16,7 +16,7 @@
  • lib/commands/EVALSHA_RO
  • Module lib/commands/EVALSHA_RO

    +
  • Defined in packages/client/lib/commands/EVALSHA_RO.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EVAL_RO.html b/documentation/client/modules/lib_commands_EVAL_RO.html index 97ef436d82..e90b10d1dd 100644 --- a/documentation/client/modules/lib_commands_EVAL_RO.html +++ b/documentation/client/modules/lib_commands_EVAL_RO.html @@ -16,7 +16,7 @@
  • lib/commands/EVAL_RO
  • Module lib/commands/EVAL_RO

    +
  • Defined in packages/client/lib/commands/EVAL_RO.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EXISTS.html b/documentation/client/modules/lib_commands_EXISTS.html index d46e5bbb7f..0930137414 100644 --- a/documentation/client/modules/lib_commands_EXISTS.html +++ b/documentation/client/modules/lib_commands_EXISTS.html @@ -16,7 +16,7 @@
  • lib/commands/EXISTS
  • Module lib/commands/EXISTS

    +
  • Defined in packages/client/lib/commands/EXISTS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EXPIRE.html b/documentation/client/modules/lib_commands_EXPIRE.html index 2aae8b17ec..9cd5815b47 100644 --- a/documentation/client/modules/lib_commands_EXPIRE.html +++ b/documentation/client/modules/lib_commands_EXPIRE.html @@ -16,7 +16,7 @@
  • lib/commands/EXPIRE
  • Module lib/commands/EXPIRE

    +
  • Defined in packages/client/lib/commands/EXPIRE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EXPIREAT.html b/documentation/client/modules/lib_commands_EXPIREAT.html index 39a951090f..765e2a2598 100644 --- a/documentation/client/modules/lib_commands_EXPIREAT.html +++ b/documentation/client/modules/lib_commands_EXPIREAT.html @@ -16,7 +16,7 @@
  • lib/commands/EXPIREAT
  • Module lib/commands/EXPIREAT

    +
  • Defined in packages/client/lib/commands/EXPIREAT.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_EXPIRETIME.html b/documentation/client/modules/lib_commands_EXPIRETIME.html index 7e208a88b8..b1e787287f 100644 --- a/documentation/client/modules/lib_commands_EXPIRETIME.html +++ b/documentation/client/modules/lib_commands_EXPIRETIME.html @@ -16,7 +16,7 @@
  • lib/commands/EXPIRETIME
  • Module lib/commands/EXPIRETIME

    +
  • Defined in packages/client/lib/commands/EXPIRETIME.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FAILOVER.html b/documentation/client/modules/lib_commands_FAILOVER.html index 57657fd9bd..e50205b3e8 100644 --- a/documentation/client/modules/lib_commands_FAILOVER.html +++ b/documentation/client/modules/lib_commands_FAILOVER.html @@ -16,7 +16,7 @@
  • lib/commands/FAILOVER
  • Module lib/commands/FAILOVER

    +
  • Defined in packages/client/lib/commands/FAILOVER.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FCALL.html b/documentation/client/modules/lib_commands_FCALL.html index 1dfcf0f46d..3169d70dea 100644 --- a/documentation/client/modules/lib_commands_FCALL.html +++ b/documentation/client/modules/lib_commands_FCALL.html @@ -16,7 +16,7 @@
  • lib/commands/FCALL
  • Module lib/commands/FCALL

    +
  • Defined in packages/client/lib/commands/FCALL.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FCALL_RO.html b/documentation/client/modules/lib_commands_FCALL_RO.html index 29bb405054..9f2b3e7ee0 100644 --- a/documentation/client/modules/lib_commands_FCALL_RO.html +++ b/documentation/client/modules/lib_commands_FCALL_RO.html @@ -16,7 +16,7 @@
  • lib/commands/FCALL_RO
  • Module lib/commands/FCALL_RO

    +
  • Defined in packages/client/lib/commands/FCALL_RO.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FLUSHALL.html b/documentation/client/modules/lib_commands_FLUSHALL.html index f04c33cf8f..bd7033623c 100644 --- a/documentation/client/modules/lib_commands_FLUSHALL.html +++ b/documentation/client/modules/lib_commands_FLUSHALL.html @@ -16,7 +16,7 @@
  • lib/commands/FLUSHALL
  • Module lib/commands/FLUSHALL

    +
  • Defined in packages/client/lib/commands/FLUSHALL.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FLUSHDB.html b/documentation/client/modules/lib_commands_FLUSHDB.html index f5e0a07f7a..4967180a55 100644 --- a/documentation/client/modules/lib_commands_FLUSHDB.html +++ b/documentation/client/modules/lib_commands_FLUSHDB.html @@ -16,7 +16,7 @@
  • lib/commands/FLUSHDB
  • Module lib/commands/FLUSHDB

    +
  • Defined in packages/client/lib/commands/FLUSHDB.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_DELETE.html b/documentation/client/modules/lib_commands_FUNCTION_DELETE.html index 3edb5ecd6d..bdfdf8dac1 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_DELETE.html +++ b/documentation/client/modules/lib_commands_FUNCTION_DELETE.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_DELETE
  • Module lib/commands/FUNCTION_DELETE

    +
  • Defined in packages/client/lib/commands/FUNCTION_DELETE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_DUMP.html b/documentation/client/modules/lib_commands_FUNCTION_DUMP.html index a3cc5bca52..a4586f8688 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_DUMP.html +++ b/documentation/client/modules/lib_commands_FUNCTION_DUMP.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_DUMP
  • Module lib/commands/FUNCTION_DUMP

    +
  • Defined in packages/client/lib/commands/FUNCTION_DUMP.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html b/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html index 42b6e207d2..642c2337c5 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html +++ b/documentation/client/modules/lib_commands_FUNCTION_FLUSH.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_FLUSH
  • Module lib/commands/FUNCTION_FLUSH

    +
  • Defined in packages/client/lib/commands/FUNCTION_FLUSH.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_KILL.html b/documentation/client/modules/lib_commands_FUNCTION_KILL.html index 506640f840..a0d34caca7 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_KILL.html +++ b/documentation/client/modules/lib_commands_FUNCTION_KILL.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_KILL
  • Module lib/commands/FUNCTION_KILL

    +
  • Defined in packages/client/lib/commands/FUNCTION_KILL.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_LIST.html b/documentation/client/modules/lib_commands_FUNCTION_LIST.html index ba539d710c..80e8b81e5f 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_LIST.html +++ b/documentation/client/modules/lib_commands_FUNCTION_LIST.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_LIST
  • Module lib/commands/FUNCTION_LIST

    +
  • Defined in packages/client/lib/commands/FUNCTION_LIST.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html b/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html index bf1d1d4e9e..b86f2a0a5f 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html +++ b/documentation/client/modules/lib_commands_FUNCTION_LIST_WITHCODE.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_LIST_WITHCODE
  • Module lib/commands/FUNCTION_LIST_WITHCODE

    +
  • Defined in packages/client/lib/commands/FUNCTION_LIST_WITHCODE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_LOAD.html b/documentation/client/modules/lib_commands_FUNCTION_LOAD.html index efeec9dbc3..d8bd8f333e 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_LOAD.html +++ b/documentation/client/modules/lib_commands_FUNCTION_LOAD.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_LOAD
  • Module lib/commands/FUNCTION_LOAD

    +
  • Defined in packages/client/lib/commands/FUNCTION_LOAD.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html b/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html index c2ce3fd300..f3b04cea30 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html +++ b/documentation/client/modules/lib_commands_FUNCTION_RESTORE.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_RESTORE
  • Module lib/commands/FUNCTION_RESTORE

    +
  • Defined in packages/client/lib/commands/FUNCTION_RESTORE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_FUNCTION_STATS.html b/documentation/client/modules/lib_commands_FUNCTION_STATS.html index d649187f16..3ade7482b9 100644 --- a/documentation/client/modules/lib_commands_FUNCTION_STATS.html +++ b/documentation/client/modules/lib_commands_FUNCTION_STATS.html @@ -16,7 +16,7 @@
  • lib/commands/FUNCTION_STATS
  • Module lib/commands/FUNCTION_STATS

    +
  • Defined in packages/client/lib/commands/FUNCTION_STATS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEOADD.html b/documentation/client/modules/lib_commands_GEOADD.html index 9a48412970..46f0f22bdf 100644 --- a/documentation/client/modules/lib_commands_GEOADD.html +++ b/documentation/client/modules/lib_commands_GEOADD.html @@ -16,7 +16,7 @@
  • lib/commands/GEOADD
  • Module lib/commands/GEOADD

    +
  • Defined in packages/client/lib/commands/GEOADD.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEODIST.html b/documentation/client/modules/lib_commands_GEODIST.html index 3588564f35..382acc3759 100644 --- a/documentation/client/modules/lib_commands_GEODIST.html +++ b/documentation/client/modules/lib_commands_GEODIST.html @@ -16,7 +16,7 @@
  • lib/commands/GEODIST
  • Module lib/commands/GEODIST

    +
  • Defined in packages/client/lib/commands/GEODIST.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEOHASH.html b/documentation/client/modules/lib_commands_GEOHASH.html index 82e2c9bea6..7ae469347b 100644 --- a/documentation/client/modules/lib_commands_GEOHASH.html +++ b/documentation/client/modules/lib_commands_GEOHASH.html @@ -16,7 +16,7 @@
  • lib/commands/GEOHASH
  • Module lib/commands/GEOHASH

    +
  • Defined in packages/client/lib/commands/GEOHASH.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEOPOS.html b/documentation/client/modules/lib_commands_GEOPOS.html index 901810f189..3b71bb8382 100644 --- a/documentation/client/modules/lib_commands_GEOPOS.html +++ b/documentation/client/modules/lib_commands_GEOPOS.html @@ -16,7 +16,7 @@
  • lib/commands/GEOPOS
  • Module lib/commands/GEOPOS

    +
  • Defined in packages/client/lib/commands/GEOPOS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUS.html b/documentation/client/modules/lib_commands_GEORADIUS.html index e578c61a4c..32be50225f 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS.html +++ b/documentation/client/modules/lib_commands_GEORADIUS.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUS
  • Module lib/commands/GEORADIUS

    +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html index 6698e7d4cb..b8cf83898d 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUSBYMEMBER
  • Module lib/commands/GEORADIUSBYMEMBER

    +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html index 63b00d5dff..ddc7d29c16 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBERSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUSBYMEMBERSTORE
  • Module lib/commands/GEORADIUSBYMEMBERSTORE

    +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBERSTORE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html index 952be47af1..4acbfdedc6 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUSBYMEMBER_RO
  • Module lib/commands/GEORADIUSBYMEMBER_RO

    +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html index e169c65912..e24c55673c 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_RO_WITH.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUSBYMEMBER_RO_WITH
  • Module lib/commands/GEORADIUSBYMEMBER_RO_WITH

    +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO_WITH.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html index d1159c0d9e..d5cda9697a 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUSBYMEMBER_WITH.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUSBYMEMBER_WITH
  • Module lib/commands/GEORADIUSBYMEMBER_WITH

    +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_WITH.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUSSTORE.html b/documentation/client/modules/lib_commands_GEORADIUSSTORE.html index 656bd2bb2a..ca1f9313ef 100644 --- a/documentation/client/modules/lib_commands_GEORADIUSSTORE.html +++ b/documentation/client/modules/lib_commands_GEORADIUSSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUSSTORE
  • Module lib/commands/GEORADIUSSTORE

    +
  • Defined in packages/client/lib/commands/GEORADIUSSTORE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUS_RO.html b/documentation/client/modules/lib_commands_GEORADIUS_RO.html index d2488dcf54..273b4276e8 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS_RO.html +++ b/documentation/client/modules/lib_commands_GEORADIUS_RO.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUS_RO
  • Module lib/commands/GEORADIUS_RO

    +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html b/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html index 184af75497..d5d8e58e9a 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUS_RO_WITH.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUS_RO_WITH
  • Module lib/commands/GEORADIUS_RO_WITH

    +
  • Defined in packages/client/lib/commands/GEORADIUS_RO_WITH.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEORADIUS_WITH.html b/documentation/client/modules/lib_commands_GEORADIUS_WITH.html index 7c11aece6d..f761f6a004 100644 --- a/documentation/client/modules/lib_commands_GEORADIUS_WITH.html +++ b/documentation/client/modules/lib_commands_GEORADIUS_WITH.html @@ -16,7 +16,7 @@
  • lib/commands/GEORADIUS_WITH
  • Module lib/commands/GEORADIUS_WITH

    +
  • Defined in packages/client/lib/commands/GEORADIUS_WITH.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEOSEARCH.html b/documentation/client/modules/lib_commands_GEOSEARCH.html index 881c887b3b..af4db1f447 100644 --- a/documentation/client/modules/lib_commands_GEOSEARCH.html +++ b/documentation/client/modules/lib_commands_GEOSEARCH.html @@ -16,7 +16,7 @@
  • lib/commands/GEOSEARCH
  • Module lib/commands/GEOSEARCH

    +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html b/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html index 2d218f7eab..71f810a7f1 100644 --- a/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html +++ b/documentation/client/modules/lib_commands_GEOSEARCHSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/GEOSEARCHSTORE
  • Module lib/commands/GEOSEARCHSTORE

    +
  • Defined in packages/client/lib/commands/GEOSEARCHSTORE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html b/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html index 3a275a9d5d..7cb42283f5 100644 --- a/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html +++ b/documentation/client/modules/lib_commands_GEOSEARCH_WITH.html @@ -16,7 +16,7 @@
  • lib/commands/GEOSEARCH_WITH
  • Module lib/commands/GEOSEARCH_WITH

    +
  • Defined in packages/client/lib/commands/GEOSEARCH_WITH.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GET.html b/documentation/client/modules/lib_commands_GET.html index 4e24f11613..b531ca0a6e 100644 --- a/documentation/client/modules/lib_commands_GET.html +++ b/documentation/client/modules/lib_commands_GET.html @@ -16,7 +16,7 @@
  • lib/commands/GET
  • Module lib/commands/GET

    +
  • Defined in packages/client/lib/commands/GET.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GETBIT.html b/documentation/client/modules/lib_commands_GETBIT.html index e90b7f2cb9..a69d2b8735 100644 --- a/documentation/client/modules/lib_commands_GETBIT.html +++ b/documentation/client/modules/lib_commands_GETBIT.html @@ -16,7 +16,7 @@
  • lib/commands/GETBIT
  • Module lib/commands/GETBIT

    +
  • Defined in packages/client/lib/commands/GETBIT.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GETDEL.html b/documentation/client/modules/lib_commands_GETDEL.html index c2121dd450..2b512b1120 100644 --- a/documentation/client/modules/lib_commands_GETDEL.html +++ b/documentation/client/modules/lib_commands_GETDEL.html @@ -16,7 +16,7 @@
  • lib/commands/GETDEL
  • Module lib/commands/GETDEL

    +
  • Defined in packages/client/lib/commands/GETDEL.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GETEX.html b/documentation/client/modules/lib_commands_GETEX.html index 3e3358065e..6ce89a99e7 100644 --- a/documentation/client/modules/lib_commands_GETEX.html +++ b/documentation/client/modules/lib_commands_GETEX.html @@ -16,7 +16,7 @@
  • lib/commands/GETEX
  • Module lib/commands/GETEX

    +
  • Defined in packages/client/lib/commands/GETEX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GETRANGE.html b/documentation/client/modules/lib_commands_GETRANGE.html index 127b46abe5..8ea8307029 100644 --- a/documentation/client/modules/lib_commands_GETRANGE.html +++ b/documentation/client/modules/lib_commands_GETRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/GETRANGE
  • Module lib/commands/GETRANGE

    +
  • Defined in packages/client/lib/commands/GETRANGE.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_GETSET.html b/documentation/client/modules/lib_commands_GETSET.html index 40688bf789..6225febea7 100644 --- a/documentation/client/modules/lib_commands_GETSET.html +++ b/documentation/client/modules/lib_commands_GETSET.html @@ -16,7 +16,7 @@
  • lib/commands/GETSET
  • Module lib/commands/GETSET

    +
  • Defined in packages/client/lib/commands/GETSET.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HDEL.html b/documentation/client/modules/lib_commands_HDEL.html index fe254d28b4..431797922c 100644 --- a/documentation/client/modules/lib_commands_HDEL.html +++ b/documentation/client/modules/lib_commands_HDEL.html @@ -16,7 +16,7 @@
  • lib/commands/HDEL
  • Module lib/commands/HDEL

    +
  • Defined in packages/client/lib/commands/HDEL.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HELLO.html b/documentation/client/modules/lib_commands_HELLO.html index 0309ccb53a..cbb98d5876 100644 --- a/documentation/client/modules/lib_commands_HELLO.html +++ b/documentation/client/modules/lib_commands_HELLO.html @@ -16,7 +16,7 @@
  • lib/commands/HELLO
  • Module lib/commands/HELLO

    +
  • Defined in packages/client/lib/commands/HELLO.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HEXISTS.html b/documentation/client/modules/lib_commands_HEXISTS.html index 0a123113a3..97a0c83fdf 100644 --- a/documentation/client/modules/lib_commands_HEXISTS.html +++ b/documentation/client/modules/lib_commands_HEXISTS.html @@ -16,7 +16,7 @@
  • lib/commands/HEXISTS
  • Module lib/commands/HEXISTS

    +
  • Defined in packages/client/lib/commands/HEXISTS.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HGET.html b/documentation/client/modules/lib_commands_HGET.html index 2e908aaa51..a9dae3008b 100644 --- a/documentation/client/modules/lib_commands_HGET.html +++ b/documentation/client/modules/lib_commands_HGET.html @@ -16,7 +16,7 @@
  • lib/commands/HGET
  • Module lib/commands/HGET

    +
  • Defined in packages/client/lib/commands/HGET.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HGETALL.html b/documentation/client/modules/lib_commands_HGETALL.html index b663526a86..c2970f510d 100644 --- a/documentation/client/modules/lib_commands_HGETALL.html +++ b/documentation/client/modules/lib_commands_HGETALL.html @@ -16,7 +16,7 @@
  • lib/commands/HGETALL
  • Module lib/commands/HGETALL

    +
  • Defined in packages/client/lib/commands/HGETALL.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HINCRBY.html b/documentation/client/modules/lib_commands_HINCRBY.html index dc50937a36..37d735c507 100644 --- a/documentation/client/modules/lib_commands_HINCRBY.html +++ b/documentation/client/modules/lib_commands_HINCRBY.html @@ -16,7 +16,7 @@
  • lib/commands/HINCRBY
  • Module lib/commands/HINCRBY

    +
  • Defined in packages/client/lib/commands/HINCRBY.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HINCRBYFLOAT.html b/documentation/client/modules/lib_commands_HINCRBYFLOAT.html index 2e4ada5ce8..c92770f925 100644 --- a/documentation/client/modules/lib_commands_HINCRBYFLOAT.html +++ b/documentation/client/modules/lib_commands_HINCRBYFLOAT.html @@ -16,7 +16,7 @@
  • lib/commands/HINCRBYFLOAT
  • Module lib/commands/HINCRBYFLOAT

    +
  • Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HKEYS.html b/documentation/client/modules/lib_commands_HKEYS.html index e5d2b33b6d..ad48af412b 100644 --- a/documentation/client/modules/lib_commands_HKEYS.html +++ b/documentation/client/modules/lib_commands_HKEYS.html @@ -16,7 +16,7 @@
  • lib/commands/HKEYS
  • Module lib/commands/HKEYS

    +
  • Defined in packages/client/lib/commands/HKEYS.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HLEN.html b/documentation/client/modules/lib_commands_HLEN.html index 9b59c4c3b5..580bfdf249 100644 --- a/documentation/client/modules/lib_commands_HLEN.html +++ b/documentation/client/modules/lib_commands_HLEN.html @@ -16,7 +16,7 @@
  • lib/commands/HLEN
  • Module lib/commands/HLEN

    +
  • Defined in packages/client/lib/commands/HLEN.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HMGET.html b/documentation/client/modules/lib_commands_HMGET.html index 0fb9b13997..03c63872cc 100644 --- a/documentation/client/modules/lib_commands_HMGET.html +++ b/documentation/client/modules/lib_commands_HMGET.html @@ -16,7 +16,7 @@
  • lib/commands/HMGET
  • Module lib/commands/HMGET

    +
  • Defined in packages/client/lib/commands/HMGET.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HRANDFIELD.html b/documentation/client/modules/lib_commands_HRANDFIELD.html index d67da32f74..6eb3dad7d9 100644 --- a/documentation/client/modules/lib_commands_HRANDFIELD.html +++ b/documentation/client/modules/lib_commands_HRANDFIELD.html @@ -16,7 +16,7 @@
  • lib/commands/HRANDFIELD
  • Module lib/commands/HRANDFIELD

    +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html index 77be55ee96..f0a0c68c58 100644 --- a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html +++ b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/HRANDFIELD_COUNT
  • Module lib/commands/HRANDFIELD_COUNT

    +
  • Defined in packages/client/lib/commands/HRANDFIELD_COUNT.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html index 920386d5e0..a6fefc48dc 100644 --- a/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html +++ b/documentation/client/modules/lib_commands_HRANDFIELD_COUNT_WITHVALUES.html @@ -16,7 +16,7 @@
  • lib/commands/HRANDFIELD_COUNT_WITHVALUES
  • Module lib/commands/HRANDFIELD_COUNT_WITHVALUES

    +
  • Defined in packages/client/lib/commands/HRANDFIELD_COUNT_WITHVALUES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HSCAN.html b/documentation/client/modules/lib_commands_HSCAN.html index 1eebb82e04..57225696ce 100644 --- a/documentation/client/modules/lib_commands_HSCAN.html +++ b/documentation/client/modules/lib_commands_HSCAN.html @@ -16,7 +16,7 @@
  • lib/commands/HSCAN
  • Module lib/commands/HSCAN

    +
  • Defined in packages/client/lib/commands/HSCAN.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HSET.html b/documentation/client/modules/lib_commands_HSET.html index a28dee9738..ea290458a7 100644 --- a/documentation/client/modules/lib_commands_HSET.html +++ b/documentation/client/modules/lib_commands_HSET.html @@ -16,7 +16,7 @@
  • lib/commands/HSET
  • Module lib/commands/HSET

    +
  • Defined in packages/client/lib/commands/HSET.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HSETNX.html b/documentation/client/modules/lib_commands_HSETNX.html index 7e5048004b..f0fec7f51f 100644 --- a/documentation/client/modules/lib_commands_HSETNX.html +++ b/documentation/client/modules/lib_commands_HSETNX.html @@ -16,7 +16,7 @@
  • lib/commands/HSETNX
  • Module lib/commands/HSETNX

    +
  • Defined in packages/client/lib/commands/HSETNX.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HSTRLEN.html b/documentation/client/modules/lib_commands_HSTRLEN.html index 9d8dcabe55..98c69e3cdf 100644 --- a/documentation/client/modules/lib_commands_HSTRLEN.html +++ b/documentation/client/modules/lib_commands_HSTRLEN.html @@ -16,7 +16,7 @@
  • lib/commands/HSTRLEN
  • Module lib/commands/HSTRLEN

    +
  • Defined in packages/client/lib/commands/HSTRLEN.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_HVALS.html b/documentation/client/modules/lib_commands_HVALS.html index d4cc8793f6..e67037c2ca 100644 --- a/documentation/client/modules/lib_commands_HVALS.html +++ b/documentation/client/modules/lib_commands_HVALS.html @@ -16,7 +16,7 @@
  • lib/commands/HVALS
  • Module lib/commands/HVALS

    +
  • Defined in packages/client/lib/commands/HVALS.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_INCR.html b/documentation/client/modules/lib_commands_INCR.html index de358ecb98..e6f4e73ed0 100644 --- a/documentation/client/modules/lib_commands_INCR.html +++ b/documentation/client/modules/lib_commands_INCR.html @@ -16,7 +16,7 @@
  • lib/commands/INCR
  • Module lib/commands/INCR

    +
  • Defined in packages/client/lib/commands/INCR.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_INCRBY.html b/documentation/client/modules/lib_commands_INCRBY.html index 5c648e4c54..eb1e8cdf58 100644 --- a/documentation/client/modules/lib_commands_INCRBY.html +++ b/documentation/client/modules/lib_commands_INCRBY.html @@ -16,7 +16,7 @@
  • lib/commands/INCRBY
  • Module lib/commands/INCRBY

    +
  • Defined in packages/client/lib/commands/INCRBY.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_INCRBYFLOAT.html b/documentation/client/modules/lib_commands_INCRBYFLOAT.html index 7ee2226a88..a613381019 100644 --- a/documentation/client/modules/lib_commands_INCRBYFLOAT.html +++ b/documentation/client/modules/lib_commands_INCRBYFLOAT.html @@ -16,7 +16,7 @@
  • lib/commands/INCRBYFLOAT
  • Module lib/commands/INCRBYFLOAT

    +
  • Defined in packages/client/lib/commands/INCRBYFLOAT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_INFO.html b/documentation/client/modules/lib_commands_INFO.html index 50a0c1fa47..ceadfcbfd1 100644 --- a/documentation/client/modules/lib_commands_INFO.html +++ b/documentation/client/modules/lib_commands_INFO.html @@ -16,7 +16,7 @@
  • lib/commands/INFO
  • Module lib/commands/INFO

    +
  • Defined in packages/client/lib/commands/INFO.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_KEYS.html b/documentation/client/modules/lib_commands_KEYS.html index 3dfcef8916..772fc9c95e 100644 --- a/documentation/client/modules/lib_commands_KEYS.html +++ b/documentation/client/modules/lib_commands_KEYS.html @@ -16,7 +16,7 @@
  • lib/commands/KEYS
  • Module lib/commands/KEYS

    +
  • Defined in packages/client/lib/commands/KEYS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LASTSAVE.html b/documentation/client/modules/lib_commands_LASTSAVE.html index 63866e6550..de6e92741b 100644 --- a/documentation/client/modules/lib_commands_LASTSAVE.html +++ b/documentation/client/modules/lib_commands_LASTSAVE.html @@ -16,7 +16,7 @@
  • lib/commands/LASTSAVE
  • Module lib/commands/LASTSAVE

    +
  • Defined in packages/client/lib/commands/LASTSAVE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html b/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html index 108a47150c..23808b9851 100644 --- a/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html +++ b/documentation/client/modules/lib_commands_LATENCY_DOCTOR.html @@ -16,7 +16,7 @@
  • lib/commands/LATENCY_DOCTOR
  • Module lib/commands/LATENCY_DOCTOR

    +
  • Defined in packages/client/lib/commands/LATENCY_DOCTOR.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LATENCY_GRAPH.html b/documentation/client/modules/lib_commands_LATENCY_GRAPH.html index 2907a7ae21..863b839420 100644 --- a/documentation/client/modules/lib_commands_LATENCY_GRAPH.html +++ b/documentation/client/modules/lib_commands_LATENCY_GRAPH.html @@ -16,7 +16,7 @@
  • lib/commands/LATENCY_GRAPH
  • Module lib/commands/LATENCY_GRAPH

    +
  • Defined in packages/client/lib/commands/LATENCY_GRAPH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LCS.html b/documentation/client/modules/lib_commands_LCS.html index e083ff16f2..af07356c7d 100644 --- a/documentation/client/modules/lib_commands_LCS.html +++ b/documentation/client/modules/lib_commands_LCS.html @@ -16,7 +16,7 @@
  • lib/commands/LCS
  • Module lib/commands/LCS

    +
  • Defined in packages/client/lib/commands/LCS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LCS_IDX.html b/documentation/client/modules/lib_commands_LCS_IDX.html index 0869a3519d..d3678afc84 100644 --- a/documentation/client/modules/lib_commands_LCS_IDX.html +++ b/documentation/client/modules/lib_commands_LCS_IDX.html @@ -16,7 +16,7 @@
  • lib/commands/LCS_IDX
  • Module lib/commands/LCS_IDX

    +
  • Defined in packages/client/lib/commands/LCS_IDX.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html b/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html index f1bae98022..5023b9b358 100644 --- a/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html +++ b/documentation/client/modules/lib_commands_LCS_IDX_WITHMATCHLEN.html @@ -16,7 +16,7 @@
  • lib/commands/LCS_IDX_WITHMATCHLEN
  • Module lib/commands/LCS_IDX_WITHMATCHLEN

    +
  • Defined in packages/client/lib/commands/LCS_IDX_WITHMATCHLEN.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LCS_LEN.html b/documentation/client/modules/lib_commands_LCS_LEN.html index 944e2c3a13..4353aa28de 100644 --- a/documentation/client/modules/lib_commands_LCS_LEN.html +++ b/documentation/client/modules/lib_commands_LCS_LEN.html @@ -16,7 +16,7 @@
  • lib/commands/LCS_LEN
  • Module lib/commands/LCS_LEN

    +
  • Defined in packages/client/lib/commands/LCS_LEN.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LINDEX.html b/documentation/client/modules/lib_commands_LINDEX.html index 23fad846c1..c81054d1f5 100644 --- a/documentation/client/modules/lib_commands_LINDEX.html +++ b/documentation/client/modules/lib_commands_LINDEX.html @@ -16,7 +16,7 @@
  • lib/commands/LINDEX
  • Module lib/commands/LINDEX

    +
  • Defined in packages/client/lib/commands/LINDEX.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LINSERT.html b/documentation/client/modules/lib_commands_LINSERT.html index f19043611a..2ba66c1b15 100644 --- a/documentation/client/modules/lib_commands_LINSERT.html +++ b/documentation/client/modules/lib_commands_LINSERT.html @@ -16,7 +16,7 @@
  • lib/commands/LINSERT
  • Module lib/commands/LINSERT

    +
  • Defined in packages/client/lib/commands/LINSERT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LLEN.html b/documentation/client/modules/lib_commands_LLEN.html index 4ff40331e5..29b969cbce 100644 --- a/documentation/client/modules/lib_commands_LLEN.html +++ b/documentation/client/modules/lib_commands_LLEN.html @@ -16,7 +16,7 @@
  • lib/commands/LLEN
  • Module lib/commands/LLEN

    +
  • Defined in packages/client/lib/commands/LLEN.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LMOVE.html b/documentation/client/modules/lib_commands_LMOVE.html index 978798c92a..2fa4859a79 100644 --- a/documentation/client/modules/lib_commands_LMOVE.html +++ b/documentation/client/modules/lib_commands_LMOVE.html @@ -16,7 +16,7 @@
  • lib/commands/LMOVE
  • Module lib/commands/LMOVE

    +
  • Defined in packages/client/lib/commands/LMOVE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LMPOP.html b/documentation/client/modules/lib_commands_LMPOP.html index b0bda958cb..0b8bb5e59c 100644 --- a/documentation/client/modules/lib_commands_LMPOP.html +++ b/documentation/client/modules/lib_commands_LMPOP.html @@ -16,7 +16,7 @@
  • lib/commands/LMPOP
  • Module lib/commands/LMPOP

    +
  • Defined in packages/client/lib/commands/LMPOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LOLWUT.html b/documentation/client/modules/lib_commands_LOLWUT.html index c4294daeef..e72074282a 100644 --- a/documentation/client/modules/lib_commands_LOLWUT.html +++ b/documentation/client/modules/lib_commands_LOLWUT.html @@ -16,7 +16,7 @@
  • lib/commands/LOLWUT
  • Module lib/commands/LOLWUT

    +
  • Defined in packages/client/lib/commands/LOLWUT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LPOP.html b/documentation/client/modules/lib_commands_LPOP.html index 21faf7e3b9..320e979ac2 100644 --- a/documentation/client/modules/lib_commands_LPOP.html +++ b/documentation/client/modules/lib_commands_LPOP.html @@ -16,7 +16,7 @@
  • lib/commands/LPOP
  • Module lib/commands/LPOP

    +
  • Defined in packages/client/lib/commands/LPOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LPOP_COUNT.html b/documentation/client/modules/lib_commands_LPOP_COUNT.html index 2908edf3d7..5d09fc2a05 100644 --- a/documentation/client/modules/lib_commands_LPOP_COUNT.html +++ b/documentation/client/modules/lib_commands_LPOP_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/LPOP_COUNT
  • Module lib/commands/LPOP_COUNT

    +
  • Defined in packages/client/lib/commands/LPOP_COUNT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LPOS.html b/documentation/client/modules/lib_commands_LPOS.html index bc834b03ba..7c38b74d04 100644 --- a/documentation/client/modules/lib_commands_LPOS.html +++ b/documentation/client/modules/lib_commands_LPOS.html @@ -16,7 +16,7 @@
  • lib/commands/LPOS
  • Module lib/commands/LPOS

    +
  • Defined in packages/client/lib/commands/LPOS.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LPOS_COUNT.html b/documentation/client/modules/lib_commands_LPOS_COUNT.html index 21731b3101..0b529d8940 100644 --- a/documentation/client/modules/lib_commands_LPOS_COUNT.html +++ b/documentation/client/modules/lib_commands_LPOS_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/LPOS_COUNT
  • Module lib/commands/LPOS_COUNT

    +
  • Defined in packages/client/lib/commands/LPOS_COUNT.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LPUSH.html b/documentation/client/modules/lib_commands_LPUSH.html index e6b4d718dd..3e23a42430 100644 --- a/documentation/client/modules/lib_commands_LPUSH.html +++ b/documentation/client/modules/lib_commands_LPUSH.html @@ -16,7 +16,7 @@
  • lib/commands/LPUSH
  • Module lib/commands/LPUSH

    +
  • Defined in packages/client/lib/commands/LPUSH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LPUSHX.html b/documentation/client/modules/lib_commands_LPUSHX.html index a4e2389bb4..3fc34ab5f0 100644 --- a/documentation/client/modules/lib_commands_LPUSHX.html +++ b/documentation/client/modules/lib_commands_LPUSHX.html @@ -16,7 +16,7 @@
  • lib/commands/LPUSHX
  • Module lib/commands/LPUSHX

    +
  • Defined in packages/client/lib/commands/LPUSHX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LRANGE.html b/documentation/client/modules/lib_commands_LRANGE.html index 931fc3d4ec..0d9fd84a3e 100644 --- a/documentation/client/modules/lib_commands_LRANGE.html +++ b/documentation/client/modules/lib_commands_LRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/LRANGE
  • Module lib/commands/LRANGE

    +
  • Defined in packages/client/lib/commands/LRANGE.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LREM.html b/documentation/client/modules/lib_commands_LREM.html index 7e50b7f534..138c04b335 100644 --- a/documentation/client/modules/lib_commands_LREM.html +++ b/documentation/client/modules/lib_commands_LREM.html @@ -16,7 +16,7 @@
  • lib/commands/LREM
  • Module lib/commands/LREM

    +
  • Defined in packages/client/lib/commands/LREM.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LSET.html b/documentation/client/modules/lib_commands_LSET.html index 8feb1ccaf4..5f8df1682d 100644 --- a/documentation/client/modules/lib_commands_LSET.html +++ b/documentation/client/modules/lib_commands_LSET.html @@ -16,7 +16,7 @@
  • lib/commands/LSET
  • Module lib/commands/LSET

    +
  • Defined in packages/client/lib/commands/LSET.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_LTRIM.html b/documentation/client/modules/lib_commands_LTRIM.html index a4ded4e468..aa33278a87 100644 --- a/documentation/client/modules/lib_commands_LTRIM.html +++ b/documentation/client/modules/lib_commands_LTRIM.html @@ -16,7 +16,7 @@
  • lib/commands/LTRIM
  • Module lib/commands/LTRIM

    +
  • Defined in packages/client/lib/commands/LTRIM.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html b/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html index 3d413ef03d..7f27ecd34d 100644 --- a/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html +++ b/documentation/client/modules/lib_commands_MEMORY_DOCTOR.html @@ -16,7 +16,7 @@
  • lib/commands/MEMORY_DOCTOR
  • Module lib/commands/MEMORY_DOCTOR

    +
  • Defined in packages/client/lib/commands/MEMORY_DOCTOR.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html b/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html index 228d3839f9..8b618d92b7 100644 --- a/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html +++ b/documentation/client/modules/lib_commands_MEMORY_MALLOC_STATS.html @@ -16,7 +16,7 @@
  • lib/commands/MEMORY_MALLOC-STATS
  • Module lib/commands/MEMORY_MALLOC-STATS

    +
  • Defined in packages/client/lib/commands/MEMORY_MALLOC-STATS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MEMORY_PURGE.html b/documentation/client/modules/lib_commands_MEMORY_PURGE.html index 82f4d22e33..1aecf6c1d2 100644 --- a/documentation/client/modules/lib_commands_MEMORY_PURGE.html +++ b/documentation/client/modules/lib_commands_MEMORY_PURGE.html @@ -16,7 +16,7 @@
  • lib/commands/MEMORY_PURGE
  • Module lib/commands/MEMORY_PURGE

    +
  • Defined in packages/client/lib/commands/MEMORY_PURGE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MEMORY_STATS.html b/documentation/client/modules/lib_commands_MEMORY_STATS.html index 9514969a80..d5ba0c6d38 100644 --- a/documentation/client/modules/lib_commands_MEMORY_STATS.html +++ b/documentation/client/modules/lib_commands_MEMORY_STATS.html @@ -16,7 +16,7 @@
  • lib/commands/MEMORY_STATS
  • Module lib/commands/MEMORY_STATS

    +
  • Defined in packages/client/lib/commands/MEMORY_STATS.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MEMORY_USAGE.html b/documentation/client/modules/lib_commands_MEMORY_USAGE.html index c69fb15040..14ddd9ea21 100644 --- a/documentation/client/modules/lib_commands_MEMORY_USAGE.html +++ b/documentation/client/modules/lib_commands_MEMORY_USAGE.html @@ -16,7 +16,7 @@
  • lib/commands/MEMORY_USAGE
  • Module lib/commands/MEMORY_USAGE

    +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MGET.html b/documentation/client/modules/lib_commands_MGET.html index ad59d080ca..35aacc3731 100644 --- a/documentation/client/modules/lib_commands_MGET.html +++ b/documentation/client/modules/lib_commands_MGET.html @@ -16,7 +16,7 @@
  • lib/commands/MGET
  • Module lib/commands/MGET

    +
  • Defined in packages/client/lib/commands/MGET.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MIGRATE.html b/documentation/client/modules/lib_commands_MIGRATE.html index 23a6dd68c9..331c346e19 100644 --- a/documentation/client/modules/lib_commands_MIGRATE.html +++ b/documentation/client/modules/lib_commands_MIGRATE.html @@ -16,7 +16,7 @@
  • lib/commands/MIGRATE
  • Module lib/commands/MIGRATE

    +
  • Defined in packages/client/lib/commands/MIGRATE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MODULE_LIST.html b/documentation/client/modules/lib_commands_MODULE_LIST.html index 3fe4ada4e9..135297abce 100644 --- a/documentation/client/modules/lib_commands_MODULE_LIST.html +++ b/documentation/client/modules/lib_commands_MODULE_LIST.html @@ -16,7 +16,7 @@
  • lib/commands/MODULE_LIST
  • Module lib/commands/MODULE_LIST

    +
  • Defined in packages/client/lib/commands/MODULE_LIST.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MODULE_LOAD.html b/documentation/client/modules/lib_commands_MODULE_LOAD.html index b58ec1786d..fd4e9d1e4e 100644 --- a/documentation/client/modules/lib_commands_MODULE_LOAD.html +++ b/documentation/client/modules/lib_commands_MODULE_LOAD.html @@ -16,7 +16,7 @@
  • lib/commands/MODULE_LOAD
  • Module lib/commands/MODULE_LOAD

    +
  • Defined in packages/client/lib/commands/MODULE_LOAD.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MODULE_UNLOAD.html b/documentation/client/modules/lib_commands_MODULE_UNLOAD.html index 9dd43759c6..b1812be982 100644 --- a/documentation/client/modules/lib_commands_MODULE_UNLOAD.html +++ b/documentation/client/modules/lib_commands_MODULE_UNLOAD.html @@ -16,7 +16,7 @@
  • lib/commands/MODULE_UNLOAD
  • Module lib/commands/MODULE_UNLOAD

    +
  • Defined in packages/client/lib/commands/MODULE_UNLOAD.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MOVE.html b/documentation/client/modules/lib_commands_MOVE.html index 8c99f41400..8c29e77c92 100644 --- a/documentation/client/modules/lib_commands_MOVE.html +++ b/documentation/client/modules/lib_commands_MOVE.html @@ -16,7 +16,7 @@
  • lib/commands/MOVE
  • Module lib/commands/MOVE

    +
  • Defined in packages/client/lib/commands/MOVE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MSET.html b/documentation/client/modules/lib_commands_MSET.html index 6c1f30730b..cc71032500 100644 --- a/documentation/client/modules/lib_commands_MSET.html +++ b/documentation/client/modules/lib_commands_MSET.html @@ -16,7 +16,7 @@
  • lib/commands/MSET
  • Module lib/commands/MSET

    +
  • Defined in packages/client/lib/commands/MSET.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_MSETNX.html b/documentation/client/modules/lib_commands_MSETNX.html index 31de046567..0823d2b222 100644 --- a/documentation/client/modules/lib_commands_MSETNX.html +++ b/documentation/client/modules/lib_commands_MSETNX.html @@ -16,7 +16,7 @@
  • lib/commands/MSETNX
  • Module lib/commands/MSETNX

    +
  • Defined in packages/client/lib/commands/MSETNX.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_OBJECT_ENCODING.html b/documentation/client/modules/lib_commands_OBJECT_ENCODING.html index df36e2874b..1b24041221 100644 --- a/documentation/client/modules/lib_commands_OBJECT_ENCODING.html +++ b/documentation/client/modules/lib_commands_OBJECT_ENCODING.html @@ -16,7 +16,7 @@
  • lib/commands/OBJECT_ENCODING
  • Module lib/commands/OBJECT_ENCODING

    +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_OBJECT_FREQ.html b/documentation/client/modules/lib_commands_OBJECT_FREQ.html index 78d1ed53e8..b69f3d7c84 100644 --- a/documentation/client/modules/lib_commands_OBJECT_FREQ.html +++ b/documentation/client/modules/lib_commands_OBJECT_FREQ.html @@ -16,7 +16,7 @@
  • lib/commands/OBJECT_FREQ
  • Module lib/commands/OBJECT_FREQ

    +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html b/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html index 9296743f67..b93d789751 100644 --- a/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html +++ b/documentation/client/modules/lib_commands_OBJECT_IDLETIME.html @@ -16,7 +16,7 @@
  • lib/commands/OBJECT_IDLETIME
  • Module lib/commands/OBJECT_IDLETIME

    +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html b/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html index dbbced9ab5..b5e5b29b03 100644 --- a/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html +++ b/documentation/client/modules/lib_commands_OBJECT_REFCOUNT.html @@ -16,7 +16,7 @@
  • lib/commands/OBJECT_REFCOUNT
  • Module lib/commands/OBJECT_REFCOUNT

    +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PERSIST.html b/documentation/client/modules/lib_commands_PERSIST.html index 3105fb3587..0c4c03d99c 100644 --- a/documentation/client/modules/lib_commands_PERSIST.html +++ b/documentation/client/modules/lib_commands_PERSIST.html @@ -16,7 +16,7 @@
  • lib/commands/PERSIST
  • Module lib/commands/PERSIST

    +
  • Defined in packages/client/lib/commands/PERSIST.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PEXPIRE.html b/documentation/client/modules/lib_commands_PEXPIRE.html index 65cb1df0e6..91b6caa7f8 100644 --- a/documentation/client/modules/lib_commands_PEXPIRE.html +++ b/documentation/client/modules/lib_commands_PEXPIRE.html @@ -16,7 +16,7 @@
  • lib/commands/PEXPIRE
  • Module lib/commands/PEXPIRE

    +
  • Defined in packages/client/lib/commands/PEXPIRE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PEXPIREAT.html b/documentation/client/modules/lib_commands_PEXPIREAT.html index 572967a88a..d98cf86542 100644 --- a/documentation/client/modules/lib_commands_PEXPIREAT.html +++ b/documentation/client/modules/lib_commands_PEXPIREAT.html @@ -16,7 +16,7 @@
  • lib/commands/PEXPIREAT
  • Module lib/commands/PEXPIREAT

    +
  • Defined in packages/client/lib/commands/PEXPIREAT.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PEXPIRETIME.html b/documentation/client/modules/lib_commands_PEXPIRETIME.html index 192e1195f1..91f9daa5db 100644 --- a/documentation/client/modules/lib_commands_PEXPIRETIME.html +++ b/documentation/client/modules/lib_commands_PEXPIRETIME.html @@ -16,7 +16,7 @@
  • lib/commands/PEXPIRETIME
  • Module lib/commands/PEXPIRETIME

    +
  • Defined in packages/client/lib/commands/PEXPIRETIME.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PFADD.html b/documentation/client/modules/lib_commands_PFADD.html index 75baa5183b..de4be186c0 100644 --- a/documentation/client/modules/lib_commands_PFADD.html +++ b/documentation/client/modules/lib_commands_PFADD.html @@ -16,7 +16,7 @@
  • lib/commands/PFADD
  • Module lib/commands/PFADD

    +
  • Defined in packages/client/lib/commands/PFADD.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PFCOUNT.html b/documentation/client/modules/lib_commands_PFCOUNT.html index 0379fbbd29..3d42bd5e67 100644 --- a/documentation/client/modules/lib_commands_PFCOUNT.html +++ b/documentation/client/modules/lib_commands_PFCOUNT.html @@ -16,7 +16,7 @@
  • lib/commands/PFCOUNT
  • Module lib/commands/PFCOUNT

    +
  • Defined in packages/client/lib/commands/PFCOUNT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PFMERGE.html b/documentation/client/modules/lib_commands_PFMERGE.html index d8abcda125..13da2db320 100644 --- a/documentation/client/modules/lib_commands_PFMERGE.html +++ b/documentation/client/modules/lib_commands_PFMERGE.html @@ -16,7 +16,7 @@
  • lib/commands/PFMERGE
  • Module lib/commands/PFMERGE

    +
  • Defined in packages/client/lib/commands/PFMERGE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PING.html b/documentation/client/modules/lib_commands_PING.html index b5468fcd38..57d5e68446 100644 --- a/documentation/client/modules/lib_commands_PING.html +++ b/documentation/client/modules/lib_commands_PING.html @@ -16,7 +16,7 @@
  • lib/commands/PING
  • Module lib/commands/PING

    +
  • Defined in packages/client/lib/commands/PING.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PSETEX.html b/documentation/client/modules/lib_commands_PSETEX.html index bb8b6bf029..54b9802208 100644 --- a/documentation/client/modules/lib_commands_PSETEX.html +++ b/documentation/client/modules/lib_commands_PSETEX.html @@ -16,7 +16,7 @@
  • lib/commands/PSETEX
  • Module lib/commands/PSETEX

    +
  • Defined in packages/client/lib/commands/PSETEX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PTTL.html b/documentation/client/modules/lib_commands_PTTL.html index 79f4685c51..6feee3d706 100644 --- a/documentation/client/modules/lib_commands_PTTL.html +++ b/documentation/client/modules/lib_commands_PTTL.html @@ -16,7 +16,7 @@
  • lib/commands/PTTL
  • Module lib/commands/PTTL

    +
  • Defined in packages/client/lib/commands/PTTL.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PUBLISH.html b/documentation/client/modules/lib_commands_PUBLISH.html index e230d868bb..dddef26aae 100644 --- a/documentation/client/modules/lib_commands_PUBLISH.html +++ b/documentation/client/modules/lib_commands_PUBLISH.html @@ -16,13 +16,17 @@
  • lib/commands/PUBLISH
  • Module lib/commands/PUBLISH

    +
  • Defined in packages/client/lib/commands/PUBLISH.ts:1
  • Index

    +

    Variables

    +
    +

    Functions

    diff --git a/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html b/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html index 6bc8135eca..88ae173506 100644 --- a/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html +++ b/documentation/client/modules/lib_commands_PUBSUB_CHANNELS.html @@ -16,7 +16,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • Module lib/commands/PUBSUB_CHANNELS

    +
  • Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html b/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html index 9c6c54922b..0ed4750369 100644 --- a/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html +++ b/documentation/client/modules/lib_commands_PUBSUB_NUMPAT.html @@ -16,7 +16,7 @@
  • lib/commands/PUBSUB_NUMPAT
  • Module lib/commands/PUBSUB_NUMPAT

    +
  • Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html b/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html index 57e329c1f1..defd24791d 100644 --- a/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html +++ b/documentation/client/modules/lib_commands_PUBSUB_NUMSUB.html @@ -16,7 +16,7 @@
  • lib/commands/PUBSUB_NUMSUB
  • Module lib/commands/PUBSUB_NUMSUB

    +
  • Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html b/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html new file mode 100644 index 0000000000..9f16468aec --- /dev/null +++ b/documentation/client/modules/lib_commands_PUBSUB_SHARDCHANNELS.html @@ -0,0 +1,415 @@ +lib/commands/PUBSUB_SHARDCHANNELS | @redis/client
    +
    + +
    +
    +
    +
    + +

    Module lib/commands/PUBSUB_SHARDCHANNELS

    +
    +
    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    +

    Functions

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/modules/lib_commands_RANDOMKEY.html b/documentation/client/modules/lib_commands_RANDOMKEY.html index 61b863628a..965f584d7c 100644 --- a/documentation/client/modules/lib_commands_RANDOMKEY.html +++ b/documentation/client/modules/lib_commands_RANDOMKEY.html @@ -16,7 +16,7 @@
  • lib/commands/RANDOMKEY
  • Module lib/commands/RANDOMKEY

    +
  • Defined in packages/client/lib/commands/RANDOMKEY.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_READONLY.html b/documentation/client/modules/lib_commands_READONLY.html index 64fa6697d0..93249a75aa 100644 --- a/documentation/client/modules/lib_commands_READONLY.html +++ b/documentation/client/modules/lib_commands_READONLY.html @@ -16,7 +16,7 @@
  • lib/commands/READONLY
  • Module lib/commands/READONLY

    +
  • Defined in packages/client/lib/commands/READONLY.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_READWRITE.html b/documentation/client/modules/lib_commands_READWRITE.html index 5e88d9e34e..7e1e4090dc 100644 --- a/documentation/client/modules/lib_commands_READWRITE.html +++ b/documentation/client/modules/lib_commands_READWRITE.html @@ -16,7 +16,7 @@
  • lib/commands/READWRITE
  • Module lib/commands/READWRITE

    +
  • Defined in packages/client/lib/commands/READWRITE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RENAME.html b/documentation/client/modules/lib_commands_RENAME.html index 34805d2bf6..1a2d52ef6b 100644 --- a/documentation/client/modules/lib_commands_RENAME.html +++ b/documentation/client/modules/lib_commands_RENAME.html @@ -16,7 +16,7 @@
  • lib/commands/RENAME
  • Module lib/commands/RENAME

    +
  • Defined in packages/client/lib/commands/RENAME.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RENAMENX.html b/documentation/client/modules/lib_commands_RENAMENX.html index 7f6b3fe967..a9d19d65f0 100644 --- a/documentation/client/modules/lib_commands_RENAMENX.html +++ b/documentation/client/modules/lib_commands_RENAMENX.html @@ -16,7 +16,7 @@
  • lib/commands/RENAMENX
  • Module lib/commands/RENAMENX

    +
  • Defined in packages/client/lib/commands/RENAMENX.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_REPLICAOF.html b/documentation/client/modules/lib_commands_REPLICAOF.html index 6cf244ad47..9af989fbdb 100644 --- a/documentation/client/modules/lib_commands_REPLICAOF.html +++ b/documentation/client/modules/lib_commands_REPLICAOF.html @@ -16,7 +16,7 @@
  • lib/commands/REPLICAOF
  • Module lib/commands/REPLICAOF

    +
  • Defined in packages/client/lib/commands/REPLICAOF.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RESTORE_ASKING.html b/documentation/client/modules/lib_commands_RESTORE_ASKING.html index 1ea61d45c9..763529d208 100644 --- a/documentation/client/modules/lib_commands_RESTORE_ASKING.html +++ b/documentation/client/modules/lib_commands_RESTORE_ASKING.html @@ -16,7 +16,7 @@
  • lib/commands/RESTORE-ASKING
  • Module lib/commands/RESTORE-ASKING

    +
  • Defined in packages/client/lib/commands/RESTORE-ASKING.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ROLE.html b/documentation/client/modules/lib_commands_ROLE.html index 389c10d9b5..643de5737e 100644 --- a/documentation/client/modules/lib_commands_ROLE.html +++ b/documentation/client/modules/lib_commands_ROLE.html @@ -16,7 +16,7 @@
  • lib/commands/ROLE
  • Module lib/commands/ROLE

    +
  • Defined in packages/client/lib/commands/ROLE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RPOP.html b/documentation/client/modules/lib_commands_RPOP.html index f879c32423..ca13a0b04b 100644 --- a/documentation/client/modules/lib_commands_RPOP.html +++ b/documentation/client/modules/lib_commands_RPOP.html @@ -16,7 +16,7 @@
  • lib/commands/RPOP
  • Module lib/commands/RPOP

    +
  • Defined in packages/client/lib/commands/RPOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RPOPLPUSH.html b/documentation/client/modules/lib_commands_RPOPLPUSH.html index d449d29d69..21546f47da 100644 --- a/documentation/client/modules/lib_commands_RPOPLPUSH.html +++ b/documentation/client/modules/lib_commands_RPOPLPUSH.html @@ -16,7 +16,7 @@
  • lib/commands/RPOPLPUSH
  • Module lib/commands/RPOPLPUSH

    +
  • Defined in packages/client/lib/commands/RPOPLPUSH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RPOP_COUNT.html b/documentation/client/modules/lib_commands_RPOP_COUNT.html index 970904814c..5ecc689f65 100644 --- a/documentation/client/modules/lib_commands_RPOP_COUNT.html +++ b/documentation/client/modules/lib_commands_RPOP_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/RPOP_COUNT
  • Module lib/commands/RPOP_COUNT

    +
  • Defined in packages/client/lib/commands/RPOP_COUNT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RPUSH.html b/documentation/client/modules/lib_commands_RPUSH.html index 3d05f95f38..d34e17b92d 100644 --- a/documentation/client/modules/lib_commands_RPUSH.html +++ b/documentation/client/modules/lib_commands_RPUSH.html @@ -16,7 +16,7 @@
  • lib/commands/RPUSH
  • Module lib/commands/RPUSH

    +
  • Defined in packages/client/lib/commands/RPUSH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_RPUSHX.html b/documentation/client/modules/lib_commands_RPUSHX.html index f1aed93b8a..61297a7711 100644 --- a/documentation/client/modules/lib_commands_RPUSHX.html +++ b/documentation/client/modules/lib_commands_RPUSHX.html @@ -16,7 +16,7 @@
  • lib/commands/RPUSHX
  • Module lib/commands/RPUSHX

    +
  • Defined in packages/client/lib/commands/RPUSHX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SADD.html b/documentation/client/modules/lib_commands_SADD.html index 890c6045ab..2bcd20fa1a 100644 --- a/documentation/client/modules/lib_commands_SADD.html +++ b/documentation/client/modules/lib_commands_SADD.html @@ -16,7 +16,7 @@
  • lib/commands/SADD
  • Module lib/commands/SADD

    +
  • Defined in packages/client/lib/commands/SADD.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SAVE.html b/documentation/client/modules/lib_commands_SAVE.html index 4dd7933dcc..ae2b976153 100644 --- a/documentation/client/modules/lib_commands_SAVE.html +++ b/documentation/client/modules/lib_commands_SAVE.html @@ -16,7 +16,7 @@
  • lib/commands/SAVE
  • Module lib/commands/SAVE

    +
  • Defined in packages/client/lib/commands/SAVE.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCAN.html b/documentation/client/modules/lib_commands_SCAN.html index f34febaa09..600124c0d3 100644 --- a/documentation/client/modules/lib_commands_SCAN.html +++ b/documentation/client/modules/lib_commands_SCAN.html @@ -16,7 +16,7 @@
  • lib/commands/SCAN
  • Module lib/commands/SCAN

    +
  • Defined in packages/client/lib/commands/SCAN.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCARD.html b/documentation/client/modules/lib_commands_SCARD.html index 0a17fff857..215bfb36c9 100644 --- a/documentation/client/modules/lib_commands_SCARD.html +++ b/documentation/client/modules/lib_commands_SCARD.html @@ -16,7 +16,7 @@
  • lib/commands/SCARD
  • Module lib/commands/SCARD

    +
  • Defined in packages/client/lib/commands/SCARD.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html b/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html index 1d3e21dd5c..f33bc80c7e 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html +++ b/documentation/client/modules/lib_commands_SCRIPT_DEBUG.html @@ -16,7 +16,7 @@
  • lib/commands/SCRIPT_DEBUG
  • Module lib/commands/SCRIPT_DEBUG

    +
  • Defined in packages/client/lib/commands/SCRIPT_DEBUG.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html b/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html index 0099df32f5..c6c19afc56 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html +++ b/documentation/client/modules/lib_commands_SCRIPT_EXISTS.html @@ -16,7 +16,7 @@
  • lib/commands/SCRIPT_EXISTS
  • Module lib/commands/SCRIPT_EXISTS

    +
  • Defined in packages/client/lib/commands/SCRIPT_EXISTS.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html b/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html index 004110f9dc..e58f7f425c 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html +++ b/documentation/client/modules/lib_commands_SCRIPT_FLUSH.html @@ -16,7 +16,7 @@
  • lib/commands/SCRIPT_FLUSH
  • Module lib/commands/SCRIPT_FLUSH

    +
  • Defined in packages/client/lib/commands/SCRIPT_FLUSH.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCRIPT_KILL.html b/documentation/client/modules/lib_commands_SCRIPT_KILL.html index ee57c7f655..f6d220dad7 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_KILL.html +++ b/documentation/client/modules/lib_commands_SCRIPT_KILL.html @@ -16,7 +16,7 @@
  • lib/commands/SCRIPT_KILL
  • Module lib/commands/SCRIPT_KILL

    +
  • Defined in packages/client/lib/commands/SCRIPT_KILL.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SCRIPT_LOAD.html b/documentation/client/modules/lib_commands_SCRIPT_LOAD.html index 766e627a9f..a9c57a1223 100644 --- a/documentation/client/modules/lib_commands_SCRIPT_LOAD.html +++ b/documentation/client/modules/lib_commands_SCRIPT_LOAD.html @@ -16,7 +16,7 @@
  • lib/commands/SCRIPT_LOAD
  • Module lib/commands/SCRIPT_LOAD

    +
  • Defined in packages/client/lib/commands/SCRIPT_LOAD.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SDIFF.html b/documentation/client/modules/lib_commands_SDIFF.html index 7fd38aa6a8..51b1ccf490 100644 --- a/documentation/client/modules/lib_commands_SDIFF.html +++ b/documentation/client/modules/lib_commands_SDIFF.html @@ -16,7 +16,7 @@
  • lib/commands/SDIFF
  • Module lib/commands/SDIFF

    +
  • Defined in packages/client/lib/commands/SDIFF.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SDIFFSTORE.html b/documentation/client/modules/lib_commands_SDIFFSTORE.html index f2246c074d..a58ff06a79 100644 --- a/documentation/client/modules/lib_commands_SDIFFSTORE.html +++ b/documentation/client/modules/lib_commands_SDIFFSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/SDIFFSTORE
  • Module lib/commands/SDIFFSTORE

    +
  • Defined in packages/client/lib/commands/SDIFFSTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SET.html b/documentation/client/modules/lib_commands_SET.html index 95eeb28ea6..672027646e 100644 --- a/documentation/client/modules/lib_commands_SET.html +++ b/documentation/client/modules/lib_commands_SET.html @@ -16,7 +16,7 @@
  • lib/commands/SET
  • Module lib/commands/SET

    +
  • Defined in packages/client/lib/commands/SET.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SETBIT.html b/documentation/client/modules/lib_commands_SETBIT.html index f5b653b181..6f40361656 100644 --- a/documentation/client/modules/lib_commands_SETBIT.html +++ b/documentation/client/modules/lib_commands_SETBIT.html @@ -16,7 +16,7 @@
  • lib/commands/SETBIT
  • Module lib/commands/SETBIT

    +
  • Defined in packages/client/lib/commands/SETBIT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SETEX.html b/documentation/client/modules/lib_commands_SETEX.html index e9b20caeb5..4481796c05 100644 --- a/documentation/client/modules/lib_commands_SETEX.html +++ b/documentation/client/modules/lib_commands_SETEX.html @@ -16,7 +16,7 @@
  • lib/commands/SETEX
  • Module lib/commands/SETEX

    +
  • Defined in packages/client/lib/commands/SETEX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SETNX.html b/documentation/client/modules/lib_commands_SETNX.html index c99d91d305..229de1eae3 100644 --- a/documentation/client/modules/lib_commands_SETNX.html +++ b/documentation/client/modules/lib_commands_SETNX.html @@ -16,7 +16,7 @@
  • lib/commands/SETNX
  • Module lib/commands/SETNX

    +
  • Defined in packages/client/lib/commands/SETNX.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SETRANGE.html b/documentation/client/modules/lib_commands_SETRANGE.html index 0651e7a1f5..37acc3dc31 100644 --- a/documentation/client/modules/lib_commands_SETRANGE.html +++ b/documentation/client/modules/lib_commands_SETRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/SETRANGE
  • Module lib/commands/SETRANGE

    +
  • Defined in packages/client/lib/commands/SETRANGE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SHUTDOWN.html b/documentation/client/modules/lib_commands_SHUTDOWN.html index 75d218b38d..0d50a38266 100644 --- a/documentation/client/modules/lib_commands_SHUTDOWN.html +++ b/documentation/client/modules/lib_commands_SHUTDOWN.html @@ -16,7 +16,7 @@
  • lib/commands/SHUTDOWN
  • Module lib/commands/SHUTDOWN

    +
  • Defined in packages/client/lib/commands/SHUTDOWN.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SINTER.html b/documentation/client/modules/lib_commands_SINTER.html index 28b9e3368b..d750b07735 100644 --- a/documentation/client/modules/lib_commands_SINTER.html +++ b/documentation/client/modules/lib_commands_SINTER.html @@ -16,7 +16,7 @@
  • lib/commands/SINTER
  • Module lib/commands/SINTER

    +
  • Defined in packages/client/lib/commands/SINTER.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SINTERCARD.html b/documentation/client/modules/lib_commands_SINTERCARD.html index 55f2fad200..23735e59a1 100644 --- a/documentation/client/modules/lib_commands_SINTERCARD.html +++ b/documentation/client/modules/lib_commands_SINTERCARD.html @@ -16,7 +16,7 @@
  • lib/commands/SINTERCARD
  • Module lib/commands/SINTERCARD

    +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SINTERSTORE.html b/documentation/client/modules/lib_commands_SINTERSTORE.html index 7bff8583d1..2a7eb7a2d4 100644 --- a/documentation/client/modules/lib_commands_SINTERSTORE.html +++ b/documentation/client/modules/lib_commands_SINTERSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/SINTERSTORE
  • Module lib/commands/SINTERSTORE

    +
  • Defined in packages/client/lib/commands/SINTERSTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SISMEMBER.html b/documentation/client/modules/lib_commands_SISMEMBER.html index 810c2bf640..3d2f0abacf 100644 --- a/documentation/client/modules/lib_commands_SISMEMBER.html +++ b/documentation/client/modules/lib_commands_SISMEMBER.html @@ -16,7 +16,7 @@
  • lib/commands/SISMEMBER
  • Module lib/commands/SISMEMBER

    +
  • Defined in packages/client/lib/commands/SISMEMBER.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SMEMBERS.html b/documentation/client/modules/lib_commands_SMEMBERS.html index a13e0b9ce5..819eddec26 100644 --- a/documentation/client/modules/lib_commands_SMEMBERS.html +++ b/documentation/client/modules/lib_commands_SMEMBERS.html @@ -16,7 +16,7 @@
  • lib/commands/SMEMBERS
  • Module lib/commands/SMEMBERS

    +
  • Defined in packages/client/lib/commands/SMEMBERS.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SMISMEMBER.html b/documentation/client/modules/lib_commands_SMISMEMBER.html index 08ba4700fb..7076060252 100644 --- a/documentation/client/modules/lib_commands_SMISMEMBER.html +++ b/documentation/client/modules/lib_commands_SMISMEMBER.html @@ -16,7 +16,7 @@
  • lib/commands/SMISMEMBER
  • Module lib/commands/SMISMEMBER

    +
  • Defined in packages/client/lib/commands/SMISMEMBER.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SMOVE.html b/documentation/client/modules/lib_commands_SMOVE.html index f1a18052e6..a5fbbb8a89 100644 --- a/documentation/client/modules/lib_commands_SMOVE.html +++ b/documentation/client/modules/lib_commands_SMOVE.html @@ -16,7 +16,7 @@
  • lib/commands/SMOVE
  • Module lib/commands/SMOVE

    +
  • Defined in packages/client/lib/commands/SMOVE.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SORT.html b/documentation/client/modules/lib_commands_SORT.html index 079d89a61d..1eec31fac6 100644 --- a/documentation/client/modules/lib_commands_SORT.html +++ b/documentation/client/modules/lib_commands_SORT.html @@ -16,7 +16,7 @@
  • lib/commands/SORT
  • Module lib/commands/SORT

    +
  • Defined in packages/client/lib/commands/SORT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SORT_RO.html b/documentation/client/modules/lib_commands_SORT_RO.html index 226682de3e..103be88f4b 100644 --- a/documentation/client/modules/lib_commands_SORT_RO.html +++ b/documentation/client/modules/lib_commands_SORT_RO.html @@ -16,7 +16,7 @@
  • lib/commands/SORT_RO
  • Module lib/commands/SORT_RO

    +
  • Defined in packages/client/lib/commands/SORT_RO.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SORT_STORE.html b/documentation/client/modules/lib_commands_SORT_STORE.html index 454a55c5c7..349aade588 100644 --- a/documentation/client/modules/lib_commands_SORT_STORE.html +++ b/documentation/client/modules/lib_commands_SORT_STORE.html @@ -16,7 +16,7 @@
  • lib/commands/SORT_STORE
  • Module lib/commands/SORT_STORE

    +
  • Defined in packages/client/lib/commands/SORT_STORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SPOP.html b/documentation/client/modules/lib_commands_SPOP.html index 6e6e5fd997..960239212c 100644 --- a/documentation/client/modules/lib_commands_SPOP.html +++ b/documentation/client/modules/lib_commands_SPOP.html @@ -16,7 +16,7 @@
  • lib/commands/SPOP
  • Module lib/commands/SPOP

    +
  • Defined in packages/client/lib/commands/SPOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SPUBLISH.html b/documentation/client/modules/lib_commands_SPUBLISH.html new file mode 100644 index 0000000000..fe5020d777 --- /dev/null +++ b/documentation/client/modules/lib_commands_SPUBLISH.html @@ -0,0 +1,417 @@ +lib/commands/SPUBLISH | @redis/client
    +
    + +
    +
    +
    +
    + +

    Module lib/commands/SPUBLISH

    +
    +
    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    +

    Functions

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/modules/lib_commands_SRANDMEMBER.html b/documentation/client/modules/lib_commands_SRANDMEMBER.html index c199fc597c..a01341c2fa 100644 --- a/documentation/client/modules/lib_commands_SRANDMEMBER.html +++ b/documentation/client/modules/lib_commands_SRANDMEMBER.html @@ -16,7 +16,7 @@
  • lib/commands/SRANDMEMBER
  • Module lib/commands/SRANDMEMBER

    +
  • Defined in packages/client/lib/commands/SRANDMEMBER.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html b/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html index b7c3c4d37f..97f038447e 100644 --- a/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html +++ b/documentation/client/modules/lib_commands_SRANDMEMBER_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/SRANDMEMBER_COUNT
  • Module lib/commands/SRANDMEMBER_COUNT

    +
  • Defined in packages/client/lib/commands/SRANDMEMBER_COUNT.ts:1
  • @@ -68,6 +68,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -284,6 +285,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -325,6 +327,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SREM.html b/documentation/client/modules/lib_commands_SREM.html index 555120376a..57d73a4c66 100644 --- a/documentation/client/modules/lib_commands_SREM.html +++ b/documentation/client/modules/lib_commands_SREM.html @@ -16,7 +16,7 @@
  • lib/commands/SREM
  • Module lib/commands/SREM

    +
  • Defined in packages/client/lib/commands/SREM.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SSCAN.html b/documentation/client/modules/lib_commands_SSCAN.html index 3a8e625213..57a09838c0 100644 --- a/documentation/client/modules/lib_commands_SSCAN.html +++ b/documentation/client/modules/lib_commands_SSCAN.html @@ -16,7 +16,7 @@
  • lib/commands/SSCAN
  • Module lib/commands/SSCAN

    +
  • Defined in packages/client/lib/commands/SSCAN.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_STRLEN.html b/documentation/client/modules/lib_commands_STRLEN.html index 483ba7f14b..71da154a70 100644 --- a/documentation/client/modules/lib_commands_STRLEN.html +++ b/documentation/client/modules/lib_commands_STRLEN.html @@ -16,7 +16,7 @@
  • lib/commands/STRLEN
  • Module lib/commands/STRLEN

    +
  • Defined in packages/client/lib/commands/STRLEN.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SUNION.html b/documentation/client/modules/lib_commands_SUNION.html index 27ab9158c0..6141b377a1 100644 --- a/documentation/client/modules/lib_commands_SUNION.html +++ b/documentation/client/modules/lib_commands_SUNION.html @@ -16,7 +16,7 @@
  • lib/commands/SUNION
  • Module lib/commands/SUNION

    +
  • Defined in packages/client/lib/commands/SUNION.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SUNIONSTORE.html b/documentation/client/modules/lib_commands_SUNIONSTORE.html index 52a53d1b20..122572d1c1 100644 --- a/documentation/client/modules/lib_commands_SUNIONSTORE.html +++ b/documentation/client/modules/lib_commands_SUNIONSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/SUNIONSTORE
  • Module lib/commands/SUNIONSTORE

    +
  • Defined in packages/client/lib/commands/SUNIONSTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_SWAPDB.html b/documentation/client/modules/lib_commands_SWAPDB.html index e28ba9e366..38d9b3e038 100644 --- a/documentation/client/modules/lib_commands_SWAPDB.html +++ b/documentation/client/modules/lib_commands_SWAPDB.html @@ -16,7 +16,7 @@
  • lib/commands/SWAPDB
  • Module lib/commands/SWAPDB

    +
  • Defined in packages/client/lib/commands/SWAPDB.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_TIME.html b/documentation/client/modules/lib_commands_TIME.html index 1062dc9b56..670f643946 100644 --- a/documentation/client/modules/lib_commands_TIME.html +++ b/documentation/client/modules/lib_commands_TIME.html @@ -16,7 +16,7 @@
  • lib/commands/TIME
  • Module lib/commands/TIME

    +
  • Defined in packages/client/lib/commands/TIME.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_TOUCH.html b/documentation/client/modules/lib_commands_TOUCH.html index ca6dd9d3c8..098dc5610a 100644 --- a/documentation/client/modules/lib_commands_TOUCH.html +++ b/documentation/client/modules/lib_commands_TOUCH.html @@ -16,7 +16,7 @@
  • lib/commands/TOUCH
  • Module lib/commands/TOUCH

    +
  • Defined in packages/client/lib/commands/TOUCH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_TTL.html b/documentation/client/modules/lib_commands_TTL.html index 95cee69d53..050ef17ae1 100644 --- a/documentation/client/modules/lib_commands_TTL.html +++ b/documentation/client/modules/lib_commands_TTL.html @@ -16,7 +16,7 @@
  • lib/commands/TTL
  • Module lib/commands/TTL

    +
  • Defined in packages/client/lib/commands/TTL.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_TYPE.html b/documentation/client/modules/lib_commands_TYPE.html index 48da574550..e5884ec8a1 100644 --- a/documentation/client/modules/lib_commands_TYPE.html +++ b/documentation/client/modules/lib_commands_TYPE.html @@ -16,7 +16,7 @@
  • lib/commands/TYPE
  • Module lib/commands/TYPE

    +
  • Defined in packages/client/lib/commands/TYPE.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_UNLINK.html b/documentation/client/modules/lib_commands_UNLINK.html index 13c2b990e9..6ff5335202 100644 --- a/documentation/client/modules/lib_commands_UNLINK.html +++ b/documentation/client/modules/lib_commands_UNLINK.html @@ -16,7 +16,7 @@
  • lib/commands/UNLINK
  • Module lib/commands/UNLINK

    +
  • Defined in packages/client/lib/commands/UNLINK.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_UNWATCH.html b/documentation/client/modules/lib_commands_UNWATCH.html index bdaeb3ba32..a1e9c406c4 100644 --- a/documentation/client/modules/lib_commands_UNWATCH.html +++ b/documentation/client/modules/lib_commands_UNWATCH.html @@ -16,7 +16,7 @@
  • lib/commands/UNWATCH
  • Module lib/commands/UNWATCH

    +
  • Defined in packages/client/lib/commands/UNWATCH.ts:1
  • @@ -58,6 +58,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -274,6 +275,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -315,6 +317,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_WAIT.html b/documentation/client/modules/lib_commands_WAIT.html index f2d90221f4..bf79ebd6d5 100644 --- a/documentation/client/modules/lib_commands_WAIT.html +++ b/documentation/client/modules/lib_commands_WAIT.html @@ -16,7 +16,7 @@
  • lib/commands/WAIT
  • Module lib/commands/WAIT

    +
  • Defined in packages/client/lib/commands/WAIT.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_WATCH.html b/documentation/client/modules/lib_commands_WATCH.html index ae0e612f8f..0b70523755 100644 --- a/documentation/client/modules/lib_commands_WATCH.html +++ b/documentation/client/modules/lib_commands_WATCH.html @@ -16,7 +16,7 @@
  • lib/commands/WATCH
  • Module lib/commands/WATCH

    +
  • Defined in packages/client/lib/commands/WATCH.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XACK.html b/documentation/client/modules/lib_commands_XACK.html index ba51aaa492..ff400d736e 100644 --- a/documentation/client/modules/lib_commands_XACK.html +++ b/documentation/client/modules/lib_commands_XACK.html @@ -16,7 +16,7 @@
  • lib/commands/XACK
  • Module lib/commands/XACK

    +
  • Defined in packages/client/lib/commands/XACK.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XADD.html b/documentation/client/modules/lib_commands_XADD.html index 7305697e84..009b11bee0 100644 --- a/documentation/client/modules/lib_commands_XADD.html +++ b/documentation/client/modules/lib_commands_XADD.html @@ -16,7 +16,7 @@
  • lib/commands/XADD
  • Module lib/commands/XADD

    +
  • Defined in packages/client/lib/commands/XADD.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XAUTOCLAIM.html b/documentation/client/modules/lib_commands_XAUTOCLAIM.html index 4484e457ed..01451023b1 100644 --- a/documentation/client/modules/lib_commands_XAUTOCLAIM.html +++ b/documentation/client/modules/lib_commands_XAUTOCLAIM.html @@ -16,7 +16,7 @@
  • lib/commands/XAUTOCLAIM
  • Module lib/commands/XAUTOCLAIM

    +
  • Defined in packages/client/lib/commands/XAUTOCLAIM.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html b/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html index 13a4a64e35..e1881cd4df 100644 --- a/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html +++ b/documentation/client/modules/lib_commands_XAUTOCLAIM_JUSTID.html @@ -16,7 +16,7 @@
  • lib/commands/XAUTOCLAIM_JUSTID
  • Module lib/commands/XAUTOCLAIM_JUSTID

    +
  • Defined in packages/client/lib/commands/XAUTOCLAIM_JUSTID.ts:1
  • @@ -68,6 +68,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -284,6 +285,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -325,6 +327,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XCLAIM.html b/documentation/client/modules/lib_commands_XCLAIM.html index 43eaf3d233..37b0254291 100644 --- a/documentation/client/modules/lib_commands_XCLAIM.html +++ b/documentation/client/modules/lib_commands_XCLAIM.html @@ -16,7 +16,7 @@
  • lib/commands/XCLAIM
  • Module lib/commands/XCLAIM

    +
  • Defined in packages/client/lib/commands/XCLAIM.ts:1
  • @@ -75,6 +75,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -291,6 +292,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -332,6 +334,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html b/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html index 65ecf13eff..4c72c15210 100644 --- a/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html +++ b/documentation/client/modules/lib_commands_XCLAIM_JUSTID.html @@ -16,7 +16,7 @@
  • lib/commands/XCLAIM_JUSTID
  • Module lib/commands/XCLAIM_JUSTID

    +
  • Defined in packages/client/lib/commands/XCLAIM_JUSTID.ts:1
  • @@ -68,6 +68,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -284,6 +285,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -325,6 +327,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XDEL.html b/documentation/client/modules/lib_commands_XDEL.html index aa437a43a7..9a2e3b6997 100644 --- a/documentation/client/modules/lib_commands_XDEL.html +++ b/documentation/client/modules/lib_commands_XDEL.html @@ -16,7 +16,7 @@
  • lib/commands/XDEL
  • Module lib/commands/XDEL

    +
  • Defined in packages/client/lib/commands/XDEL.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XGROUP_CREATE.html b/documentation/client/modules/lib_commands_XGROUP_CREATE.html index 107cb92c5d..98cf0b3c53 100644 --- a/documentation/client/modules/lib_commands_XGROUP_CREATE.html +++ b/documentation/client/modules/lib_commands_XGROUP_CREATE.html @@ -16,7 +16,7 @@
  • lib/commands/XGROUP_CREATE
  • Module lib/commands/XGROUP_CREATE

    +
  • Defined in packages/client/lib/commands/XGROUP_CREATE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html b/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html index 6baad3d4dc..ebb7da90b3 100644 --- a/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html +++ b/documentation/client/modules/lib_commands_XGROUP_CREATECONSUMER.html @@ -16,7 +16,7 @@
  • lib/commands/XGROUP_CREATECONSUMER
  • Module lib/commands/XGROUP_CREATECONSUMER

    +
  • Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html b/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html index 9e8920492a..8fd05aefd7 100644 --- a/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html +++ b/documentation/client/modules/lib_commands_XGROUP_DELCONSUMER.html @@ -16,7 +16,7 @@
  • lib/commands/XGROUP_DELCONSUMER
  • Module lib/commands/XGROUP_DELCONSUMER

    +
  • Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XGROUP_DESTROY.html b/documentation/client/modules/lib_commands_XGROUP_DESTROY.html index 7dce67627e..241be93c01 100644 --- a/documentation/client/modules/lib_commands_XGROUP_DESTROY.html +++ b/documentation/client/modules/lib_commands_XGROUP_DESTROY.html @@ -16,7 +16,7 @@
  • lib/commands/XGROUP_DESTROY
  • Module lib/commands/XGROUP_DESTROY

    +
  • Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XGROUP_SETID.html b/documentation/client/modules/lib_commands_XGROUP_SETID.html index 8451b203f6..37a3832568 100644 --- a/documentation/client/modules/lib_commands_XGROUP_SETID.html +++ b/documentation/client/modules/lib_commands_XGROUP_SETID.html @@ -16,7 +16,7 @@
  • lib/commands/XGROUP_SETID
  • Module lib/commands/XGROUP_SETID

    +
  • Defined in packages/client/lib/commands/XGROUP_SETID.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html b/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html index 00c9560a29..1b39fb7464 100644 --- a/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html +++ b/documentation/client/modules/lib_commands_XINFO_CONSUMERS.html @@ -16,7 +16,7 @@
  • lib/commands/XINFO_CONSUMERS
  • Module lib/commands/XINFO_CONSUMERS

    +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XINFO_GROUPS.html b/documentation/client/modules/lib_commands_XINFO_GROUPS.html index 1ee846fd1b..836c24063a 100644 --- a/documentation/client/modules/lib_commands_XINFO_GROUPS.html +++ b/documentation/client/modules/lib_commands_XINFO_GROUPS.html @@ -16,7 +16,7 @@
  • lib/commands/XINFO_GROUPS
  • Module lib/commands/XINFO_GROUPS

    +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XINFO_STREAM.html b/documentation/client/modules/lib_commands_XINFO_STREAM.html index 0103621d27..77b988cba0 100644 --- a/documentation/client/modules/lib_commands_XINFO_STREAM.html +++ b/documentation/client/modules/lib_commands_XINFO_STREAM.html @@ -16,7 +16,7 @@
  • lib/commands/XINFO_STREAM
  • Module lib/commands/XINFO_STREAM

    +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XLEN.html b/documentation/client/modules/lib_commands_XLEN.html index fe936fcf45..8e9c34f234 100644 --- a/documentation/client/modules/lib_commands_XLEN.html +++ b/documentation/client/modules/lib_commands_XLEN.html @@ -16,7 +16,7 @@
  • lib/commands/XLEN
  • Module lib/commands/XLEN

    +
  • Defined in packages/client/lib/commands/XLEN.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XPENDING.html b/documentation/client/modules/lib_commands_XPENDING.html index f814d08e98..6b68994d32 100644 --- a/documentation/client/modules/lib_commands_XPENDING.html +++ b/documentation/client/modules/lib_commands_XPENDING.html @@ -16,7 +16,7 @@
  • lib/commands/XPENDING
  • Module lib/commands/XPENDING

    +
  • Defined in packages/client/lib/commands/XPENDING.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XPENDING_RANGE.html b/documentation/client/modules/lib_commands_XPENDING_RANGE.html index db6958a48a..4ea7a27a80 100644 --- a/documentation/client/modules/lib_commands_XPENDING_RANGE.html +++ b/documentation/client/modules/lib_commands_XPENDING_RANGE.html @@ -16,7 +16,7 @@
  • lib/commands/XPENDING_RANGE
  • Module lib/commands/XPENDING_RANGE

    +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XRANGE.html b/documentation/client/modules/lib_commands_XRANGE.html index ecfe53b09b..ee8b741fdc 100644 --- a/documentation/client/modules/lib_commands_XRANGE.html +++ b/documentation/client/modules/lib_commands_XRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/XRANGE
  • Module lib/commands/XRANGE

    +
  • Defined in packages/client/lib/commands/XRANGE.ts:1
  • @@ -72,6 +72,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -288,6 +289,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -329,6 +331,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XREAD.html b/documentation/client/modules/lib_commands_XREAD.html index 2b8a492aff..a23c630ef0 100644 --- a/documentation/client/modules/lib_commands_XREAD.html +++ b/documentation/client/modules/lib_commands_XREAD.html @@ -16,7 +16,7 @@
  • lib/commands/XREAD
  • Module lib/commands/XREAD

    +
  • Defined in packages/client/lib/commands/XREAD.ts:1
  • @@ -72,6 +72,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -288,6 +289,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -329,6 +331,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XREADGROUP.html b/documentation/client/modules/lib_commands_XREADGROUP.html index e10d3d133d..a977e71d58 100644 --- a/documentation/client/modules/lib_commands_XREADGROUP.html +++ b/documentation/client/modules/lib_commands_XREADGROUP.html @@ -16,7 +16,7 @@
  • lib/commands/XREADGROUP
  • Module lib/commands/XREADGROUP

    +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:1
  • @@ -77,6 +77,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -293,6 +294,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -334,6 +336,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XREVRANGE.html b/documentation/client/modules/lib_commands_XREVRANGE.html index 50917c9aff..071241a006 100644 --- a/documentation/client/modules/lib_commands_XREVRANGE.html +++ b/documentation/client/modules/lib_commands_XREVRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/XREVRANGE
  • Module lib/commands/XREVRANGE

    +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:1
  • @@ -72,6 +72,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -288,6 +289,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -329,6 +331,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XSETID.html b/documentation/client/modules/lib_commands_XSETID.html index d9fdb8f8a2..2bb9572383 100644 --- a/documentation/client/modules/lib_commands_XSETID.html +++ b/documentation/client/modules/lib_commands_XSETID.html @@ -16,7 +16,7 @@
  • lib/commands/XSETID
  • Module lib/commands/XSETID

    +
  • Defined in packages/client/lib/commands/XSETID.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_XTRIM.html b/documentation/client/modules/lib_commands_XTRIM.html index c4c0179b26..01ee72eacc 100644 --- a/documentation/client/modules/lib_commands_XTRIM.html +++ b/documentation/client/modules/lib_commands_XTRIM.html @@ -16,7 +16,7 @@
  • lib/commands/XTRIM
  • Module lib/commands/XTRIM

    +
  • Defined in packages/client/lib/commands/XTRIM.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZADD.html b/documentation/client/modules/lib_commands_ZADD.html index c98d18fc85..e1fa464afb 100644 --- a/documentation/client/modules/lib_commands_ZADD.html +++ b/documentation/client/modules/lib_commands_ZADD.html @@ -16,7 +16,7 @@
  • lib/commands/ZADD
  • Module lib/commands/ZADD

    +
  • Defined in packages/client/lib/commands/ZADD.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZCARD.html b/documentation/client/modules/lib_commands_ZCARD.html index 270c414149..82e27f7587 100644 --- a/documentation/client/modules/lib_commands_ZCARD.html +++ b/documentation/client/modules/lib_commands_ZCARD.html @@ -16,7 +16,7 @@
  • lib/commands/ZCARD
  • Module lib/commands/ZCARD

    +
  • Defined in packages/client/lib/commands/ZCARD.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZCOUNT.html b/documentation/client/modules/lib_commands_ZCOUNT.html index 96fe0000ba..7b1cb4e92f 100644 --- a/documentation/client/modules/lib_commands_ZCOUNT.html +++ b/documentation/client/modules/lib_commands_ZCOUNT.html @@ -16,7 +16,7 @@
  • lib/commands/ZCOUNT
  • Module lib/commands/ZCOUNT

    +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZDIFF.html b/documentation/client/modules/lib_commands_ZDIFF.html index f26bcb1e10..11fe74c489 100644 --- a/documentation/client/modules/lib_commands_ZDIFF.html +++ b/documentation/client/modules/lib_commands_ZDIFF.html @@ -16,7 +16,7 @@
  • lib/commands/ZDIFF
  • Module lib/commands/ZDIFF

    +
  • Defined in packages/client/lib/commands/ZDIFF.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZDIFFSTORE.html b/documentation/client/modules/lib_commands_ZDIFFSTORE.html index ea539f603d..3a12922bc1 100644 --- a/documentation/client/modules/lib_commands_ZDIFFSTORE.html +++ b/documentation/client/modules/lib_commands_ZDIFFSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZDIFFSTORE
  • Module lib/commands/ZDIFFSTORE

    +
  • Defined in packages/client/lib/commands/ZDIFFSTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html b/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html index 8c144909d0..4808283a61 100644 --- a/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZDIFF_WITHSCORES.html @@ -16,7 +16,7 @@
  • lib/commands/ZDIFF_WITHSCORES
  • Module lib/commands/ZDIFF_WITHSCORES

    +
  • Defined in packages/client/lib/commands/ZDIFF_WITHSCORES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZINCRBY.html b/documentation/client/modules/lib_commands_ZINCRBY.html index 2c64e43d04..21d2fe1da1 100644 --- a/documentation/client/modules/lib_commands_ZINCRBY.html +++ b/documentation/client/modules/lib_commands_ZINCRBY.html @@ -16,7 +16,7 @@
  • lib/commands/ZINCRBY
  • Module lib/commands/ZINCRBY

    +
  • Defined in packages/client/lib/commands/ZINCRBY.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZINTER.html b/documentation/client/modules/lib_commands_ZINTER.html index 4392694c5d..90e6f97985 100644 --- a/documentation/client/modules/lib_commands_ZINTER.html +++ b/documentation/client/modules/lib_commands_ZINTER.html @@ -16,7 +16,7 @@
  • lib/commands/ZINTER
  • Module lib/commands/ZINTER

    +
  • Defined in packages/client/lib/commands/ZINTER.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZINTERCARD.html b/documentation/client/modules/lib_commands_ZINTERCARD.html index cf97905512..7f11704eef 100644 --- a/documentation/client/modules/lib_commands_ZINTERCARD.html +++ b/documentation/client/modules/lib_commands_ZINTERCARD.html @@ -16,7 +16,7 @@
  • lib/commands/ZINTERCARD
  • Module lib/commands/ZINTERCARD

    +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZINTERSTORE.html b/documentation/client/modules/lib_commands_ZINTERSTORE.html index d433518c01..2c2529d8e6 100644 --- a/documentation/client/modules/lib_commands_ZINTERSTORE.html +++ b/documentation/client/modules/lib_commands_ZINTERSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZINTERSTORE
  • Module lib/commands/ZINTERSTORE

    +
  • Defined in packages/client/lib/commands/ZINTERSTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html b/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html index c7cd1407b5..2bfdd3c3c2 100644 --- a/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZINTER_WITHSCORES.html @@ -16,7 +16,7 @@
  • lib/commands/ZINTER_WITHSCORES
  • Module lib/commands/ZINTER_WITHSCORES

    +
  • Defined in packages/client/lib/commands/ZINTER_WITHSCORES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZLEXCOUNT.html b/documentation/client/modules/lib_commands_ZLEXCOUNT.html index 3a28a520b0..eb34d1bdf1 100644 --- a/documentation/client/modules/lib_commands_ZLEXCOUNT.html +++ b/documentation/client/modules/lib_commands_ZLEXCOUNT.html @@ -16,7 +16,7 @@
  • lib/commands/ZLEXCOUNT
  • Module lib/commands/ZLEXCOUNT

    +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZMPOP.html b/documentation/client/modules/lib_commands_ZMPOP.html index 103b80df08..16348791ca 100644 --- a/documentation/client/modules/lib_commands_ZMPOP.html +++ b/documentation/client/modules/lib_commands_ZMPOP.html @@ -16,7 +16,7 @@
  • lib/commands/ZMPOP
  • Module lib/commands/ZMPOP

    +
  • Defined in packages/client/lib/commands/ZMPOP.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZMSCORE.html b/documentation/client/modules/lib_commands_ZMSCORE.html index 509a2e8cae..ec876be3f7 100644 --- a/documentation/client/modules/lib_commands_ZMSCORE.html +++ b/documentation/client/modules/lib_commands_ZMSCORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZMSCORE
  • Module lib/commands/ZMSCORE

    +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:1
  • @@ -72,6 +72,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -288,6 +289,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -329,6 +331,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZPOPMAX.html b/documentation/client/modules/lib_commands_ZPOPMAX.html index e5c037f9d0..43e8f2759e 100644 --- a/documentation/client/modules/lib_commands_ZPOPMAX.html +++ b/documentation/client/modules/lib_commands_ZPOPMAX.html @@ -16,7 +16,7 @@
  • lib/commands/ZPOPMAX
  • Module lib/commands/ZPOPMAX

    +
  • Defined in packages/client/lib/commands/ZPOPMAX.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html b/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html index da5996fc72..8cead9c930 100644 --- a/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html +++ b/documentation/client/modules/lib_commands_ZPOPMAX_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/ZPOPMAX_COUNT
  • Module lib/commands/ZPOPMAX_COUNT

    +
  • Defined in packages/client/lib/commands/ZPOPMAX_COUNT.ts:1
  • @@ -70,6 +70,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -286,6 +287,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -327,6 +329,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZPOPMIN.html b/documentation/client/modules/lib_commands_ZPOPMIN.html index 19580fdf25..0d8fc16d71 100644 --- a/documentation/client/modules/lib_commands_ZPOPMIN.html +++ b/documentation/client/modules/lib_commands_ZPOPMIN.html @@ -16,7 +16,7 @@
  • lib/commands/ZPOPMIN
  • Module lib/commands/ZPOPMIN

    +
  • Defined in packages/client/lib/commands/ZPOPMIN.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html b/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html index f0e7398397..50914d2307 100644 --- a/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html +++ b/documentation/client/modules/lib_commands_ZPOPMIN_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/ZPOPMIN_COUNT
  • Module lib/commands/ZPOPMIN_COUNT

    +
  • Defined in packages/client/lib/commands/ZPOPMIN_COUNT.ts:1
  • @@ -70,6 +70,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -286,6 +287,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -327,6 +329,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER.html b/documentation/client/modules/lib_commands_ZRANDMEMBER.html index 1e41e4c11f..7067fe8a3d 100644 --- a/documentation/client/modules/lib_commands_ZRANDMEMBER.html +++ b/documentation/client/modules/lib_commands_ZRANDMEMBER.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANDMEMBER
  • Module lib/commands/ZRANDMEMBER

    +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html index 03c85c4315..266305ebe2 100644 --- a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html +++ b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANDMEMBER_COUNT
  • Module lib/commands/ZRANDMEMBER_COUNT

    +
  • Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT.ts:1
  • @@ -71,6 +71,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -287,6 +288,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -328,6 +330,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html index 0801053caa..03f0d0b2a8 100644 --- a/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZRANDMEMBER_COUNT_WITHSCORES.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANDMEMBER_COUNT_WITHSCORES
  • Module lib/commands/ZRANDMEMBER_COUNT_WITHSCORES

    +
  • Defined in packages/client/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANGE.html b/documentation/client/modules/lib_commands_ZRANGE.html index 65d4cb8e22..1682220d58 100644 --- a/documentation/client/modules/lib_commands_ZRANGE.html +++ b/documentation/client/modules/lib_commands_ZRANGE.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANGE
  • Module lib/commands/ZRANGE

    +
  • Defined in packages/client/lib/commands/ZRANGE.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANGEBYLEX.html b/documentation/client/modules/lib_commands_ZRANGEBYLEX.html index 911c00e8d2..130d99563f 100644 --- a/documentation/client/modules/lib_commands_ZRANGEBYLEX.html +++ b/documentation/client/modules/lib_commands_ZRANGEBYLEX.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANGEBYLEX
  • Module lib/commands/ZRANGEBYLEX

    +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html b/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html index 6f6a4c6d5b..2ddf19f9fb 100644 --- a/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html +++ b/documentation/client/modules/lib_commands_ZRANGEBYSCORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANGEBYSCORE
  • Module lib/commands/ZRANGEBYSCORE

    +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:1
  • @@ -67,6 +67,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -283,6 +284,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -324,6 +326,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html index 21e25d2bd7..688f77c313 100644 --- a/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZRANGEBYSCORE_WITHSCORES.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANGEBYSCORE_WITHSCORES
  • Module lib/commands/ZRANGEBYSCORE_WITHSCORES

    +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE_WITHSCORES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANGESTORE.html b/documentation/client/modules/lib_commands_ZRANGESTORE.html index 29e0b7e2f6..4ab4798e60 100644 --- a/documentation/client/modules/lib_commands_ZRANGESTORE.html +++ b/documentation/client/modules/lib_commands_ZRANGESTORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANGESTORE
  • Module lib/commands/ZRANGESTORE

    +
  • Defined in packages/client/lib/commands/ZRANGESTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html b/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html index 1162e17785..6dff393fb9 100644 --- a/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZRANGE_WITHSCORES.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANGE_WITHSCORES
  • Module lib/commands/ZRANGE_WITHSCORES

    +
  • Defined in packages/client/lib/commands/ZRANGE_WITHSCORES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZRANK.html b/documentation/client/modules/lib_commands_ZRANK.html index 6d0b533e4d..c547cc15c6 100644 --- a/documentation/client/modules/lib_commands_ZRANK.html +++ b/documentation/client/modules/lib_commands_ZRANK.html @@ -16,7 +16,7 @@
  • lib/commands/ZRANK
  • Module lib/commands/ZRANK

    +
  • Defined in packages/client/lib/commands/ZRANK.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZREM.html b/documentation/client/modules/lib_commands_ZREM.html index 03fae9281c..212e6163c2 100644 --- a/documentation/client/modules/lib_commands_ZREM.html +++ b/documentation/client/modules/lib_commands_ZREM.html @@ -16,7 +16,7 @@
  • lib/commands/ZREM
  • Module lib/commands/ZREM

    +
  • Defined in packages/client/lib/commands/ZREM.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html b/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html index 3758ee7aac..b6bf948651 100644 --- a/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html +++ b/documentation/client/modules/lib_commands_ZREMRANGEBYLEX.html @@ -16,7 +16,7 @@
  • lib/commands/ZREMRANGEBYLEX
  • Module lib/commands/ZREMRANGEBYLEX

    +
  • Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html b/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html index d4505d711e..533b3272a1 100644 --- a/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html +++ b/documentation/client/modules/lib_commands_ZREMRANGEBYRANK.html @@ -16,7 +16,7 @@
  • lib/commands/ZREMRANGEBYRANK
  • Module lib/commands/ZREMRANGEBYRANK

    +
  • Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html b/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html index 1b21fcb44e..011e05eb48 100644 --- a/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html +++ b/documentation/client/modules/lib_commands_ZREMRANGEBYSCORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZREMRANGEBYSCORE
  • Module lib/commands/ZREMRANGEBYSCORE

    +
  • Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZREVRANK.html b/documentation/client/modules/lib_commands_ZREVRANK.html index fed88c54f4..985cac8d53 100644 --- a/documentation/client/modules/lib_commands_ZREVRANK.html +++ b/documentation/client/modules/lib_commands_ZREVRANK.html @@ -16,7 +16,7 @@
  • lib/commands/ZREVRANK
  • Module lib/commands/ZREVRANK

    +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZSCAN.html b/documentation/client/modules/lib_commands_ZSCAN.html index cba95b4962..53506d6d42 100644 --- a/documentation/client/modules/lib_commands_ZSCAN.html +++ b/documentation/client/modules/lib_commands_ZSCAN.html @@ -16,7 +16,7 @@
  • lib/commands/ZSCAN
  • Module lib/commands/ZSCAN

    +
  • Defined in packages/client/lib/commands/ZSCAN.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZSCORE.html b/documentation/client/modules/lib_commands_ZSCORE.html index 9a4172df0e..fd8f3eb034 100644 --- a/documentation/client/modules/lib_commands_ZSCORE.html +++ b/documentation/client/modules/lib_commands_ZSCORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZSCORE
  • Module lib/commands/ZSCORE

    +
  • Defined in packages/client/lib/commands/ZSCORE.ts:1
  • @@ -72,6 +72,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -288,6 +289,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -329,6 +331,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZUNION.html b/documentation/client/modules/lib_commands_ZUNION.html index 18dd26b3de..acf5627a46 100644 --- a/documentation/client/modules/lib_commands_ZUNION.html +++ b/documentation/client/modules/lib_commands_ZUNION.html @@ -16,7 +16,7 @@
  • lib/commands/ZUNION
  • Module lib/commands/ZUNION

    +
  • Defined in packages/client/lib/commands/ZUNION.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZUNIONSTORE.html b/documentation/client/modules/lib_commands_ZUNIONSTORE.html index 97d86099ae..37646e0017 100644 --- a/documentation/client/modules/lib_commands_ZUNIONSTORE.html +++ b/documentation/client/modules/lib_commands_ZUNIONSTORE.html @@ -16,7 +16,7 @@
  • lib/commands/ZUNIONSTORE
  • Module lib/commands/ZUNIONSTORE

    +
  • Defined in packages/client/lib/commands/ZUNIONSTORE.ts:1
  • @@ -62,6 +62,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -278,6 +279,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -319,6 +321,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html b/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html index 9525d16f31..8394eee415 100644 --- a/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html +++ b/documentation/client/modules/lib_commands_ZUNION_WITHSCORES.html @@ -16,7 +16,7 @@
  • lib/commands/ZUNION_WITHSCORES
  • Module lib/commands/ZUNION_WITHSCORES

    +
  • Defined in packages/client/lib/commands/ZUNION_WITHSCORES.ts:1
  • @@ -73,6 +73,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -289,6 +290,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -330,6 +332,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_commands_generic_transformers.html b/documentation/client/modules/lib_commands_generic_transformers.html index 76a9a8944d..e07100e811 100644 --- a/documentation/client/modules/lib_commands_generic_transformers.html +++ b/documentation/client/modules/lib_commands_generic_transformers.html @@ -16,7 +16,7 @@
  • lib/commands/generic-transformers
  • Module lib/commands/generic-transformers

    +
  • Defined in packages/client/lib/commands/generic-transformers.ts:1
  • @@ -129,6 +129,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -345,6 +346,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -386,6 +388,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_errors.html b/documentation/client/modules/lib_errors.html index 267ec8e950..b1ed244c74 100644 --- a/documentation/client/modules/lib_errors.html +++ b/documentation/client/modules/lib_errors.html @@ -16,7 +16,7 @@
  • lib/errors
  • Module lib/errors

    +
  • Defined in packages/client/lib/errors.ts:1
  • @@ -66,6 +66,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -282,6 +283,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -323,6 +325,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_lua_script.html b/documentation/client/modules/lib_lua_script.html index 493ec6ce1e..659f9e622f 100644 --- a/documentation/client/modules/lib_lua_script.html +++ b/documentation/client/modules/lib_lua_script.html @@ -16,7 +16,7 @@
  • lib/lua-script
  • Module lib/lua-script

    +
  • Defined in packages/client/lib/lua-script.ts:1
  • @@ -63,6 +63,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -279,6 +280,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -320,6 +322,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_multi_command.html b/documentation/client/modules/lib_multi_command.html index 066bf03bb1..2eb7753542 100644 --- a/documentation/client/modules/lib_multi_command.html +++ b/documentation/client/modules/lib_multi_command.html @@ -16,7 +16,7 @@
  • lib/multi-command
  • Module lib/multi-command

    +
  • Defined in packages/client/lib/multi-command.ts:1
  • @@ -61,6 +61,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -277,6 +278,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -318,6 +320,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/modules/lib_utils.html b/documentation/client/modules/lib_utils.html index cf36fe35cb..debc6099cc 100644 --- a/documentation/client/modules/lib_utils.html +++ b/documentation/client/modules/lib_utils.html @@ -16,7 +16,7 @@
  • lib/utils
  • Module lib/utils

    +
  • Defined in packages/client/lib/utils.ts:1
  • @@ -57,6 +57,7 @@
  • lib/client/commands
  • lib/client/commands-queue
  • lib/client/multi-command
  • +
  • lib/client/pub-sub
  • lib/client/socket
  • lib/cluster
  • lib/cluster/cluster-slots
  • @@ -273,6 +274,7 @@
  • lib/commands/PUBSUB_CHANNELS
  • lib/commands/PUBSUB_NUMPAT
  • lib/commands/PUBSUB_NUMSUB
  • +
  • lib/commands/PUBSUB_SHARDCHANNELS
  • lib/commands/RANDOMKEY
  • lib/commands/READONLY
  • lib/commands/READWRITE
  • @@ -314,6 +316,7 @@
  • lib/commands/SORT_RO
  • lib/commands/SORT_STORE
  • lib/commands/SPOP
  • +
  • lib/commands/SPUBLISH
  • lib/commands/SRANDMEMBER
  • lib/commands/SRANDMEMBER_COUNT
  • lib/commands/SREM
  • diff --git a/documentation/client/types/lib_client.InstantiableRedisClient.html b/documentation/client/types/lib_client.InstantiableRedisClient.html index b7b2f8a5fb..e11e19d370 100644 --- a/documentation/client/types/lib_client.InstantiableRedisClient.html +++ b/documentation/client/types/lib_client.InstantiableRedisClient.html @@ -40,7 +40,7 @@
    Optional options: RedisClientOptions<M, F, S>

    Returns RedisClientType<M, F, S>

    +
  • Defined in packages/client/lib/client/index.ts:97
  • +
  • Defined in packages/client/lib/client/index.ts:91
  • +
  • Defined in packages/client/lib/client/index.ts:81
  • +
  • Defined in packages/client/lib/client/index.ts:75
  • +
  • Defined in packages/client/lib/client/index.ts:87
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:23
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:27
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:33
  • +
  • CommandWaitingToBeSent
  • +
  • QueueCommandOptions
  • +
  • OnShardedChannelMoved
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/types/lib_client_multi_command.RedisClientMultiCommandType.html b/documentation/client/types/lib_client_multi_command.RedisClientMultiCommandType.html index 1a626054aa..76662ec070 100644 --- a/documentation/client/types/lib_client_multi_command.RedisClientMultiCommandType.html +++ b/documentation/client/types/lib_client_multi_command.RedisClientMultiCommandType.html @@ -27,7 +27,7 @@
  • S extends RedisScripts

  • +
  • Defined in packages/client/lib/client/multi-command.ts:49
  • +
  • Defined in packages/client/lib/client/multi-command.ts:61
  • +
  • Defined in packages/client/lib/client/socket.ts:46
  • +
  • Defined in packages/client/lib/client/socket.ts:39
  • +
  • Defined in packages/client/lib/cluster/index.ts:12
  • +
  • Defined in packages/client/lib/cluster/index.ts:57
  • +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:20
  • +
  • MasterNode
  • +
  • Node
  • +
  • Shard
  • +
  • ShardNode
  • +
  • NodeAddressMap
  • +
  • OnShardedChannelMovedError
  • +
  • PubSubNode
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/types/lib_cluster_cluster_slots.OnShardedChannelMovedError.html b/documentation/client/types/lib_cluster_cluster_slots.OnShardedChannelMovedError.html new file mode 100644 index 0000000000..d74eff98be --- /dev/null +++ b/documentation/client/types/lib_cluster_cluster_slots.OnShardedChannelMovedError.html @@ -0,0 +1,425 @@ +OnShardedChannelMovedError | @redis/client
    +
    + +
    +
    +
    +
    + +

    Type alias OnShardedChannelMovedError

    +
    OnShardedChannelMovedError: ((err: unknown, channel: string, listeners?: ChannelListeners) => void)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (err: unknown, channel: string, listeners?: ChannelListeners): void
      • +
      • +
        +

        Parameters

        +
        +

        Returns void

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/types/lib_cluster_cluster_slots.PubSubNode.html b/documentation/client/types/lib_cluster_cluster_slots.PubSubNode.html new file mode 100644 index 0000000000..baa1e0be25 --- /dev/null +++ b/documentation/client/types/lib_cluster_cluster_slots.PubSubNode.html @@ -0,0 +1,417 @@ +PubSubNode | @redis/client
    +
    + +
    +
    +
    +
    + +

    Type alias PubSubNode<M, F, S>

    +
    PubSubNode<M, F, S>: Required<Node<M, F, S>>
    +
    +

    Type Parameters

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/documentation/client/types/lib_cluster_multi_command.InstantiableRedisClusterMultiCommandType.html b/documentation/client/types/lib_cluster_multi_command.InstantiableRedisClusterMultiCommandType.html index b168983530..94ecf08e12 100644 --- a/documentation/client/types/lib_cluster_multi_command.InstantiableRedisClusterMultiCommandType.html +++ b/documentation/client/types/lib_cluster_multi_command.InstantiableRedisClusterMultiCommandType.html @@ -40,7 +40,7 @@
    Rest ...args: ConstructorParameters<typeof default>

    Returns RedisClusterMultiCommandType<M, F, S>

    +
  • Defined in packages/client/lib/cluster/multi-command.ts:56
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:50
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:62
  • +
  • Defined in packages/client/lib/command-options.ts:3
  • +
  • Defined in packages/client/lib/commands/index.ts:22
  • +
  • Defined in packages/client/lib/commands/index.ts:91
  • +
  • Defined in packages/client/lib/commands/index.ts:7
  • +
  • Defined in packages/client/lib/commands/index.ts:9
  • +
  • Defined in packages/client/lib/commands/index.ts:5
  • +
  • Defined in packages/client/lib/commands/index.ts:19
  • +
  • Defined in packages/client/lib/commands/index.ts:39
  • +
  • Defined in packages/client/lib/commands/index.ts:75
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:3
  • +
  • Defined in packages/client/lib/commands/CLIENT_LIST.ts:15
  • +
  • Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:22
  • diff --git a/documentation/client/types/lib_commands_LATENCY_GRAPH.EventType.html b/documentation/client/types/lib_commands_LATENCY_GRAPH.EventType.html index 45a3547507..2e0d25d2c7 100644 --- a/documentation/client/types/lib_commands_LATENCY_GRAPH.EventType.html +++ b/documentation/client/types/lib_commands_LATENCY_GRAPH.EventType.html @@ -18,7 +18,7 @@

    Type alias EventType

    EventType: "active-defrag-cycle" | "aof-fsync-always" | "aof-stat" | "aof-rewrite-diff-write" | "aof-rename" | "aof-write" | "aof-write-active-child" | "aof-write-alone" | "aof-write-pending-fsync" | "command" | "expire-cycle" | "eviction-cycle" | "eviction-del" | "fast-command" | "fork" | "rdb-unlink-temp-file"
    +
  • Defined in packages/client/lib/commands/LATENCY_GRAPH.ts:3
  • +
  • Defined in packages/client/lib/commands/MSET.ts:5
  • +
  • Defined in packages/client/lib/commands/SET.ts:25
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:11
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:520
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:530
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:562
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:249
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:236
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:227
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:182
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:674
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:159
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:95
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:110
  • +
  • Defined in packages/client/lib/client/commands.ts:121
  • +
  • Defined in packages/client/lib/cluster/commands.ts:214
  • +
  • Defined in packages/client/lib/commands/ACL_DRYRUN.ts:3
  • +
  • Defined in packages/client/lib/commands/APPEND.ts:3
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:1
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:3
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/BITOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:4
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:6
  • +
  • Defined in packages/client/lib/commands/BLMOVE.ts:4
  • +
  • Defined in packages/client/lib/commands/BLMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BLPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BRPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BRPOPLPUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/BZMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BZPOPMAX.ts:4
  • +
  • Defined in packages/client/lib/commands/BZPOPMIN.ts:4
  • +
  • Defined in packages/client/lib/commands/CLIENT_ID.ts:1
  • +
  • Defined in packages/client/lib/commands/CLIENT_INFO.ts:1
  • +
  • Defined in packages/client/lib/commands/CLIENT_LIST.ts:17
  • +
  • Defined in packages/client/lib/commands/COMMAND.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_INFO.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:3
  • +
  • Defined in packages/client/lib/commands/COPY.ts:8
  • +
  • Defined in packages/client/lib/commands/DBSIZE.ts:1
  • +
  • Defined in packages/client/lib/commands/DECR.ts:3
  • +
  • Defined in packages/client/lib/commands/DECRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/DEL.ts:4
  • +
  • Defined in packages/client/lib/commands/DUMP.ts:3
  • +
  • Defined in packages/client/lib/commands/ECHO.ts:3
  • +
  • Defined in packages/client/lib/commands/EVALSHA_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/EVAL_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:4
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:6
  • +
  • Defined in packages/client/lib/commands/EXPIRE.ts:3
  • +
  • Defined in packages/client/lib/commands/EXPIREAT.ts:4
  • +
  • Defined in packages/client/lib/commands/EXPIRETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/FCALL_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/GEOADD.ts:4
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:4
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:6
  • +
  • Defined in packages/client/lib/commands/GET.ts:3
  • +
  • Defined in packages/client/lib/commands/GET.ts:5
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:4
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:6
  • +
  • Defined in packages/client/lib/commands/GETDEL.ts:3
  • +
  • Defined in packages/client/lib/commands/GETEX.ts:4
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/GETSET.ts:3
  • +
  • Defined in packages/client/lib/commands/HDEL.ts:4
  • +
  • Defined in packages/client/lib/commands/HEXISTS.ts:3
  • +
  • Defined in packages/client/lib/commands/HGET.ts:3
  • +
  • Defined in packages/client/lib/commands/HGET.ts:5
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:3
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:5
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:7
  • +
  • Defined in packages/client/lib/commands/HINCRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:3
  • +
  • Defined in packages/client/lib/commands/HKEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/HLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:4
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:6
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:3
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:5
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/HSET.ts:3
  • +
  • Defined in packages/client/lib/commands/HSETNX.ts:3
  • +
  • Defined in packages/client/lib/commands/HSTRLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/HVALS.ts:3
  • +
  • Defined in packages/client/lib/commands/INCR.ts:3
  • +
  • Defined in packages/client/lib/commands/INCRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/INCRBYFLOAT.ts:3
  • +
  • Defined in packages/client/lib/commands/INFO.ts:1
  • +
  • Defined in packages/client/lib/commands/LASTSAVE.ts:1
  • +
  • Defined in packages/client/lib/commands/LCS.ts:3
  • +
  • Defined in packages/client/lib/commands/LCS.ts:5
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:3
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:5
  • +
  • Defined in packages/client/lib/commands/LINSERT.ts:3
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/LMOVE.ts:4
  • +
  • Defined in packages/client/lib/commands/LMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/LOLWUT.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOP_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:5
  • +
  • Defined in packages/client/lib/commands/LPUSH.ts:4
  • +
  • Defined in packages/client/lib/commands/LPUSHX.ts:4
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/LREM.ts:3
  • +
  • Defined in packages/client/lib/commands/LSET.ts:3
  • +
  • Defined in packages/client/lib/commands/LTRIM.ts:3
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:1
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:3
  • +
  • Defined in packages/client/lib/commands/MGET.ts:3
  • +
  • Defined in packages/client/lib/commands/MGET.ts:5
  • +
  • Defined in packages/client/lib/commands/MOVE.ts:1
  • +
  • Defined in packages/client/lib/commands/MSET.ts:3
  • +
  • Defined in packages/client/lib/commands/MSETNX.ts:4
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/PERSIST.ts:3
  • +
  • Defined in packages/client/lib/commands/PEXPIRE.ts:3
  • +
  • Defined in packages/client/lib/commands/PEXPIREAT.ts:4
  • +
  • Defined in packages/client/lib/commands/PEXPIRETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/PFADD.ts:4
  • +
  • Defined in packages/client/lib/commands/PFCOUNT.ts:4
  • +
  • Defined in packages/client/lib/commands/PFMERGE.ts:4
  • +
  • Defined in packages/client/lib/commands/PSETEX.ts:3
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:3
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:5
  • +
  • Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:1
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:1
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:4
  • +
  • Defined in packages/client/lib/commands/RANDOMKEY.ts:3
  • +
  • Defined in packages/client/lib/commands/RENAME.ts:3
  • +
  • Defined in packages/client/lib/commands/RENAMENX.ts:3
  • +
  • Defined in packages/client/lib/commands/ROLE.ts:1
  • +
  • Defined in packages/client/lib/commands/RPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/RPOPLPUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/RPOP_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/RPUSH.ts:4
  • +
  • Defined in packages/client/lib/commands/RPUSHX.ts:4
  • +
  • Defined in packages/client/lib/commands/SADD.ts:4
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/SCARD.ts:1
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:4
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:6
  • +
  • Defined in packages/client/lib/commands/SDIFFSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/SET.ts:3
  • +
  • Defined in packages/client/lib/commands/SETBIT.ts:4
  • +
  • Defined in packages/client/lib/commands/SETEX.ts:3
  • +
  • Defined in packages/client/lib/commands/SETNX.ts:3
  • +
  • Defined in packages/client/lib/commands/SETRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:4
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:6
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:4
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:6
  • +
  • Defined in packages/client/lib/commands/SINTERSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/SISMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SMEMBERS.ts:3
  • +
  • Defined in packages/client/lib/commands/SMISMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SMOVE.ts:3
  • +
  • Defined in packages/client/lib/commands/SORT.ts:4
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/SORT_STORE.ts:5
  • +
  • Defined in packages/client/lib/commands/SPOP.ts:3
  • +
  • FIRST_KEY_INDEX
  • +
  • IS_READ_ONLY
  • +
  • transformArguments
  • +
  • transformReply
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/documentation/client/variables/lib_commands_SRANDMEMBER.FIRST_KEY_INDEX.html b/documentation/client/variables/lib_commands_SRANDMEMBER.FIRST_KEY_INDEX.html index 8ed53f9457..7260e94162 100644 --- a/documentation/client/variables/lib_commands_SRANDMEMBER.FIRST_KEY_INDEX.html +++ b/documentation/client/variables/lib_commands_SRANDMEMBER.FIRST_KEY_INDEX.html @@ -18,7 +18,7 @@

    Variable FIRST_KEY_INDEXConst

    FIRST_KEY_INDEX: 1 = 1
    +
  • Defined in packages/client/lib/commands/SRANDMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SREM.ts:4
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:4
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:6
  • +
  • Defined in packages/client/lib/commands/SUNIONSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/TOUCH.ts:4
  • +
  • Defined in packages/client/lib/commands/TTL.ts:3
  • +
  • Defined in packages/client/lib/commands/TTL.ts:5
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:3
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:5
  • +
  • Defined in packages/client/lib/commands/UNLINK.ts:4
  • +
  • Defined in packages/client/lib/commands/WAIT.ts:1
  • +
  • Defined in packages/client/lib/commands/WATCH.ts:4
  • +
  • Defined in packages/client/lib/commands/XACK.ts:4
  • +
  • Defined in packages/client/lib/commands/XADD.ts:3
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM.ts:4
  • +
  • Defined in packages/client/lib/commands/XCLAIM.ts:4
  • +
  • Defined in packages/client/lib/commands/XDEL.ts:4
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATE.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_SETID.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:4
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:6
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:3
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:5
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XREAD.ts:7
  • +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:22
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XSETID.ts:3
  • +
  • Defined in packages/client/lib/commands/XTRIM.ts:3
  • +
  • Defined in packages/client/lib/commands/ZADD.ts:4
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:3
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:5
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:4
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:4
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFFSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINCRBY.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTERSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/ZMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZPOPMAX.ts:3
  • +
  • Defined in packages/client/lib/commands/ZPOPMIN.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:5
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGESTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZREM.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:3
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:5
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:4
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:6
  • +
  • Defined in packages/client/lib/commands/ZUNIONSTORE.ts:4
  • +
  • Defined in graph.ts:140
  • @@ -69,29 +69,29 @@
    name: string

    Returns default

    +
  • Defined in graph.ts:145
  • Properties

    #client: GraphClientType
    +
  • Defined in graph.ts:141
  • #metadata?: GraphMetadata
    +
  • Defined in graph.ts:143
  • #name: string
    +
  • Defined in graph.ts:142
  • #setMetadataPromise?: Promise<GraphMetadata>
    +
  • Defined in graph.ts:181
  • Methods

    @@ -106,7 +106,7 @@
    arr: [string][]

    Returns string[]

    +
  • Defined in graph.ts:206
    • @@ -126,7 +126,7 @@
      id: number

    Returns GraphMetadata[T][number] | Promise<GraphMetadata[T][number]>

    +
  • Defined in graph.ts:210
    • @@ -146,7 +146,7 @@
      id: number

    Returns Promise<GraphMetadata[T][number]>

    +
  • Defined in graph.ts:218
    • @@ -161,7 +161,7 @@
      promises: Promise<unknown>[]

    Returns GraphEdge

    +
  • Defined in graph.ts:297
    • @@ -176,7 +176,7 @@
      promises: Promise<unknown>[]

    Returns GraphNode

    +
  • Defined in graph.ts:323
    • @@ -191,7 +191,7 @@
      promises: Promise<unknown>[]

    Returns GraphEntityProperties

    +
  • Defined in graph.ts:345
  • Returns Promise<GraphReply<T>>

    +
  • Defined in graph.ts:227
    • @@ -224,7 +224,7 @@
      promises: Promise<unknown>[]

    Returns GraphValue

    +
  • Defined in graph.ts:248
    • @@ -232,7 +232,7 @@
    • Returns Promise<GraphMetadata>

    +
  • Defined in graph.ts:190
    • @@ -240,7 +240,7 @@
    • Returns Promise<GraphMetadata>

    +
  • Defined in graph.ts:183
  • Returns Promise<GraphReply<T>>

    +
  • Defined in graph.ts:153
  • Returns Promise<GraphReply<T>>

    +
  • Defined in graph.ts:167
  • +
  • Defined in commands/index.ts:46
  • +
  • Defined in commands/CONFIG_GET.ts:3
  • +
  • Defined in commands/CONFIG_GET.ts:12
  • +
  • Defined in commands/CONFIG_SET.ts:1
  • +
  • Defined in commands/CONFIG_SET.ts:10
  • +
  • Defined in commands/DELETE.ts:3
  • +
  • Defined in commands/DELETE.ts:7
  • +
  • Defined in commands/EXPLAIN.ts:5
  • +
  • Defined in commands/EXPLAIN.ts:9
  • +
  • Defined in commands/LIST.ts:3
  • +
  • Defined in commands/LIST.ts:7
  • +
  • Defined in commands/PROFILE.ts:5
  • +
  • Defined in commands/PROFILE.ts:9
  • +
  • Defined in commands/QUERY.ts:6
  • +
  • Defined in commands/QUERY.ts:45
  • +
  • Defined in commands/RO_QUERY.ts:8
  • +
  • Defined in commands/SLOWLOG.ts:5
  • +
  • Defined in commands/SLOWLOG.ts:23
  • +
  • Defined in commands/index.ts:39
  • @@ -38,12 +38,12 @@
    TIMEOUT?: number
    +
  • Defined in commands/index.ts:41
  • params?: QueryParams
    +
  • Defined in commands/index.ts:40
  • +
  • Defined in commands/CONFIG_GET.ts:1
  • diff --git a/documentation/graph/modules/commands_CONFIG_SET.html b/documentation/graph/modules/commands_CONFIG_SET.html index dd1a5b7a70..37645474b0 100644 --- a/documentation/graph/modules/commands_CONFIG_SET.html +++ b/documentation/graph/modules/commands_CONFIG_SET.html @@ -16,7 +16,7 @@
  • commands/CONFIG_SET
  • Module commands/CONFIG_SET

    +
  • Defined in commands/CONFIG_SET.ts:1
  • diff --git a/documentation/graph/modules/commands_DELETE.html b/documentation/graph/modules/commands_DELETE.html index 827f593e9d..92ce44881f 100644 --- a/documentation/graph/modules/commands_DELETE.html +++ b/documentation/graph/modules/commands_DELETE.html @@ -16,7 +16,7 @@
  • commands/DELETE
  • Module commands/DELETE

    +
  • Defined in commands/DELETE.ts:1
  • diff --git a/documentation/graph/modules/commands_EXPLAIN.html b/documentation/graph/modules/commands_EXPLAIN.html index 8aa4ad2bb3..72ed6067cf 100644 --- a/documentation/graph/modules/commands_EXPLAIN.html +++ b/documentation/graph/modules/commands_EXPLAIN.html @@ -16,7 +16,7 @@
  • commands/EXPLAIN
  • Module commands/EXPLAIN

    +
  • Defined in commands/EXPLAIN.ts:1
  • diff --git a/documentation/graph/modules/commands_LIST.html b/documentation/graph/modules/commands_LIST.html index 794aee4bdb..1ac34170ce 100644 --- a/documentation/graph/modules/commands_LIST.html +++ b/documentation/graph/modules/commands_LIST.html @@ -16,7 +16,7 @@
  • commands/LIST
  • Module commands/LIST

    +
  • Defined in commands/LIST.ts:1
  • diff --git a/documentation/graph/modules/commands_PROFILE.html b/documentation/graph/modules/commands_PROFILE.html index 81f16eb1ec..827f8d159d 100644 --- a/documentation/graph/modules/commands_PROFILE.html +++ b/documentation/graph/modules/commands_PROFILE.html @@ -16,7 +16,7 @@
  • commands/PROFILE
  • Module commands/PROFILE

    +
  • Defined in commands/PROFILE.ts:1
  • diff --git a/documentation/graph/modules/commands_QUERY.html b/documentation/graph/modules/commands_QUERY.html index 5f03333afa..fcd503633e 100644 --- a/documentation/graph/modules/commands_QUERY.html +++ b/documentation/graph/modules/commands_QUERY.html @@ -16,7 +16,7 @@
  • commands/QUERY
  • Module commands/QUERY

    +
  • Defined in commands/QUERY.ts:1
  • diff --git a/documentation/graph/modules/commands_RO_QUERY.html b/documentation/graph/modules/commands_RO_QUERY.html index 4a0e4f7a98..c2676b4736 100644 --- a/documentation/graph/modules/commands_RO_QUERY.html +++ b/documentation/graph/modules/commands_RO_QUERY.html @@ -16,7 +16,7 @@
  • commands/RO_QUERY
  • Module commands/RO_QUERY

    +
  • Defined in commands/RO_QUERY.ts:1
  • diff --git a/documentation/graph/modules/commands_SLOWLOG.html b/documentation/graph/modules/commands_SLOWLOG.html index 5a77131991..0a6b56e550 100644 --- a/documentation/graph/modules/commands_SLOWLOG.html +++ b/documentation/graph/modules/commands_SLOWLOG.html @@ -16,7 +16,7 @@
  • commands/SLOWLOG
  • Module commands/SLOWLOG

    +
  • Defined in commands/SLOWLOG.ts:1
  • diff --git a/documentation/graph/modules/graph.html b/documentation/graph/modules/graph.html index 8c5a1abb8e..35eecdba2b 100644 --- a/documentation/graph/modules/graph.html +++ b/documentation/graph/modules/graph.html @@ -16,7 +16,7 @@
  • graph
  • Module graph

    +
  • Defined in graph.ts:1
  • diff --git a/documentation/graph/modules/index.html b/documentation/graph/modules/index.html index e3bbe800ef..6a57c7750f 100644 --- a/documentation/graph/modules/index.html +++ b/documentation/graph/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in index.ts:1
  • diff --git a/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html b/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html index ac995f1571..027c8f024a 100644 --- a/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html +++ b/documentation/graph/types/commands.QueryOptionsBackwardCompatible.html @@ -18,7 +18,7 @@

    Type alias QueryOptionsBackwardCompatible

    QueryOptionsBackwardCompatible: QueryOptions | number
    +
  • Defined in commands/index.ts:44
  • +
  • Defined in commands/QUERY.ts:35
  • +
  • Defined in commands/index.ts:12
  • +
  • Defined in commands/CONFIG_GET.ts:1
  • +
  • Defined in commands/DELETE.ts:1
  • +
  • Defined in commands/EXPLAIN.ts:1
  • +
  • Defined in commands/EXPLAIN.ts:3
  • +
  • Defined in commands/LIST.ts:1
  • +
  • Defined in commands/PROFILE.ts:1
  • +
  • Defined in commands/PROFILE.ts:3
  • +
  • Defined in commands/QUERY.ts:4
  • +
  • Defined in commands/RO_QUERY.ts:6
  • +
  • Defined in commands/SLOWLOG.ts:3
  • +
  • Defined in commands/SLOWLOG.ts:1
  • +
  • Defined in commands/index.ts:88
  • +
  • Defined in commands/index.ts:74
  • +
  • Defined in commands/index.ts:82
  • +
  • Defined in commands/index.ts:78
  • +
  • Defined in commands/ARRAPPEND.ts:5
  • +
  • Defined in commands/ARRAPPEND.ts:15
  • +
  • Defined in commands/ARRINDEX.ts:7
  • +
  • Defined in commands/ARRINDEX.ts:21
  • +
  • Defined in commands/ARRINSERT.ts:5
  • +
  • Defined in commands/ARRINSERT.ts:15
  • +
  • Defined in commands/ARRLEN.ts:5
  • +
  • Defined in commands/ARRLEN.ts:15
  • +
  • Defined in commands/ARRPOP.ts:5
  • +
  • Defined in commands/ARRPOP.ts:19
  • +
  • Defined in commands/ARRTRIM.ts:3
  • +
  • Defined in commands/ARRTRIM.ts:7
  • +
  • Defined in commands/DEBUG_MEMORY.ts:3
  • +
  • Defined in commands/DEBUG_MEMORY.ts:13
  • +
  • Defined in commands/DEL.ts:3
  • +
  • Defined in commands/DEL.ts:13
  • +
  • Defined in commands/FORGET.ts:3
  • +
  • Defined in commands/FORGET.ts:13
  • +
  • Defined in commands/GET.ts:16
  • +
  • Defined in commands/MGET.ts:5
  • +
  • Defined in commands/MGET.ts:13
  • +
  • Defined in commands/NUMINCRBY.ts:3
  • +
  • Defined in commands/NUMMULTBY.ts:3
  • +
  • Defined in commands/OBJKEYS.ts:3
  • +
  • Defined in commands/OBJKEYS.ts:13
  • +
  • Defined in commands/OBJLEN.ts:3
  • +
  • Defined in commands/OBJLEN.ts:13
  • +
  • Defined in commands/RESP.ts:3
  • +
  • Defined in commands/RESP.ts:15
  • +
  • Defined in commands/SET.ts:13
  • +
  • Defined in commands/SET.ts:25
  • +
  • Defined in commands/STRAPPEND.ts:9
  • +
  • Defined in commands/STRAPPEND.ts:21
  • +
  • Defined in commands/STRLEN.ts:5
  • +
  • Defined in commands/STRLEN.ts:15
  • +
  • Defined in commands/TYPE.ts:3
  • +
  • Defined in commands/TYPE.ts:13
  • +
  • Defined in commands/ARRAPPEND.ts:1
  • diff --git a/documentation/json/modules/commands_ARRINDEX.html b/documentation/json/modules/commands_ARRINDEX.html index bcd7a40960..9a6ebdbfdb 100644 --- a/documentation/json/modules/commands_ARRINDEX.html +++ b/documentation/json/modules/commands_ARRINDEX.html @@ -16,7 +16,7 @@
  • commands/ARRINDEX
  • Module commands/ARRINDEX

    +
  • Defined in commands/ARRINDEX.ts:1
  • diff --git a/documentation/json/modules/commands_ARRINSERT.html b/documentation/json/modules/commands_ARRINSERT.html index 7586eaaf0d..8f2309c475 100644 --- a/documentation/json/modules/commands_ARRINSERT.html +++ b/documentation/json/modules/commands_ARRINSERT.html @@ -16,7 +16,7 @@
  • commands/ARRINSERT
  • Module commands/ARRINSERT

    +
  • Defined in commands/ARRINSERT.ts:1
  • diff --git a/documentation/json/modules/commands_ARRLEN.html b/documentation/json/modules/commands_ARRLEN.html index ba04c7ebd3..7f52975deb 100644 --- a/documentation/json/modules/commands_ARRLEN.html +++ b/documentation/json/modules/commands_ARRLEN.html @@ -16,7 +16,7 @@
  • commands/ARRLEN
  • Module commands/ARRLEN

    +
  • Defined in commands/ARRLEN.ts:1
  • diff --git a/documentation/json/modules/commands_ARRPOP.html b/documentation/json/modules/commands_ARRPOP.html index 2b0d24825f..7918c8cf0b 100644 --- a/documentation/json/modules/commands_ARRPOP.html +++ b/documentation/json/modules/commands_ARRPOP.html @@ -16,7 +16,7 @@
  • commands/ARRPOP
  • Module commands/ARRPOP

    +
  • Defined in commands/ARRPOP.ts:1
  • diff --git a/documentation/json/modules/commands_ARRTRIM.html b/documentation/json/modules/commands_ARRTRIM.html index 8332dc9831..d231854944 100644 --- a/documentation/json/modules/commands_ARRTRIM.html +++ b/documentation/json/modules/commands_ARRTRIM.html @@ -16,7 +16,7 @@
  • commands/ARRTRIM
  • Module commands/ARRTRIM

    +
  • Defined in commands/ARRTRIM.ts:1
  • diff --git a/documentation/json/modules/commands_DEBUG_MEMORY.html b/documentation/json/modules/commands_DEBUG_MEMORY.html index ebeff18e5f..09ac12627c 100644 --- a/documentation/json/modules/commands_DEBUG_MEMORY.html +++ b/documentation/json/modules/commands_DEBUG_MEMORY.html @@ -16,7 +16,7 @@
  • commands/DEBUG_MEMORY
  • Module commands/DEBUG_MEMORY

    +
  • Defined in commands/DEBUG_MEMORY.ts:1
  • diff --git a/documentation/json/modules/commands_DEL.html b/documentation/json/modules/commands_DEL.html index 529da2c2d7..4d263e4481 100644 --- a/documentation/json/modules/commands_DEL.html +++ b/documentation/json/modules/commands_DEL.html @@ -16,7 +16,7 @@
  • commands/DEL
  • Module commands/DEL

    +
  • Defined in commands/DEL.ts:1
  • diff --git a/documentation/json/modules/commands_FORGET.html b/documentation/json/modules/commands_FORGET.html index 17936c3033..d40eee95e3 100644 --- a/documentation/json/modules/commands_FORGET.html +++ b/documentation/json/modules/commands_FORGET.html @@ -16,7 +16,7 @@
  • commands/FORGET
  • Module commands/FORGET

    +
  • Defined in commands/FORGET.ts:1
  • diff --git a/documentation/json/modules/commands_GET.html b/documentation/json/modules/commands_GET.html index fc5c9ca610..a0de24ff24 100644 --- a/documentation/json/modules/commands_GET.html +++ b/documentation/json/modules/commands_GET.html @@ -16,7 +16,7 @@
  • commands/GET
  • Module commands/GET

    +
  • Defined in commands/GET.ts:1
  • diff --git a/documentation/json/modules/commands_MGET.html b/documentation/json/modules/commands_MGET.html index c2f4eee52c..8bfd9155be 100644 --- a/documentation/json/modules/commands_MGET.html +++ b/documentation/json/modules/commands_MGET.html @@ -16,7 +16,7 @@
  • commands/MGET
  • Module commands/MGET

    +
  • Defined in commands/MGET.ts:1
  • diff --git a/documentation/json/modules/commands_NUMINCRBY.html b/documentation/json/modules/commands_NUMINCRBY.html index 0f3dcc2fa2..51bd53406f 100644 --- a/documentation/json/modules/commands_NUMINCRBY.html +++ b/documentation/json/modules/commands_NUMINCRBY.html @@ -16,7 +16,7 @@
  • commands/NUMINCRBY
  • Module commands/NUMINCRBY

    +
  • Defined in commands/NUMINCRBY.ts:1
  • diff --git a/documentation/json/modules/commands_NUMMULTBY.html b/documentation/json/modules/commands_NUMMULTBY.html index 36bc0d48d9..a0a62f660e 100644 --- a/documentation/json/modules/commands_NUMMULTBY.html +++ b/documentation/json/modules/commands_NUMMULTBY.html @@ -16,7 +16,7 @@
  • commands/NUMMULTBY
  • Module commands/NUMMULTBY

    +
  • Defined in commands/NUMMULTBY.ts:1
  • diff --git a/documentation/json/modules/commands_OBJKEYS.html b/documentation/json/modules/commands_OBJKEYS.html index 9e18bc641f..15da3054c5 100644 --- a/documentation/json/modules/commands_OBJKEYS.html +++ b/documentation/json/modules/commands_OBJKEYS.html @@ -16,7 +16,7 @@
  • commands/OBJKEYS
  • Module commands/OBJKEYS

    +
  • Defined in commands/OBJKEYS.ts:1
  • diff --git a/documentation/json/modules/commands_OBJLEN.html b/documentation/json/modules/commands_OBJLEN.html index e2347df091..0121209228 100644 --- a/documentation/json/modules/commands_OBJLEN.html +++ b/documentation/json/modules/commands_OBJLEN.html @@ -16,7 +16,7 @@
  • commands/OBJLEN
  • Module commands/OBJLEN

    +
  • Defined in commands/OBJLEN.ts:1
  • diff --git a/documentation/json/modules/commands_RESP.html b/documentation/json/modules/commands_RESP.html index cbd3adf6b6..c3bf0d5ac4 100644 --- a/documentation/json/modules/commands_RESP.html +++ b/documentation/json/modules/commands_RESP.html @@ -16,7 +16,7 @@
  • commands/RESP
  • Module commands/RESP

    +
  • Defined in commands/RESP.ts:1
  • diff --git a/documentation/json/modules/commands_SET.html b/documentation/json/modules/commands_SET.html index be6d470b95..1a4a905122 100644 --- a/documentation/json/modules/commands_SET.html +++ b/documentation/json/modules/commands_SET.html @@ -16,7 +16,7 @@
  • commands/SET
  • Module commands/SET

    +
  • Defined in commands/SET.ts:1
  • diff --git a/documentation/json/modules/commands_STRAPPEND.html b/documentation/json/modules/commands_STRAPPEND.html index 69b3876a64..232c224a04 100644 --- a/documentation/json/modules/commands_STRAPPEND.html +++ b/documentation/json/modules/commands_STRAPPEND.html @@ -16,7 +16,7 @@
  • commands/STRAPPEND
  • Module commands/STRAPPEND

    +
  • Defined in commands/STRAPPEND.ts:1
  • diff --git a/documentation/json/modules/commands_STRLEN.html b/documentation/json/modules/commands_STRLEN.html index ec6073d05d..e1b52edb4a 100644 --- a/documentation/json/modules/commands_STRLEN.html +++ b/documentation/json/modules/commands_STRLEN.html @@ -16,7 +16,7 @@
  • commands/STRLEN
  • Module commands/STRLEN

    +
  • Defined in commands/STRLEN.ts:1
  • diff --git a/documentation/json/modules/commands_TYPE.html b/documentation/json/modules/commands_TYPE.html index b44eadbe0a..94b198f835 100644 --- a/documentation/json/modules/commands_TYPE.html +++ b/documentation/json/modules/commands_TYPE.html @@ -16,7 +16,7 @@
  • commands/TYPE
  • Module commands/TYPE

    +
  • Defined in commands/TYPE.ts:1
  • diff --git a/documentation/json/modules/index.html b/documentation/json/modules/index.html index fedbcd66f8..5ccbb93e56 100644 --- a/documentation/json/modules/index.html +++ b/documentation/json/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in index.ts:1
  • diff --git a/documentation/json/types/commands.RedisJSON.html b/documentation/json/types/commands.RedisJSON.html index cb2c280222..2c6f5dfc5a 100644 --- a/documentation/json/types/commands.RedisJSON.html +++ b/documentation/json/types/commands.RedisJSON.html @@ -18,7 +18,7 @@

    Type alias RedisJSON

    RedisJSON: null | boolean | number | string | Date | RedisJSONArray | RedisJSONObject
    +
  • Defined in commands/index.ts:72
  • +
  • Defined in commands/index.ts:22
  • +
  • Defined in commands/ARRAPPEND.ts:3
  • +
  • Defined in commands/ARRINDEX.ts:3
  • +
  • Defined in commands/ARRINDEX.ts:5
  • +
  • Defined in commands/ARRINSERT.ts:3
  • +
  • Defined in commands/ARRLEN.ts:1
  • +
  • Defined in commands/ARRLEN.ts:3
  • +
  • Defined in commands/ARRPOP.ts:3
  • +
  • Defined in commands/ARRTRIM.ts:1
  • +
  • Defined in commands/DEBUG_MEMORY.ts:1
  • +
  • Defined in commands/DEL.ts:1
  • +
  • Defined in commands/FORGET.ts:1
  • +
  • Defined in commands/GET.ts:4
  • +
  • Defined in commands/GET.ts:6
  • +
  • Defined in commands/MGET.ts:3
  • +
  • Defined in commands/NUMINCRBY.ts:1
  • +
  • Defined in commands/NUMMULTBY.ts:1
  • +
  • Defined in commands/OBJKEYS.ts:1
  • +
  • Defined in commands/OBJLEN.ts:1
  • +
  • Defined in commands/RESP.ts:1
  • +
  • Defined in commands/SET.ts:3
  • +
  • Defined in commands/STRAPPEND.ts:3
  • +
  • Defined in commands/STRLEN.ts:1
  • +
  • Defined in commands/STRLEN.ts:3
  • +
  • Defined in commands/TYPE.ts:1
  • CATALANA: "Catalan"
    +
  • Defined in search/lib/commands/index.ts:110
  • CHINESE: "Chinese"
    +
  • Defined in search/lib/commands/index.ts:132
  • DANISH: "Danish"
    +
  • Defined in search/lib/commands/index.ts:111
  • DUTCH: "Dutch"
    +
  • Defined in search/lib/commands/index.ts:112
  • ENGLISH: "English"
    +
  • Defined in search/lib/commands/index.ts:113
  • FINNISH: "Finnish"
    +
  • Defined in search/lib/commands/index.ts:114
  • FRENCH: "French"
    +
  • Defined in search/lib/commands/index.ts:115
  • GERMAN: "German"
    +
  • Defined in search/lib/commands/index.ts:116
  • GREEK: "Greek"
    +
  • Defined in search/lib/commands/index.ts:117
  • HUNGARIAN: "Hungarian"
    +
  • Defined in search/lib/commands/index.ts:118
  • INDONESAIN: "Indonesian"
    +
  • Defined in search/lib/commands/index.ts:119
  • IRISH: "Irish"
    +
  • Defined in search/lib/commands/index.ts:120
  • ITALIAN: "Italian"
    +
  • Defined in search/lib/commands/index.ts:121
  • LITHUANIAN: "Lithuanian"
    +
  • Defined in search/lib/commands/index.ts:122
  • NEPALI: "Nepali"
    +
  • Defined in search/lib/commands/index.ts:123
  • NORWEIGAN: "Norwegian"
    +
  • Defined in search/lib/commands/index.ts:124
  • PORTUGUESE: "Portuguese"
    +
  • Defined in search/lib/commands/index.ts:125
  • ROMANIAN: "Romanian"
    +
  • Defined in search/lib/commands/index.ts:126
  • RUSSIAN: "Russian"
    +
  • Defined in search/lib/commands/index.ts:127
  • SPANISH: "Spanish"
    +
  • Defined in search/lib/commands/index.ts:128
  • SWEDISH: "Swedish"
    +
  • Defined in search/lib/commands/index.ts:129
  • TAMIL: "Tamil"
    +
  • Defined in search/lib/commands/index.ts:130
  • TURKISH: "Turkish"
    +
  • Defined in search/lib/commands/index.ts:131
  • TAG: "TAG"
    +
  • Defined in search/lib/commands/index.ts:184
  • TEXT: "TEXT"
    +
  • Defined in search/lib/commands/index.ts:181
  • VECTOR: "VECTOR"
    +
  • Defined in search/lib/commands/index.ts:185
  • DM_FR: "dm:fr"
    +
  • Defined in search/lib/commands/index.ts:209
  • FM_PT: "dm:pt"
    +
  • Defined in search/lib/commands/index.ts:210
  • +
  • Defined in search/lib/commands/index.ts:233
  • COUNT_DISTINCT: "COUNT_DISTINCT"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:19
  • COUNT_DISTINCTISH: "COUNT_DISTINCTISH"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:20
  • FIRST_VALUE: "FIRST_VALUE"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:29
  • MAX: "MAX"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:23
  • MIN: "MIN"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:22
  • QUANTILE: "QUANTILE"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:26
  • RANDOM_SAMPLE: "RANDOM_SAMPLE"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:30
  • STDDEV: "STDDEV"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:25
  • SUM: "SUM"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:21
  • TOLIST: "TOLIST"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:27
  • TO_LIST: "TOLIST"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:28
  • GROUPBY: "GROUPBY"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:6
  • LIMIT: "LIMIT"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:9
  • SORTBY: "SORTBY"
    +
  • Defined in search/lib/commands/AGGREGATE.ts:7
  • +
  • Defined in search/lib/commands/index.ts:173
  • +
  • Defined in search/lib/commands/index.ts:379
  • +
  • Defined in search/lib/commands/index.ts:267
  • +
  • Defined in search/lib/commands/index.ts:394
  • +
  • Defined in search/lib/commands/index.ts:154
  • +
  • Defined in search/lib/commands/index.ts:142
  • +
  • Defined in search/lib/commands/index.ts:571
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:144
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:133
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:294
  • +
  • Defined in search/lib/commands/AGGREGATE_WITHCURSOR.ts:15
  • +
  • Defined in search/lib/commands/AGGREGATE_WITHCURSOR.ts:39
  • +
  • Defined in search/lib/commands/ALIASADD.ts:1
  • +
  • Defined in search/lib/commands/ALIASADD.ts:5
  • +
  • Defined in search/lib/commands/ALIASDEL.ts:1
  • +
  • Defined in search/lib/commands/ALIASDEL.ts:5
  • +
  • Defined in search/lib/commands/ALIASUPDATE.ts:1
  • +
  • Defined in search/lib/commands/ALIASUPDATE.ts:5
  • +
  • Defined in search/lib/commands/ALTER.ts:3
  • +
  • Defined in search/lib/commands/ALTER.ts:10
  • +
  • Defined in search/lib/commands/CONFIG_GET.ts:1
  • +
  • Defined in search/lib/commands/CONFIG_GET.ts:9
  • +
  • Defined in search/lib/commands/CONFIG_SET.ts:1
  • +
  • Defined in search/lib/commands/CONFIG_SET.ts:5
  • +
  • Defined in search/lib/commands/CREATE.ts:23
  • +
  • Defined in search/lib/commands/CREATE.ts:91
  • +
  • Defined in search/lib/commands/CURSOR_DEL.ts:5
  • +
  • Defined in search/lib/commands/CURSOR_DEL.ts:14
  • +
  • Defined in search/lib/commands/CURSOR_READ.ts:7
  • +
  • Defined in search/lib/commands/DICTADD.ts:4
  • +
  • Defined in search/lib/commands/DICTADD.ts:8
  • +
  • Defined in search/lib/commands/DICTDEL.ts:4
  • +
  • Defined in search/lib/commands/DICTDEL.ts:8
  • +
  • Defined in search/lib/commands/DICTDUMP.ts:1
  • +
  • Defined in search/lib/commands/DICTDUMP.ts:5
  • +
  • Defined in search/lib/commands/DROPINDEX.ts:5
  • +
  • Defined in search/lib/commands/DROPINDEX.ts:15
  • +
  • Defined in search/lib/commands/EXPLAIN.ts:10
  • +
  • Defined in search/lib/commands/EXPLAIN.ts:26
  • +
  • Defined in search/lib/commands/EXPLAINCLI.ts:3
  • +
  • Defined in search/lib/commands/EXPLAINCLI.ts:7
  • +
  • Defined in search/lib/commands/INFO.ts:4
  • +
  • Defined in search/lib/commands/INFO.ts:126
  • +
  • Defined in search/lib/commands/PROFILE_AGGREGATE.ts:6
  • +
  • Defined in search/lib/commands/PROFILE_AGGREGATE.ts:24
  • +
  • Defined in search/lib/commands/PROFILE_SEARCH.ts:7
  • +
  • Defined in search/lib/commands/PROFILE_SEARCH.ts:24
  • +
  • Defined in search/lib/commands/SEARCH.ts:60
  • +
  • Defined in search/lib/commands/SEARCH.ts:73
  • +
  • Defined in search/lib/commands/SPELLCHECK.ts:12
  • +
  • Defined in search/lib/commands/SPELLCHECK.ts:54
  • +
  • Defined in search/lib/commands/SUGADD.ts:6
  • +
  • Defined in search/lib/commands/SUGADD.ts:20
  • +
  • Defined in search/lib/commands/SUGDEL.ts:1
  • +
  • Defined in search/lib/commands/SUGGET.ts:8
  • +
  • Defined in search/lib/commands/SUGGET.ts:22
  • +
  • Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:5
  • +
  • Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:17
  • +
  • Defined in search/lib/commands/SUGGET_WITHSCORES.ts:5
  • +
  • Defined in search/lib/commands/SUGGET_WITHSCORES.ts:17
  • +
  • Defined in search/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts:7
  • +
  • Defined in search/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts:17
  • +
  • Defined in search/lib/commands/SUGLEN.ts:3
  • +
  • Defined in search/lib/commands/SUGLEN.ts:7
  • +
  • Defined in search/lib/commands/SYNDUMP.ts:1
  • +
  • Defined in search/lib/commands/SYNDUMP.ts:5
  • +
  • Defined in search/lib/commands/SYNUPDATE.ts:8
  • +
  • Defined in search/lib/commands/SYNUPDATE.ts:23
  • +
  • Defined in search/lib/commands/TAGVALS.ts:1
  • +
  • Defined in search/lib/commands/TAGVALS.ts:5
  • +
  • Defined in search/lib/commands/_LIST.ts:1
  • +
  • Defined in search/lib/commands/_LIST.ts:5
  • +
  • Defined in search/lib/commands/index.ts:524
  • @@ -37,7 +37,7 @@
    LIMITED?: true
    +
  • Defined in search/lib/commands/index.ts:525
  • +
  • Defined in search/lib/commands/index.ts:542
  • @@ -38,12 +38,12 @@
    profile: ProfileData
    +
  • Defined in search/lib/commands/index.ts:544
  • +
  • Defined in search/lib/commands/index.ts:543
  • +
  • Defined in search/lib/commands/index.ts:257
  • +
  • Defined in search/lib/commands/index.ts:516
  • @@ -38,12 +38,12 @@
    documents: {
        id: string;
        value: SearchDocumentValue;
    }[]
    +
  • Defined in search/lib/commands/index.ts:518
  • total: number
    +
  • Defined in search/lib/commands/index.ts:517
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:121
  • @@ -41,27 +41,27 @@
    DIALECT?: number
    +
  • Defined in search/lib/commands/AGGREGATE.ts:126
  • LOAD?: LoadField | LoadField[]
    +
  • Defined in search/lib/commands/AGGREGATE.ts:123
  • PARAMS?: Params
    +
  • Defined in search/lib/commands/AGGREGATE.ts:125
  • STEPS?: (GroupByStep | SortStep | ApplyStep | LimitStep | FilterStep)[]
    +
  • Defined in search/lib/commands/AGGREGATE.ts:124
  • VERBATIM?: true
    +
  • Defined in search/lib/commands/AGGREGATE.ts:122
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:289
  • @@ -38,12 +38,12 @@
    results: Record<string, RedisCommandArgument>[]
    +
  • Defined in search/lib/commands/AGGREGATE.ts:291
  • total: number
    +
  • Defined in search/lib/commands/AGGREGATE.ts:290
  • +
  • Defined in search/lib/commands/SEARCH.ts:14
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:1
  • diff --git a/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html b/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html index 9b44ea1a4d..18c16c09d5 100644 --- a/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html +++ b/documentation/search/modules/commands_AGGREGATE_WITHCURSOR.html @@ -16,7 +16,7 @@
  • commands/AGGREGATE_WITHCURSOR
  • Module commands/AGGREGATE_WITHCURSOR

    +
  • Defined in search/lib/commands/AGGREGATE_WITHCURSOR.ts:1
  • diff --git a/documentation/search/modules/commands_ALIASADD.html b/documentation/search/modules/commands_ALIASADD.html index 335d9ac60f..0f3b303041 100644 --- a/documentation/search/modules/commands_ALIASADD.html +++ b/documentation/search/modules/commands_ALIASADD.html @@ -16,7 +16,7 @@
  • commands/ALIASADD
  • Module commands/ALIASADD

    +
  • Defined in search/lib/commands/ALIASADD.ts:1
  • diff --git a/documentation/search/modules/commands_ALIASDEL.html b/documentation/search/modules/commands_ALIASDEL.html index 1b008adc06..fdf301e9cd 100644 --- a/documentation/search/modules/commands_ALIASDEL.html +++ b/documentation/search/modules/commands_ALIASDEL.html @@ -16,7 +16,7 @@
  • commands/ALIASDEL
  • Module commands/ALIASDEL

    +
  • Defined in search/lib/commands/ALIASDEL.ts:1
  • diff --git a/documentation/search/modules/commands_ALIASUPDATE.html b/documentation/search/modules/commands_ALIASUPDATE.html index 2618e28c14..9cec487014 100644 --- a/documentation/search/modules/commands_ALIASUPDATE.html +++ b/documentation/search/modules/commands_ALIASUPDATE.html @@ -16,7 +16,7 @@
  • commands/ALIASUPDATE
  • Module commands/ALIASUPDATE

    +
  • Defined in search/lib/commands/ALIASUPDATE.ts:1
  • diff --git a/documentation/search/modules/commands_ALTER.html b/documentation/search/modules/commands_ALTER.html index 29fc792163..363f4120c9 100644 --- a/documentation/search/modules/commands_ALTER.html +++ b/documentation/search/modules/commands_ALTER.html @@ -16,7 +16,7 @@
  • commands/ALTER
  • Module commands/ALTER

    +
  • Defined in search/lib/commands/ALTER.ts:1
  • diff --git a/documentation/search/modules/commands_CONFIG_GET.html b/documentation/search/modules/commands_CONFIG_GET.html index 1f2785efde..244e7aeeeb 100644 --- a/documentation/search/modules/commands_CONFIG_GET.html +++ b/documentation/search/modules/commands_CONFIG_GET.html @@ -16,7 +16,7 @@
  • commands/CONFIG_GET
  • Module commands/CONFIG_GET

    +
  • Defined in search/lib/commands/CONFIG_GET.ts:1
  • diff --git a/documentation/search/modules/commands_CONFIG_SET.html b/documentation/search/modules/commands_CONFIG_SET.html index aef345cb3b..a7922c0791 100644 --- a/documentation/search/modules/commands_CONFIG_SET.html +++ b/documentation/search/modules/commands_CONFIG_SET.html @@ -16,7 +16,7 @@
  • commands/CONFIG_SET
  • Module commands/CONFIG_SET

    +
  • Defined in search/lib/commands/CONFIG_SET.ts:1
  • diff --git a/documentation/search/modules/commands_CREATE.html b/documentation/search/modules/commands_CREATE.html index a5653e598f..028ac964ad 100644 --- a/documentation/search/modules/commands_CREATE.html +++ b/documentation/search/modules/commands_CREATE.html @@ -16,7 +16,7 @@
  • commands/CREATE
  • Module commands/CREATE

    +
  • Defined in search/lib/commands/CREATE.ts:1
  • diff --git a/documentation/search/modules/commands_CURSOR_DEL.html b/documentation/search/modules/commands_CURSOR_DEL.html index ed3b1c1d64..87fc257e3b 100644 --- a/documentation/search/modules/commands_CURSOR_DEL.html +++ b/documentation/search/modules/commands_CURSOR_DEL.html @@ -16,7 +16,7 @@
  • commands/CURSOR_DEL
  • Module commands/CURSOR_DEL

    +
  • Defined in search/lib/commands/CURSOR_DEL.ts:1
  • diff --git a/documentation/search/modules/commands_CURSOR_READ.html b/documentation/search/modules/commands_CURSOR_READ.html index 2b26d4a875..4e125f24a3 100644 --- a/documentation/search/modules/commands_CURSOR_READ.html +++ b/documentation/search/modules/commands_CURSOR_READ.html @@ -16,7 +16,7 @@
  • commands/CURSOR_READ
  • Module commands/CURSOR_READ

    +
  • Defined in search/lib/commands/CURSOR_READ.ts:1
  • diff --git a/documentation/search/modules/commands_DICTADD.html b/documentation/search/modules/commands_DICTADD.html index 0feb3095de..459971d104 100644 --- a/documentation/search/modules/commands_DICTADD.html +++ b/documentation/search/modules/commands_DICTADD.html @@ -16,7 +16,7 @@
  • commands/DICTADD
  • Module commands/DICTADD

    +
  • Defined in search/lib/commands/DICTADD.ts:1
  • diff --git a/documentation/search/modules/commands_DICTDEL.html b/documentation/search/modules/commands_DICTDEL.html index 67cd6ed137..0c8fb8d4f7 100644 --- a/documentation/search/modules/commands_DICTDEL.html +++ b/documentation/search/modules/commands_DICTDEL.html @@ -16,7 +16,7 @@
  • commands/DICTDEL
  • Module commands/DICTDEL

    +
  • Defined in search/lib/commands/DICTDEL.ts:1
  • diff --git a/documentation/search/modules/commands_DICTDUMP.html b/documentation/search/modules/commands_DICTDUMP.html index b3d8264316..98ab4733db 100644 --- a/documentation/search/modules/commands_DICTDUMP.html +++ b/documentation/search/modules/commands_DICTDUMP.html @@ -16,7 +16,7 @@
  • commands/DICTDUMP
  • Module commands/DICTDUMP

    +
  • Defined in search/lib/commands/DICTDUMP.ts:1
  • diff --git a/documentation/search/modules/commands_DROPINDEX.html b/documentation/search/modules/commands_DROPINDEX.html index 1a38c48548..46a0d6b62f 100644 --- a/documentation/search/modules/commands_DROPINDEX.html +++ b/documentation/search/modules/commands_DROPINDEX.html @@ -16,7 +16,7 @@
  • commands/DROPINDEX
  • Module commands/DROPINDEX

    +
  • Defined in search/lib/commands/DROPINDEX.ts:1
  • diff --git a/documentation/search/modules/commands_EXPLAIN.html b/documentation/search/modules/commands_EXPLAIN.html index 03d23a68eb..8f94c7ae86 100644 --- a/documentation/search/modules/commands_EXPLAIN.html +++ b/documentation/search/modules/commands_EXPLAIN.html @@ -16,7 +16,7 @@
  • commands/EXPLAIN
  • Module commands/EXPLAIN

    +
  • Defined in search/lib/commands/EXPLAIN.ts:1
  • diff --git a/documentation/search/modules/commands_EXPLAINCLI.html b/documentation/search/modules/commands_EXPLAINCLI.html index f24964a159..7e4616891f 100644 --- a/documentation/search/modules/commands_EXPLAINCLI.html +++ b/documentation/search/modules/commands_EXPLAINCLI.html @@ -16,7 +16,7 @@
  • commands/EXPLAINCLI
  • Module commands/EXPLAINCLI

    +
  • Defined in search/lib/commands/EXPLAINCLI.ts:1
  • diff --git a/documentation/search/modules/commands_INFO.html b/documentation/search/modules/commands_INFO.html index 478706762a..caf7b6345a 100644 --- a/documentation/search/modules/commands_INFO.html +++ b/documentation/search/modules/commands_INFO.html @@ -16,7 +16,7 @@
  • commands/INFO
  • Module commands/INFO

    +
  • Defined in search/lib/commands/INFO.ts:1
  • diff --git a/documentation/search/modules/commands_PROFILE_AGGREGATE.html b/documentation/search/modules/commands_PROFILE_AGGREGATE.html index 06f778885d..e5f9e53a2c 100644 --- a/documentation/search/modules/commands_PROFILE_AGGREGATE.html +++ b/documentation/search/modules/commands_PROFILE_AGGREGATE.html @@ -16,7 +16,7 @@
  • commands/PROFILE_AGGREGATE
  • Module commands/PROFILE_AGGREGATE

    +
  • Defined in search/lib/commands/PROFILE_AGGREGATE.ts:1
  • diff --git a/documentation/search/modules/commands_PROFILE_SEARCH.html b/documentation/search/modules/commands_PROFILE_SEARCH.html index 491ba11466..ee08514f66 100644 --- a/documentation/search/modules/commands_PROFILE_SEARCH.html +++ b/documentation/search/modules/commands_PROFILE_SEARCH.html @@ -16,7 +16,7 @@
  • commands/PROFILE_SEARCH
  • Module commands/PROFILE_SEARCH

    +
  • Defined in search/lib/commands/PROFILE_SEARCH.ts:1
  • diff --git a/documentation/search/modules/commands_SEARCH.html b/documentation/search/modules/commands_SEARCH.html index e0dfa5bfad..a387242568 100644 --- a/documentation/search/modules/commands_SEARCH.html +++ b/documentation/search/modules/commands_SEARCH.html @@ -16,7 +16,7 @@
  • commands/SEARCH
  • Module commands/SEARCH

    +
  • Defined in search/lib/commands/SEARCH.ts:1
  • diff --git a/documentation/search/modules/commands_SPELLCHECK.html b/documentation/search/modules/commands_SPELLCHECK.html index bee1e8bd23..bb6881ac9c 100644 --- a/documentation/search/modules/commands_SPELLCHECK.html +++ b/documentation/search/modules/commands_SPELLCHECK.html @@ -16,7 +16,7 @@
  • commands/SPELLCHECK
  • Module commands/SPELLCHECK

    +
  • Defined in search/lib/commands/SPELLCHECK.ts:1
  • diff --git a/documentation/search/modules/commands_SUGADD.html b/documentation/search/modules/commands_SUGADD.html index 5bcb25f38b..c7c45a5659 100644 --- a/documentation/search/modules/commands_SUGADD.html +++ b/documentation/search/modules/commands_SUGADD.html @@ -16,7 +16,7 @@
  • commands/SUGADD
  • Module commands/SUGADD

    +
  • Defined in search/lib/commands/SUGADD.ts:1
  • diff --git a/documentation/search/modules/commands_SUGDEL.html b/documentation/search/modules/commands_SUGDEL.html index 72f2336d77..6f0c26a942 100644 --- a/documentation/search/modules/commands_SUGDEL.html +++ b/documentation/search/modules/commands_SUGDEL.html @@ -16,7 +16,7 @@
  • commands/SUGDEL
  • Module commands/SUGDEL

    +
  • Defined in search/lib/commands/SUGDEL.ts:1
  • diff --git a/documentation/search/modules/commands_SUGGET.html b/documentation/search/modules/commands_SUGGET.html index a04e43353e..b3c22598a8 100644 --- a/documentation/search/modules/commands_SUGGET.html +++ b/documentation/search/modules/commands_SUGGET.html @@ -16,7 +16,7 @@
  • commands/SUGGET
  • Module commands/SUGGET

    +
  • Defined in search/lib/commands/SUGGET.ts:1
  • diff --git a/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html b/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html index 85cfa3a39d..ce53e7aab7 100644 --- a/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html +++ b/documentation/search/modules/commands_SUGGET_WITHPAYLOADS.html @@ -16,7 +16,7 @@
  • commands/SUGGET_WITHPAYLOADS
  • Module commands/SUGGET_WITHPAYLOADS

    +
  • Defined in search/lib/commands/SUGGET_WITHPAYLOADS.ts:1
  • diff --git a/documentation/search/modules/commands_SUGGET_WITHSCORES.html b/documentation/search/modules/commands_SUGGET_WITHSCORES.html index 1abcb4510e..d87da899c3 100644 --- a/documentation/search/modules/commands_SUGGET_WITHSCORES.html +++ b/documentation/search/modules/commands_SUGGET_WITHSCORES.html @@ -16,7 +16,7 @@
  • commands/SUGGET_WITHSCORES
  • Module commands/SUGGET_WITHSCORES

    +
  • Defined in search/lib/commands/SUGGET_WITHSCORES.ts:1
  • diff --git a/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html b/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html index 83e223b72d..77a298d8d3 100644 --- a/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html +++ b/documentation/search/modules/commands_SUGGET_WITHSCORES_WITHPAYLOADS.html @@ -16,7 +16,7 @@
  • commands/SUGGET_WITHSCORES_WITHPAYLOADS
  • Module commands/SUGGET_WITHSCORES_WITHPAYLOADS

    +
  • Defined in search/lib/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts:1
  • diff --git a/documentation/search/modules/commands_SUGLEN.html b/documentation/search/modules/commands_SUGLEN.html index 5c2fc5c626..f4fee43f3d 100644 --- a/documentation/search/modules/commands_SUGLEN.html +++ b/documentation/search/modules/commands_SUGLEN.html @@ -16,7 +16,7 @@
  • commands/SUGLEN
  • Module commands/SUGLEN

    +
  • Defined in search/lib/commands/SUGLEN.ts:1
  • diff --git a/documentation/search/modules/commands_SYNDUMP.html b/documentation/search/modules/commands_SYNDUMP.html index 7625dcaeb0..ee800bcdea 100644 --- a/documentation/search/modules/commands_SYNDUMP.html +++ b/documentation/search/modules/commands_SYNDUMP.html @@ -16,7 +16,7 @@
  • commands/SYNDUMP
  • Module commands/SYNDUMP

    +
  • Defined in search/lib/commands/SYNDUMP.ts:1
  • diff --git a/documentation/search/modules/commands_SYNUPDATE.html b/documentation/search/modules/commands_SYNUPDATE.html index 55a1b9cbae..bf21c26685 100644 --- a/documentation/search/modules/commands_SYNUPDATE.html +++ b/documentation/search/modules/commands_SYNUPDATE.html @@ -16,7 +16,7 @@
  • commands/SYNUPDATE
  • Module commands/SYNUPDATE

    +
  • Defined in search/lib/commands/SYNUPDATE.ts:1
  • diff --git a/documentation/search/modules/commands_TAGVALS.html b/documentation/search/modules/commands_TAGVALS.html index cc345e6685..fc8a70c2a0 100644 --- a/documentation/search/modules/commands_TAGVALS.html +++ b/documentation/search/modules/commands_TAGVALS.html @@ -16,7 +16,7 @@
  • commands/TAGVALS
  • Module commands/TAGVALS

    +
  • Defined in search/lib/commands/TAGVALS.ts:1
  • diff --git a/documentation/search/modules/commands__LIST.html b/documentation/search/modules/commands__LIST.html index dba057c61a..b6709e9a91 100644 --- a/documentation/search/modules/commands__LIST.html +++ b/documentation/search/modules/commands__LIST.html @@ -16,7 +16,7 @@
  • commands/_LIST
  • Module commands/_LIST

    +
  • Defined in search/lib/commands/_LIST.ts:1
  • diff --git a/documentation/search/modules/index.html b/documentation/search/modules/index.html index 7f2b1616b6..da883fd727 100644 --- a/documentation/search/modules/index.html +++ b/documentation/search/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in search/lib/index.ts:1
  • diff --git a/documentation/search/types/commands.Params.html b/documentation/search/types/commands.Params.html index c9c1b321ea..d3de83464d 100644 --- a/documentation/search/types/commands.Params.html +++ b/documentation/search/types/commands.Params.html @@ -18,7 +18,7 @@

    Type alias Params

    Params: Record<string, RedisCommandArgument | number>
    +
  • Defined in search/lib/commands/index.ts:377
  • +
  • Defined in search/lib/commands/index.ts:528
  • +
  • Defined in search/lib/commands/index.ts:135
  • +
  • Defined in search/lib/commands/index.ts:137
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:284
  • +
  • Defined in search/lib/commands/SEARCH.ts:71
  • +
  • Defined in search/lib/commands/index.ts:38
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:129
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:131
  • +
  • Defined in search/lib/commands/CURSOR_DEL.ts:3
  • +
  • Defined in search/lib/commands/CURSOR_READ.ts:3
  • +
  • Defined in search/lib/commands/CURSOR_READ.ts:5
  • +
  • Defined in search/lib/commands/EXPLAIN.ts:3
  • +
  • Defined in search/lib/commands/EXPLAINCLI.ts:1
  • +
  • Defined in search/lib/commands/PROFILE_AGGREGATE.ts:4
  • +
  • Defined in search/lib/commands/PROFILE_SEARCH.ts:5
  • +
  • Defined in search/lib/commands/SEARCH.ts:4
  • +
  • Defined in search/lib/commands/SEARCH.ts:6
  • +
  • Defined in search/lib/commands/SUGGET.ts:1
  • +
  • Defined in search/lib/commands/SUGLEN.ts:1
  • COUNT: "COUNT"
    +
  • Defined in commands/index.ts:84
  • FIRST: "FIRST"
    +
  • Defined in commands/index.ts:74
  • LAST: "LAST"
    +
  • Defined in commands/index.ts:75
  • MAX: "MAX"
    +
  • Defined in commands/index.ts:79
  • MAXIMUM: "MAX"
    +
  • Defined in commands/index.ts:81
  • MIN: "MIN"
    +
  • Defined in commands/index.ts:76
  • MINIMUM: "MIN"
    +
  • Defined in commands/index.ts:78
  • RANGE: "RANGE"
    +
  • Defined in commands/index.ts:83
  • STD_P: "STD.P"
    +
  • Defined in commands/index.ts:85
  • STD_S: "STD.S"
    +
  • Defined in commands/index.ts:86
  • SUM: "SUM"
    +
  • Defined in commands/index.ts:82
  • TWA: "TWA"
    +
  • Defined in commands/index.ts:89
  • VAR_P: "VAR.P"
    +
  • Defined in commands/index.ts:87
  • VAR_S: "VAR.S"
    +
  • Defined in commands/index.ts:88
  • MID: "~"
    +
  • Defined in commands/index.ts:261
  • LAST: "LAST"
    +
  • Defined in commands/index.ts:95
  • MAX: "MAX"
    +
  • Defined in commands/index.ts:97
  • MIN: "MIN"
    +
  • Defined in commands/index.ts:96
  • SUM: "SUM"
    +
  • Defined in commands/index.ts:98
  • +
  • Defined in commands/index.ts:143
  • MAX: "MAX"
    +
  • Defined in commands/index.ts:107
  • MAXIMUM: "MAX"
    +
  • Defined in commands/index.ts:109
  • MIN: "MIN"
    +
  • Defined in commands/index.ts:104
  • MINIMUM: "MIN"
    +
  • Defined in commands/index.ts:106
  • RANGE: "range"
    +
  • Defined in commands/index.ts:110
  • STD_P: "STD.P"
    +
  • Defined in commands/index.ts:112
  • STD_S: "STD.S"
    +
  • Defined in commands/index.ts:113
  • SUM: "SUM"
    +
  • Defined in commands/index.ts:103
  • VAR_P: "VAR.P"
    +
  • Defined in commands/index.ts:114
  • VAR_S: "VAR.S"
    +
  • Defined in commands/index.ts:115
  • +
  • Defined in commands/index.ts:157
  • +
  • Defined in commands/index.ts:168
  • +
  • Defined in commands/index.ts:146
  • +
  • Defined in commands/index.ts:365
  • +
  • Defined in commands/index.ts:195
  • +
  • Defined in commands/index.ts:461
  • +
  • Defined in commands/index.ts:374
  • +
  • Defined in commands/index.ts:350
  • +
  • Defined in commands/index.ts:403
  • +
  • Defined in commands/index.ts:281
  • +
  • Defined in commands/index.ts:130
  • +
  • Defined in commands/index.ts:388
  • +
  • Defined in commands/index.ts:215
  • +
  • Defined in commands/index.ts:185
  • +
  • Defined in commands/index.ts:431
  • +
  • Defined in commands/index.ts:447
  • +
  • Defined in commands/index.ts:416
  • +
  • Defined in commands/index.ts:251
  • +
  • Defined in commands/index.ts:120
  • +
  • Defined in commands/ADD.ts:23
  • +
  • Defined in commands/ALTER.ts:12
  • +
  • Defined in commands/CREATE.ts:22
  • +
  • Defined in commands/CREATERULE.ts:5
  • +
  • Defined in commands/DECRBY.ts:6
  • +
  • Defined in commands/DEL.ts:6
  • +
  • Defined in commands/DELETERULE.ts:3
  • +
  • Defined in commands/GET.ts:12
  • +
  • Defined in commands/GET.ts:16
  • +
  • Defined in commands/INCRBY.ts:6
  • +
  • Defined in commands/INFO.ts:7
  • +
  • Defined in commands/INFO.ts:60
  • +
  • Defined in commands/INFO_DEBUG.ts:10
  • +
  • Defined in commands/INFO_DEBUG.ts:46
  • +
  • Defined in commands/MADD.ts:11
  • +
  • Defined in commands/MGET.ts:10
  • +
  • Defined in commands/MGET.ts:26
  • +
  • Defined in commands/MGET_WITHLABELS.ts:19
  • +
  • Defined in commands/MGET_WITHLABELS.ts:31
  • +
  • Defined in commands/MRANGE.ts:6
  • +
  • Defined in commands/MRANGE_WITHLABELS.ts:6
  • +
  • Defined in commands/MREVRANGE.ts:6
  • +
  • Defined in commands/MREVRANGE_WITHLABELS.ts:6
  • +
  • Defined in commands/QUERYINDEX.ts:7
  • +
  • Defined in commands/RANGE.ts:8
  • +
  • Defined in commands/RANGE.ts:22
  • +
  • Defined in commands/REVRANGE.ts:8
  • +
  • Defined in commands/REVRANGE.ts:22
  • +
  • Defined in commands/index.ts:267
  • GROUPBY?: MRangeGroupBy
    +
  • Defined in commands/index.ts:371
  • LATEST?: boolean
    +
  • Defined in commands/index.ts:265
  • +
  • Defined in commands/index.ts:267
  • GROUPBY?: MRangeGroupBy
    +
  • Defined in commands/index.ts:371
  • LATEST?: boolean
    +
  • Defined in commands/index.ts:265
  • SELECTED_LABELS?: SelectedLabels
    +
  • Defined in commands/index.ts:400
  • +
  • Defined in commands/index.ts:267
  • LATEST?: boolean
    +
  • Defined in commands/index.ts:265
  • +
  • Defined in commands/ADD.ts:1
  • diff --git a/documentation/time-series/modules/commands_ALTER.html b/documentation/time-series/modules/commands_ALTER.html index f61db0befb..a8f6d6e7ef 100644 --- a/documentation/time-series/modules/commands_ALTER.html +++ b/documentation/time-series/modules/commands_ALTER.html @@ -16,7 +16,7 @@
  • commands/ALTER
  • Module commands/ALTER

    +
  • Defined in commands/ALTER.ts:1
  • diff --git a/documentation/time-series/modules/commands_CREATE.html b/documentation/time-series/modules/commands_CREATE.html index 2bb99620a4..a233068dfa 100644 --- a/documentation/time-series/modules/commands_CREATE.html +++ b/documentation/time-series/modules/commands_CREATE.html @@ -16,7 +16,7 @@
  • commands/CREATE
  • Module commands/CREATE

    +
  • Defined in commands/CREATE.ts:1
  • diff --git a/documentation/time-series/modules/commands_CREATERULE.html b/documentation/time-series/modules/commands_CREATERULE.html index fa8312bc3a..2d2d02be72 100644 --- a/documentation/time-series/modules/commands_CREATERULE.html +++ b/documentation/time-series/modules/commands_CREATERULE.html @@ -16,7 +16,7 @@
  • commands/CREATERULE
  • Module commands/CREATERULE

    +
  • Defined in commands/CREATERULE.ts:1
  • diff --git a/documentation/time-series/modules/commands_DECRBY.html b/documentation/time-series/modules/commands_DECRBY.html index 32d5b95c69..02e7adf983 100644 --- a/documentation/time-series/modules/commands_DECRBY.html +++ b/documentation/time-series/modules/commands_DECRBY.html @@ -16,7 +16,7 @@
  • commands/DECRBY
  • Module commands/DECRBY

    +
  • Defined in commands/DECRBY.ts:1
  • diff --git a/documentation/time-series/modules/commands_DEL.html b/documentation/time-series/modules/commands_DEL.html index f66f676442..4786e9eda8 100644 --- a/documentation/time-series/modules/commands_DEL.html +++ b/documentation/time-series/modules/commands_DEL.html @@ -16,7 +16,7 @@
  • commands/DEL
  • Module commands/DEL

    +
  • Defined in commands/DEL.ts:1
  • diff --git a/documentation/time-series/modules/commands_DELETERULE.html b/documentation/time-series/modules/commands_DELETERULE.html index 2abf54db2d..30a1f9666b 100644 --- a/documentation/time-series/modules/commands_DELETERULE.html +++ b/documentation/time-series/modules/commands_DELETERULE.html @@ -16,7 +16,7 @@
  • commands/DELETERULE
  • Module commands/DELETERULE

    +
  • Defined in commands/DELETERULE.ts:1
  • diff --git a/documentation/time-series/modules/commands_GET.html b/documentation/time-series/modules/commands_GET.html index e42c5f6fcc..07c4ebecf4 100644 --- a/documentation/time-series/modules/commands_GET.html +++ b/documentation/time-series/modules/commands_GET.html @@ -16,7 +16,7 @@
  • commands/GET
  • Module commands/GET

    +
  • Defined in commands/GET.ts:1
  • diff --git a/documentation/time-series/modules/commands_INCRBY.html b/documentation/time-series/modules/commands_INCRBY.html index 9ebf9c369c..36ec7a3486 100644 --- a/documentation/time-series/modules/commands_INCRBY.html +++ b/documentation/time-series/modules/commands_INCRBY.html @@ -16,7 +16,7 @@
  • commands/INCRBY
  • Module commands/INCRBY

    +
  • Defined in commands/INCRBY.ts:1
  • diff --git a/documentation/time-series/modules/commands_INFO.html b/documentation/time-series/modules/commands_INFO.html index 083ec1d5ee..3e6135e522 100644 --- a/documentation/time-series/modules/commands_INFO.html +++ b/documentation/time-series/modules/commands_INFO.html @@ -16,7 +16,7 @@
  • commands/INFO
  • Module commands/INFO

    +
  • Defined in commands/INFO.ts:1
  • diff --git a/documentation/time-series/modules/commands_INFO_DEBUG.html b/documentation/time-series/modules/commands_INFO_DEBUG.html index 369b61e5ee..09272f9e5b 100644 --- a/documentation/time-series/modules/commands_INFO_DEBUG.html +++ b/documentation/time-series/modules/commands_INFO_DEBUG.html @@ -16,7 +16,7 @@
  • commands/INFO_DEBUG
  • Module commands/INFO_DEBUG

    +
  • Defined in commands/INFO_DEBUG.ts:1
  • diff --git a/documentation/time-series/modules/commands_MADD.html b/documentation/time-series/modules/commands_MADD.html index 863bc64cbb..a561aea404 100644 --- a/documentation/time-series/modules/commands_MADD.html +++ b/documentation/time-series/modules/commands_MADD.html @@ -16,7 +16,7 @@
  • commands/MADD
  • Module commands/MADD

    +
  • Defined in commands/MADD.ts:1
  • diff --git a/documentation/time-series/modules/commands_MGET.html b/documentation/time-series/modules/commands_MGET.html index d4ff1682c1..ab3d31d838 100644 --- a/documentation/time-series/modules/commands_MGET.html +++ b/documentation/time-series/modules/commands_MGET.html @@ -16,7 +16,7 @@
  • commands/MGET
  • Module commands/MGET

    +
  • Defined in commands/MGET.ts:1
  • diff --git a/documentation/time-series/modules/commands_MGET_WITHLABELS.html b/documentation/time-series/modules/commands_MGET_WITHLABELS.html index 0aedddc330..8b8bcda474 100644 --- a/documentation/time-series/modules/commands_MGET_WITHLABELS.html +++ b/documentation/time-series/modules/commands_MGET_WITHLABELS.html @@ -16,7 +16,7 @@
  • commands/MGET_WITHLABELS
  • Module commands/MGET_WITHLABELS

    +
  • Defined in commands/MGET_WITHLABELS.ts:1
  • diff --git a/documentation/time-series/modules/commands_MRANGE.html b/documentation/time-series/modules/commands_MRANGE.html index d737abf713..3f0695c0a9 100644 --- a/documentation/time-series/modules/commands_MRANGE.html +++ b/documentation/time-series/modules/commands_MRANGE.html @@ -16,7 +16,7 @@
  • commands/MRANGE
  • Module commands/MRANGE

    +
  • Defined in commands/MRANGE.ts:1
  • diff --git a/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html b/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html index c8de5b04c0..e7bd58d8ad 100644 --- a/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html +++ b/documentation/time-series/modules/commands_MRANGE_WITHLABELS.html @@ -16,7 +16,7 @@
  • commands/MRANGE_WITHLABELS
  • Module commands/MRANGE_WITHLABELS

    +
  • Defined in commands/MRANGE_WITHLABELS.ts:1
  • diff --git a/documentation/time-series/modules/commands_MREVRANGE.html b/documentation/time-series/modules/commands_MREVRANGE.html index bafaa9a5a3..4235efbf51 100644 --- a/documentation/time-series/modules/commands_MREVRANGE.html +++ b/documentation/time-series/modules/commands_MREVRANGE.html @@ -16,7 +16,7 @@
  • commands/MREVRANGE
  • Module commands/MREVRANGE

    +
  • Defined in commands/MREVRANGE.ts:1
  • diff --git a/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html b/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html index bbf27f50b6..69ae50e30c 100644 --- a/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html +++ b/documentation/time-series/modules/commands_MREVRANGE_WITHLABELS.html @@ -16,7 +16,7 @@
  • commands/MREVRANGE_WITHLABELS
  • Module commands/MREVRANGE_WITHLABELS

    +
  • Defined in commands/MREVRANGE_WITHLABELS.ts:1
  • diff --git a/documentation/time-series/modules/commands_QUERYINDEX.html b/documentation/time-series/modules/commands_QUERYINDEX.html index c8eb1f8dea..3a99178950 100644 --- a/documentation/time-series/modules/commands_QUERYINDEX.html +++ b/documentation/time-series/modules/commands_QUERYINDEX.html @@ -16,7 +16,7 @@
  • commands/QUERYINDEX
  • Module commands/QUERYINDEX

    +
  • Defined in commands/QUERYINDEX.ts:1
  • diff --git a/documentation/time-series/modules/commands_RANGE.html b/documentation/time-series/modules/commands_RANGE.html index c3e92743c2..36d3be402a 100644 --- a/documentation/time-series/modules/commands_RANGE.html +++ b/documentation/time-series/modules/commands_RANGE.html @@ -16,7 +16,7 @@
  • commands/RANGE
  • Module commands/RANGE

    +
  • Defined in commands/RANGE.ts:1
  • diff --git a/documentation/time-series/modules/commands_REVRANGE.html b/documentation/time-series/modules/commands_REVRANGE.html index 7bfea28ff6..d89f36293f 100644 --- a/documentation/time-series/modules/commands_REVRANGE.html +++ b/documentation/time-series/modules/commands_REVRANGE.html @@ -16,7 +16,7 @@
  • commands/REVRANGE
  • Module commands/REVRANGE

    +
  • Defined in commands/REVRANGE.ts:1
  • diff --git a/documentation/time-series/modules/index.html b/documentation/time-series/modules/index.html index 152878f19f..8f1b5f66cf 100644 --- a/documentation/time-series/modules/index.html +++ b/documentation/time-series/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in index.ts:1
  • diff --git a/documentation/time-series/types/commands.Filter.html b/documentation/time-series/types/commands.Filter.html index 34f1e59c2c..f348bb841d 100644 --- a/documentation/time-series/types/commands.Filter.html +++ b/documentation/time-series/types/commands.Filter.html @@ -18,7 +18,7 @@

    Type alias Filter

    Filter: string | string[]
    +
  • Defined in commands/index.ts:363
  • +
  • Defined in commands/index.ts:181
  • +
  • Defined in commands/index.ts:179
  • +
  • Defined in commands/index.ts:244
  • +
  • Defined in commands/index.ts:386
  • +
  • Defined in commands/index.ts:118
  • +
  • Defined in commands/INFO.ts:11
  • +
  • Defined in commands/MGET.ts:15
  • +
  • Defined in commands/index.ts:25
  • +
  • Defined in commands/ADD.ts:21
  • +
  • Defined in commands/ALTER.ts:3
  • +
  • Defined in commands/CREATE.ts:12
  • +
  • Defined in commands/CREATERULE.ts:3
  • +
  • Defined in commands/DECRBY.ts:4
  • +
  • Defined in commands/DEL.ts:4
  • +
  • Defined in commands/DELETERULE.ts:1
  • +
  • Defined in commands/GET.ts:4
  • +
  • Defined in commands/GET.ts:6
  • +
  • Defined in commands/INCRBY.ts:4
  • +
  • Defined in commands/INFO.ts:3
  • +
  • Defined in commands/INFO.ts:5
  • +
  • Defined in commands/MADD.ts:3
  • +
  • Defined in commands/MGET.ts:4
  • +
  • Defined in commands/MGET_WITHLABELS.ts:13
  • +
  • Defined in commands/MRANGE.ts:4
  • +
  • Defined in commands/MRANGE_WITHLABELS.ts:4
  • +
  • Defined in commands/MREVRANGE.ts:4
  • +
  • Defined in commands/MREVRANGE_WITHLABELS.ts:4
  • +
  • Defined in commands/QUERYINDEX.ts:5
  • +
  • Defined in commands/RANGE.ts:4
  • +
  • Defined in commands/RANGE.ts:6
  • +
  • Defined in commands/REVRANGE.ts:4
  • +
  • Defined in commands/REVRANGE.ts:6