diff --git a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html index bc2f921be2..49062c1727 100644 --- a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html +++ b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html @@ -37,27 +37,27 @@
capacity: number
+
  • Defined in bloom/lib/commands/bloom/INFO.ts:23
  • expansionRate: number
    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:27
  • numberOfFilters: number
    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:25
  • numberOfInsertedItems: number
    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:26
  • size: number
    +
  • Defined in bloom/lib/commands/bloom/INFO.ts:24
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:9
  • +
  • Defined in bloom/lib/commands/index.ts:6
  • +
  • Defined in bloom/lib/commands/bloom/index.ts:11
  • +
  • Defined in bloom/lib/commands/bloom/ADD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/EXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/INSERT.ts:4
  • +
  • Defined in bloom/lib/commands/bloom/LOADCHUNK.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/MADD.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/MEXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/bloom/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:1
  • +
  • Defined in bloom/lib/commands/bloom/SCANDUMP.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/index.ts:8
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INCRBY.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYDIM.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/INITBYPROB.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/MERGE.ts:1
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:4
  • +
  • Defined in bloom/lib/commands/count-min-sketch/QUERY.ts:6
  • +
  • Defined in bloom/lib/commands/cuckoo/index.ts:16
  • +
  • Defined in bloom/lib/commands/cuckoo/ADD.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/ADDNX.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/COUNT.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/DEL.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/EXISTS.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERT.ts:4
  • +
  • Defined in bloom/lib/commands/cuckoo/INSERTNX.ts:4
  • +
  • Defined in bloom/lib/commands/cuckoo/LOADCHUNK.ts:3
  • +
  • Defined in bloom/lib/commands/cuckoo/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/cuckoo/SCANDUMP.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/index.ts:10
  • +
  • Defined in bloom/lib/commands/top-k/ADD.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/COUNT.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/INCRBY.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/INFO.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/LIST.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/LIST_WITHCOUNT.ts:3
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:4
  • +
  • Defined in bloom/lib/commands/top-k/QUERY.ts:6
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:1
  • +
  • Defined in bloom/lib/commands/top-k/RESERVE.ts:3
  • +
  • Defined in packages/client/lib/client/index.ts:83
  • pSubscribe: (<T>(patterns: string | string[], listener: PubSubListener<T, T extends true ? Buffer : string>, bufferMode?: T) => Promise<void>) = ...
    @@ -233,7 +233,7 @@
    Optional bufferMode: T

    Returns Promise<void>

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

    Returns Promise<void>

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

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

    Returns Promise<void>

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

    Returns Promise<void>

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

    Returns Promise<void>

    +
  • Defined in packages/client/lib/client/index.ts:551
  • captureRejectionSymbol: typeof captureRejectionSymbol
    +
  • Defined in packages/client/lib/client/RESP2/composers/buffer.ts:4
  • Methods

    diff --git a/documentation/client/classes/lib_client_RESP2_composers_string.default.html b/documentation/client/classes/lib_client_RESP2_composers_string.default.html index 8229de33ee..f09a13102c 100644 --- a/documentation/client/classes/lib_client_RESP2_composers_string.default.html +++ b/documentation/client/classes/lib_client_RESP2_composers_string.default.html @@ -57,12 +57,12 @@
    decoder: StringDecoder = ...
    +
  • Defined in packages/client/lib/client/RESP2/composers/string.ts:5
  • string: string = ''
    +
  • Defined in packages/client/lib/client/RESP2/composers/string.ts:7
  • Methods

    diff --git a/documentation/client/classes/lib_client_RESP2_decoder.default.html b/documentation/client/classes/lib_client_RESP2_decoder.default.html index 14ff00ff4f..3acad2359d 100644 --- a/documentation/client/classes/lib_client_RESP2_decoder.default.html +++ b/documentation/client/classes/lib_client_RESP2_decoder.default.html @@ -75,57 +75,57 @@
    arrayItemType?: Types
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:192
  • arraysInProcess: ArrayInProcess[] = []
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:188
  • bufferComposer: default = ...
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:48
  • bulkStringRemainingLength?: number
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:159
  • currentStringComposer: default | default = ...
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:52
  • cursor: number = 0
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:44
  • initializeArray: boolean = false
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:190
  • integer: number = 0
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:135
  • isNegativeInteger?: boolean
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:137
  • stringComposer: default = ...
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:50
  • type?: Types
    +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:46
  • Methods

    diff --git a/documentation/client/classes/lib_client_commands_queue.default.html b/documentation/client/classes/lib_client_commands_queue.default.html index acb5aa3164..4bc86cf8e3 100644 --- a/documentation/client/classes/lib_client_commands_queue.default.html +++ b/documentation/client/classes/lib_client_commands_queue.default.html @@ -73,17 +73,17 @@
    #chainInExecution: undefined | symbol
    +
  • Defined in packages/client/lib/client/commands-queue.ts:107
  • #decoder: default = ...
    +
  • Defined in packages/client/lib/client/commands-queue.ts:109
  • #maxLength: undefined | null | number
    +
  • Defined in packages/client/lib/client/commands-queue.ts:83
  • #pubSubState: { isActive: boolean; listeners: { channels: Map<any, any>; patterns: Map<any, any> }; subscribed: number; subscribing: number; unsubscribing: number } = ...
    @@ -106,17 +106,17 @@
  • unsubscribing: number
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:87
  • #waitingForReply: Yallist<CommandWaitingForReply> = ...
    +
  • Defined in packages/client/lib/client/commands-queue.ts:85
  • #waitingToBeSent: Yallist<CommandWaitingToBeSent> = ...
    +
  • Defined in packages/client/lib/client/commands-queue.ts:84
  • #PUB_SUB_MESSAGES: { message: Buffer; pMessage: Buffer; pSubscribe: Buffer; pUnsubscribe: Buffer; subscribe: Buffer; unsubscribe: Buffer } = ...
    @@ -136,7 +136,7 @@
  • unsubscribe: Buffer
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:98
  • Methods

    diff --git a/documentation/client/classes/lib_client_multi_command.default.html b/documentation/client/classes/lib_client_multi_command.default.html index 3dff3ee523..ba95dfefb3 100644 --- a/documentation/client/classes/lib_client_multi_command.default.html +++ b/documentation/client/classes/lib_client_multi_command.default.html @@ -71,17 +71,17 @@
    +
  • 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[]>) = ...
    @@ -100,7 +100,7 @@
    execAsPipeline: boolean = false

    Returns Promise<RedisCommandRawReply[]>

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

    Returns any

    Returns default

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

    diff --git a/documentation/client/classes/lib_client_socket.default.html b/documentation/client/classes/lib_client_socket.default.html index 12109b1cb6..a1214b4f85 100644 --- a/documentation/client/classes/lib_client_socket.default.html +++ b/documentation/client/classes/lib_client_socket.default.html @@ -111,42 +111,42 @@
    +
  • Defined in packages/client/lib/client/socket.ts:55
  • #isCorked: boolean = false
    +
  • Defined in packages/client/lib/client/socket.ts:227
  • #isOpen: boolean = false
    +
  • Defined in packages/client/lib/client/socket.ts:61
  • #isReady: boolean = false
    +
  • Defined in packages/client/lib/client/socket.ts:67
  • #isSocketUnrefed: boolean = false
    +
  • Defined in packages/client/lib/client/socket.ts:81
  • #options: RedisSocketOptions
    +
  • Defined in packages/client/lib/client/socket.ts:57
  • #socket?: Socket | TLSSocket
    +
  • Defined in packages/client/lib/client/socket.ts:59
  • #writableNeedDrain: boolean = false
    +
  • Defined in packages/client/lib/client/socket.ts:75
  • captureRejectionSymbol: typeof captureRejectionSymbol
    +
  • Defined in packages/client/lib/cluster/index.ts:74
  • #options: RedisClusterOptions<M, F, S>
    +
  • Defined in packages/client/lib/cluster/index.ts:72
  • #slots: default<M, F, S>
    +
  • Defined in packages/client/lib/cluster/index.ts:73
  • captureRejectionSymbol: typeof captureRejectionSymbol
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:48
  • #nodeByAddress: Map<string, ClusterNode<M, F, S>> = ...
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:50
  • #onError: OnError
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:49
  • #options: RedisClusterOptions<M, F, S>
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:47
  • #randomClientIterator?: IterableIterator<ClusterNode<M, F, S>>
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:223
  • #runningRediscoverPromise?: Promise<void>
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:85
  • #slots: SlotNodes<M, F, S>[] = []
    +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:51
  • Methods

    diff --git a/documentation/client/classes/lib_cluster_multi_command.default.html b/documentation/client/classes/lib_cluster_multi_command.default.html index d9826ae071..864fb06031 100644 --- a/documentation/client/classes/lib_cluster_multi_command.default.html +++ b/documentation/client/classes/lib_cluster_multi_command.default.html @@ -66,17 +66,17 @@
    +
  • 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[]>) = ...
    @@ -95,7 +95,7 @@
    execAsPipeline: boolean = false

    Returns Promise<RedisCommandRawReply[]>

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

    diff --git a/documentation/client/classes/lib_errors.ReconnectStrategyError.html b/documentation/client/classes/lib_errors.ReconnectStrategyError.html index e0b6123d2c..525b5fea86 100644 --- a/documentation/client/classes/lib_errors.ReconnectStrategyError.html +++ b/documentation/client/classes/lib_errors.ReconnectStrategyError.html @@ -78,12 +78,12 @@
    originalError: Error
    +
  • Defined in packages/client/lib/errors.ts:44
  • socketError: unknown
    +
  • Defined in packages/client/lib/errors.ts:45
  • stack?: string
    +
  • Defined in packages/client/lib/multi-command.ts:15
  • scriptsInUse: Set<string> = ...
    +
  • Defined in packages/client/lib/multi-command.ts:17
  • Methods

    diff --git a/documentation/client/enums/lib_client_commands_queue.PubSubSubscribeCommands.html b/documentation/client/enums/lib_client_commands_queue.PubSubSubscribeCommands.html index ee6e594b7e..3fdc349959 100644 --- a/documentation/client/enums/lib_client_commands_queue.PubSubSubscribeCommands.html +++ b/documentation/client/enums/lib_client_commands_queue.PubSubSubscribeCommands.html @@ -30,12 +30,12 @@
    PSUBSCRIBE: "PSUBSCRIBE"
    +
  • Defined in packages/client/lib/client/commands-queue.ts:33
  • SUBSCRIBE: "SUBSCRIBE"
    +
  • Defined in packages/client/lib/client/commands-queue.ts:32
  • +
  • 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:353
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:603
  • +
  • Defined in packages/client/lib/multi-command.ts:7
  • +
  • Defined in packages/client/lib/client/index.ts:62
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:23
  • +
  • Defined in packages/client/lib/client/RESP2/decoder.ts:27
  • +
  • Defined in packages/client/lib/client/commands-queue.ts:41
  • +
  • Defined in packages/client/lib/client/multi-command.ts:61
  • +
  • Defined in packages/client/lib/client/socket.ts:30
  • +
  • Defined in packages/client/lib/client/socket.ts:23
  • +
  • Defined in packages/client/lib/cluster/index.ts:10
  • +
  • Defined in packages/client/lib/cluster/cluster-slots.ts:26
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:56
  • +
  • Defined in packages/client/lib/cluster/multi-command.ts:62
  • +
  • Defined in packages/client/lib/commands/index.ts:7
  • +
  • Defined in packages/client/lib/commands/index.ts:9
  • +
  • Defined in packages/client/lib/commands/index.ts:5
  • +
  • Defined in packages/client/lib/commands/index.ts:38
  • +
  • Defined in packages/client/lib/commands/index.ts:74
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:3
  • +
  • Defined in packages/client/lib/commands/CLUSTER_SLOTS.ts:22
  • +
  • Defined in packages/client/lib/commands/MSET.ts:5
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:11
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:521
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:531
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:563
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:250
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:237
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:228
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:183
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:675
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:160
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:95
  • +
  • Defined in packages/client/lib/commands/generic-transformers.ts:110
  • +
  • Defined in packages/client/lib/client/commands.ts:118
  • +
  • Defined in packages/client/lib/cluster/commands.ts:213
  • +
  • Defined in packages/client/lib/commands/ACL_DRYRUN.ts:3
  • +
  • Defined in packages/client/lib/commands/APPEND.ts:3
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/BITCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/BITFIELD.ts:1
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:3
  • +
  • Defined in packages/client/lib/commands/BITFIELD_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/BITOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:4
  • +
  • Defined in packages/client/lib/commands/BITPOS.ts:6
  • +
  • Defined in packages/client/lib/commands/BLMOVE.ts:4
  • +
  • Defined in packages/client/lib/commands/BLMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BLPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BRPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BRPOPLPUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/BZMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/BZPOPMAX.ts:4
  • +
  • Defined in packages/client/lib/commands/BZPOPMIN.ts:4
  • +
  • Defined in packages/client/lib/commands/CLIENT_ID.ts:1
  • +
  • Defined in packages/client/lib/commands/COMMAND.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_GETKEYSANDFLAGS.ts:3
  • +
  • Defined in packages/client/lib/commands/COMMAND_INFO.ts:4
  • +
  • Defined in packages/client/lib/commands/COMMAND_LIST.ts:3
  • +
  • Defined in packages/client/lib/commands/COPY.ts:8
  • +
  • Defined in packages/client/lib/commands/DBSIZE.ts:1
  • +
  • Defined in packages/client/lib/commands/DECR.ts:3
  • +
  • Defined in packages/client/lib/commands/DECRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/DEL.ts:4
  • +
  • Defined in packages/client/lib/commands/DUMP.ts:3
  • +
  • Defined in packages/client/lib/commands/ECHO.ts:3
  • +
  • Defined in packages/client/lib/commands/EVALSHA_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/EVAL_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:4
  • +
  • Defined in packages/client/lib/commands/EXISTS.ts:6
  • +
  • Defined in packages/client/lib/commands/EXPIRE.ts:3
  • +
  • Defined in packages/client/lib/commands/EXPIREAT.ts:4
  • +
  • Defined in packages/client/lib/commands/EXPIRETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/FCALL_RO.ts:5
  • +
  • Defined in packages/client/lib/commands/GEOADD.ts:4
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:4
  • +
  • Defined in packages/client/lib/commands/GEODIST.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOHASH.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOPOS.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUS.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUSBYMEMBER_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/GEORADIUS_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:4
  • +
  • Defined in packages/client/lib/commands/GEOSEARCH.ts:6
  • +
  • Defined in packages/client/lib/commands/GET.ts:3
  • +
  • Defined in packages/client/lib/commands/GET.ts:5
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:4
  • +
  • Defined in packages/client/lib/commands/GETBIT.ts:6
  • +
  • Defined in packages/client/lib/commands/GETDEL.ts:3
  • +
  • Defined in packages/client/lib/commands/GETEX.ts:4
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/GETRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/GETSET.ts:3
  • +
  • Defined in packages/client/lib/commands/HDEL.ts:4
  • +
  • Defined in packages/client/lib/commands/HEXISTS.ts:3
  • +
  • Defined in packages/client/lib/commands/HGET.ts:3
  • +
  • Defined in packages/client/lib/commands/HGET.ts:5
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:3
  • +
  • Defined in packages/client/lib/commands/HGETALL.ts:5
  • +
  • Defined in packages/client/lib/commands/HINCRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/HINCRBYFLOAT.ts:3
  • +
  • Defined in packages/client/lib/commands/HKEYS.ts:3
  • +
  • Defined in packages/client/lib/commands/HLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:4
  • +
  • Defined in packages/client/lib/commands/HMGET.ts:6
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:3
  • +
  • Defined in packages/client/lib/commands/HRANDFIELD.ts:5
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/HSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/HSET.ts:3
  • +
  • Defined in packages/client/lib/commands/HSETNX.ts:3
  • +
  • Defined in packages/client/lib/commands/HSTRLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/HVALS.ts:3
  • +
  • Defined in packages/client/lib/commands/INCR.ts:3
  • +
  • Defined in packages/client/lib/commands/INCRBY.ts:3
  • +
  • Defined in packages/client/lib/commands/INCRBYFLOAT.ts:3
  • +
  • Defined in packages/client/lib/commands/INFO.ts:1
  • +
  • Defined in packages/client/lib/commands/LASTSAVE.ts:1
  • +
  • Defined in packages/client/lib/commands/LCS.ts:3
  • +
  • Defined in packages/client/lib/commands/LCS.ts:5
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:3
  • +
  • Defined in packages/client/lib/commands/LINDEX.ts:5
  • +
  • Defined in packages/client/lib/commands/LINSERT.ts:3
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/LLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/LMOVE.ts:4
  • +
  • Defined in packages/client/lib/commands/LMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/LOLWUT.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOP_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:3
  • +
  • Defined in packages/client/lib/commands/LPOS.ts:5
  • +
  • Defined in packages/client/lib/commands/LPUSH.ts:4
  • +
  • Defined in packages/client/lib/commands/LPUSHX.ts:4
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/LRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/LREM.ts:3
  • +
  • Defined in packages/client/lib/commands/LSET.ts:3
  • +
  • Defined in packages/client/lib/commands/LTRIM.ts:3
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:1
  • +
  • Defined in packages/client/lib/commands/MEMORY_USAGE.ts:3
  • +
  • Defined in packages/client/lib/commands/MGET.ts:3
  • +
  • Defined in packages/client/lib/commands/MGET.ts:5
  • +
  • Defined in packages/client/lib/commands/MOVE.ts:1
  • +
  • Defined in packages/client/lib/commands/MSET.ts:3
  • +
  • Defined in packages/client/lib/commands/MSETNX.ts:4
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_ENCODING.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_FREQ.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_IDLETIME.ts:5
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/OBJECT_REFCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/PERSIST.ts:3
  • +
  • Defined in packages/client/lib/commands/PEXPIRE.ts:3
  • +
  • Defined in packages/client/lib/commands/PEXPIREAT.ts:4
  • +
  • Defined in packages/client/lib/commands/PEXPIRETIME.ts:3
  • +
  • Defined in packages/client/lib/commands/PFADD.ts:4
  • +
  • Defined in packages/client/lib/commands/PFCOUNT.ts:4
  • +
  • Defined in packages/client/lib/commands/PFMERGE.ts:4
  • +
  • Defined in packages/client/lib/commands/PSETEX.ts:3
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:3
  • +
  • Defined in packages/client/lib/commands/PTTL.ts:5
  • +
  • Defined in packages/client/lib/commands/PUBSUB_CHANNELS.ts:1
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMPAT.ts:1
  • +
  • Defined in packages/client/lib/commands/PUBSUB_NUMSUB.ts:4
  • +
  • Defined in packages/client/lib/commands/RANDOMKEY.ts:3
  • +
  • Defined in packages/client/lib/commands/RENAME.ts:3
  • +
  • Defined in packages/client/lib/commands/RENAMENX.ts:3
  • +
  • Defined in packages/client/lib/commands/ROLE.ts:1
  • +
  • Defined in packages/client/lib/commands/RPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/RPOPLPUSH.ts:3
  • +
  • Defined in packages/client/lib/commands/RPOP_COUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/RPUSH.ts:4
  • +
  • Defined in packages/client/lib/commands/RPUSHX.ts:4
  • +
  • Defined in packages/client/lib/commands/SADD.ts:4
  • +
  • Defined in packages/client/lib/commands/SCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/SCARD.ts:1
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:4
  • +
  • Defined in packages/client/lib/commands/SDIFF.ts:6
  • +
  • Defined in packages/client/lib/commands/SDIFFSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/SET.ts:3
  • +
  • Defined in packages/client/lib/commands/SETBIT.ts:4
  • +
  • Defined in packages/client/lib/commands/SETEX.ts:3
  • +
  • Defined in packages/client/lib/commands/SETNX.ts:3
  • +
  • Defined in packages/client/lib/commands/SETRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:4
  • +
  • Defined in packages/client/lib/commands/SINTER.ts:6
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:4
  • +
  • Defined in packages/client/lib/commands/SINTERCARD.ts:6
  • +
  • Defined in packages/client/lib/commands/SINTERSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/SISMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SMEMBERS.ts:3
  • +
  • Defined in packages/client/lib/commands/SMISMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SMOVE.ts:3
  • +
  • Defined in packages/client/lib/commands/SORT.ts:4
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:4
  • +
  • Defined in packages/client/lib/commands/SORT_RO.ts:6
  • +
  • Defined in packages/client/lib/commands/SORT_STORE.ts:5
  • +
  • Defined in packages/client/lib/commands/SPOP.ts:3
  • +
  • Defined in packages/client/lib/commands/SRANDMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/SREM.ts:4
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/SSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/STRLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:4
  • +
  • Defined in packages/client/lib/commands/SUNION.ts:6
  • +
  • Defined in packages/client/lib/commands/SUNIONSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/TOUCH.ts:4
  • +
  • Defined in packages/client/lib/commands/TTL.ts:3
  • +
  • Defined in packages/client/lib/commands/TTL.ts:5
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:3
  • +
  • Defined in packages/client/lib/commands/TYPE.ts:5
  • +
  • Defined in packages/client/lib/commands/UNLINK.ts:4
  • +
  • Defined in packages/client/lib/commands/WAIT.ts:1
  • +
  • Defined in packages/client/lib/commands/WATCH.ts:4
  • +
  • Defined in packages/client/lib/commands/XACK.ts:4
  • +
  • Defined in packages/client/lib/commands/XADD.ts:3
  • +
  • Defined in packages/client/lib/commands/XAUTOCLAIM.ts:4
  • +
  • Defined in packages/client/lib/commands/XCLAIM.ts:4
  • +
  • Defined in packages/client/lib/commands/XDEL.ts:4
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATE.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_CREATECONSUMER.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_DELCONSUMER.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_DESTROY.ts:3
  • +
  • Defined in packages/client/lib/commands/XGROUP_SETID.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_CONSUMERS.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:3
  • +
  • Defined in packages/client/lib/commands/XINFO_GROUPS.ts:5
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:4
  • +
  • Defined in packages/client/lib/commands/XINFO_STREAM.ts:6
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:3
  • +
  • Defined in packages/client/lib/commands/XLEN.ts:5
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:3
  • +
  • Defined in packages/client/lib/commands/XPENDING.ts:5
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XPENDING_RANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XREAD.ts:7
  • +
  • Defined in packages/client/lib/commands/XREADGROUP.ts:22
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:3
  • +
  • Defined in packages/client/lib/commands/XREVRANGE.ts:5
  • +
  • Defined in packages/client/lib/commands/XSETID.ts:3
  • +
  • Defined in packages/client/lib/commands/XTRIM.ts:3
  • +
  • Defined in packages/client/lib/commands/ZADD.ts:4
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:3
  • +
  • Defined in packages/client/lib/commands/ZCARD.ts:5
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:4
  • +
  • Defined in packages/client/lib/commands/ZCOUNT.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:4
  • +
  • Defined in packages/client/lib/commands/ZDIFF.ts:6
  • +
  • Defined in packages/client/lib/commands/ZDIFFSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINCRBY.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTER.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:4
  • +
  • Defined in packages/client/lib/commands/ZINTERCARD.ts:6
  • +
  • Defined in packages/client/lib/commands/ZINTERSTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:3
  • +
  • Defined in packages/client/lib/commands/ZLEXCOUNT.ts:5
  • +
  • Defined in packages/client/lib/commands/ZMPOP.ts:4
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZMSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZPOPMAX.ts:3
  • +
  • Defined in packages/client/lib/commands/ZPOPMIN.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANDMEMBER.ts:5
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYLEX.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANGEBYSCORE.ts:6
  • +
  • Defined in packages/client/lib/commands/ZRANGESTORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZREM.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYLEX.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZREMRANGEBYSCORE.ts:4
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:3
  • +
  • Defined in packages/client/lib/commands/ZREVRANK.ts:5
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:4
  • +
  • Defined in packages/client/lib/commands/ZSCAN.ts:6
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:3
  • +
  • Defined in packages/client/lib/commands/ZSCORE.ts:5
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:4
  • +
  • Defined in packages/client/lib/commands/ZUNION.ts:6
  • +
  • Defined in packages/client/lib/commands/ZUNIONSTORE.ts:4
  • +
  • Defined in commands/index.ts:12
  • +
  • Defined in commands/CONFIG_GET.ts:1
  • +
  • Defined in commands/DELETE.ts:1
  • +
  • Defined in commands/EXPLAIN.ts:1
  • +
  • Defined in commands/EXPLAIN.ts:3
  • +
  • Defined in commands/LIST.ts:1
  • +
  • Defined in commands/PROFILE.ts:1
  • +
  • Defined in commands/PROFILE.ts:3
  • +
  • Defined in commands/QUERY.ts:4
  • +
  • Defined in commands/QUERY_RO.ts:6
  • +
  • Defined in commands/SLOWLOG.ts:3
  • +
  • Defined in commands/SLOWLOG.ts:1
  • +
  • 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
  • +
  • Defined in search/lib/commands/SEARCH.ts:15
  • +
  • Defined in search/lib/commands/index.ts:368
  • +
  • Defined in search/lib/commands/index.ts:126
  • +
  • Defined in search/lib/commands/index.ts:128
  • +
  • Defined in search/lib/commands/AGGREGATE.ts:280
  • +
  • Defined in search/lib/commands/SEARCH.ts:72
  • +
  • Defined in search/lib/commands/index.ts:35
  • +
  • Defined in search/lib/commands/EXPLAIN.ts:3
  • +
  • Defined in search/lib/commands/EXPLAINCLI.ts:1
  • +
  • Defined in search/lib/commands/PROFILE_AGGREGATE.ts:4
  • +
  • Defined in search/lib/commands/PROFILE_SEARCH.ts:5
  • +
  • Defined in search/lib/commands/SEARCH.ts:5
  • +
  • Defined in search/lib/commands/SEARCH.ts:7
  • +
  • Defined in search/lib/commands/SUGGET.ts:1
  • +
  • Defined in search/lib/commands/SUGLEN.ts:1
  • +
  • Defined in commands/index.ts:231
  • GROUPBY?: MRangeGroupBy
    +
  • Defined in commands/index.ts:320
  • +
  • Defined in commands/index.ts:231
  • GROUPBY?: MRangeGroupBy
    +
  • Defined in commands/index.ts:320
  • SELECTED_LABELS?: SelectedLabels
    +
  • Defined in commands/index.ts:349
  • +
  • Defined in commands/index.ts:231
  • +
  • Defined in commands/index.ts:312
  • +
  • Defined in commands/index.ts:152
  • +
  • Defined in commands/index.ts:150
  • +
  • Defined in commands/index.ts:215
  • +
  • Defined in commands/index.ts:335
  • +
  • Defined in commands/index.ts:100
  • +
  • Defined in commands/INFO.ts:11
  • +
  • Defined in commands/MGET.ts:10
  • +
  • Defined in commands/index.ts:25
  • +
  • Defined in commands/ADD.ts:21
  • +
  • Defined in commands/ALTER.ts:3
  • +
  • Defined in commands/CREATE.ts:11
  • +
  • Defined in commands/CREATERULE.ts:3
  • +
  • Defined in commands/DECRBY.ts:4
  • +
  • Defined in commands/DEL.ts:4
  • +
  • Defined in commands/DELETERULE.ts:1
  • +
  • Defined in commands/GET.ts:3
  • +
  • Defined in commands/GET.ts:5
  • +
  • Defined in commands/INCRBY.ts:4
  • +
  • Defined in commands/INFO.ts:3
  • +
  • Defined in commands/INFO.ts:5
  • +
  • Defined in commands/MADD.ts:3
  • +
  • Defined in commands/MGET.ts:4
  • +
  • Defined in commands/MGET_WITHLABELS.ts:13
  • +
  • Defined in commands/MRANGE.ts:4
  • +
  • Defined in commands/MRANGE_WITHLABELS.ts:4
  • +
  • Defined in commands/MREVRANGE.ts:4
  • +
  • Defined in commands/MREVRANGE_WITHLABELS.ts:4
  • +
  • Defined in commands/QUERYINDEX.ts:5
  • +
  • Defined in commands/RANGE.ts:4
  • +
  • Defined in commands/RANGE.ts:6
  • +
  • Defined in commands/REVRANGE.ts:4
  • +
  • Defined in commands/REVRANGE.ts:6