diff --git a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html
index 49062c1727..19f5594b1e 100644
--- a/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html
+++ b/documentation/bloom/interfaces/commands_bloom_INFO.InfoReply.html
@@ -37,27 +37,27 @@
capacity
capacity: number
+Defined in bloom/lib/commands/bloom/INFO.ts:23
expansion Rate
expansion Rate: number
+Defined in bloom/lib/commands/bloom/INFO.ts:27
number Of Filters
number Of Filters: number
+Defined in bloom/lib/commands/bloom/INFO.ts:25
number Of Inserted Items
number Of Inserted Items: number
+Defined in bloom/lib/commands/bloom/INFO.ts:26
+Defined in bloom/lib/commands/bloom/INFO.ts:24
+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
p Subscribe
p
Subscribe
: ( < 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
p Unsubscribe
p
Unsubscribe
: ( < 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
quit: ( ( ) => Promise < void > ) = ...
@@ -275,7 +275,7 @@
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:581
select
@@ -304,7 +304,7 @@
db: number
Returns Promise < void >
+Defined in packages/client/lib/client/index.ts:479
subscribe
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
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
Static
Readonly
capture Rejection Symbol
diff --git a/documentation/client/classes/lib_client_RESP2_composers_buffer.default.html b/documentation/client/classes/lib_client_RESP2_composers_buffer.default.html
index 3224c57d70..b139427a8c 100644
--- a/documentation/client/classes/lib_client_RESP2_composers_buffer.default.html
+++ b/documentation/client/classes/lib_client_RESP2_composers_buffer.default.html
@@ -56,7 +56,7 @@
Private
chunks
chunks: Buffer [] = []
+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 f09a13102c..24713cfaef 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 @@
Private
decoder
decoder: StringDecoder = ...
+Defined in packages/client/lib/client/RESP2/composers/string.ts:5
Private
string
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 3acad2359d..1baa6317a5 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 @@
Private
Optional
array Item Type
array Item Type?: Types
+Defined in packages/client/lib/client/RESP2/decoder.ts:192
Private
arrays In Process
arrays In Process: ArrayInProcess [] = []
+Defined in packages/client/lib/client/RESP2/decoder.ts:188
+Defined in packages/client/lib/client/RESP2/decoder.ts:48
Private
Optional
bulk String Remaining Length
bulk String Remaining Length?: number
+Defined in packages/client/lib/client/RESP2/decoder.ts:159
Private
current String Composer
+Defined in packages/client/lib/client/RESP2/decoder.ts:52
Private
cursor
cursor: number = 0
+Defined in packages/client/lib/client/RESP2/decoder.ts:44
Private
initialize Array
initialize Array: boolean = false
+Defined in packages/client/lib/client/RESP2/decoder.ts:190
Private
integer
integer: number = 0
+Defined in packages/client/lib/client/RESP2/decoder.ts:135
Private
Optional
is Negative Integer
is Negative Integer?: boolean
+Defined in packages/client/lib/client/RESP2/decoder.ts:137
+Defined in packages/client/lib/client/RESP2/decoder.ts:50
Private
Optional
type
type?: Types
+Defined in packages/client/lib/client/RESP2/decoder.ts:46
Methods
diff --git a/documentation/client/classes/lib_client_commands_queue.default.html b/documentation/client/classes/lib_client_commands_queue.default.html
index 4bc86cf8e3..79286f6157 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 @@
Private
#chain In Execution
#chain In Execution: undefined | symbol
+Defined in packages/client/lib/client/commands-queue.ts:107
+Defined in packages/client/lib/client/commands-queue.ts:109
Private
Readonly
#max Length
#max Length: undefined | null | number
+Defined in packages/client/lib/client/commands-queue.ts:83
Private
Readonly
#pub Sub State
#pub Sub State: { 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
Private
Readonly
#waiting For Reply
#waiting For Reply: Yallist < CommandWaitingForReply > = ...
+Defined in packages/client/lib/client/commands-queue.ts:85
Private
Readonly
#waiting To Be Sent
#waiting To Be Sent: Yallist < CommandWaitingToBeSent > = ...
+Defined in packages/client/lib/client/commands-queue.ts:84
Static
Private
Readonly
#PUB_ SUB_ MESSAGES
#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 ba95dfefb3..44101d4752 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 @@
Private
Readonly
#executor
+Defined in packages/client/lib/client/multi-command.ts:85
+Defined in packages/client/lib/client/multi-command.ts:84
Private
Optional
#selectedDB
#selectedDB?: number
+Defined in packages/client/lib/client/multi-command.ts:87
EXEC
@@ -100,7 +100,7 @@
execAsPipeline: boolean = false
+Defined in packages/client/lib/client/multi-command.ts:181
select
select
: ( ( db
: number , transformReply
?: ( ( this
: void , reply
: any , preserved
?: any ) => any ) ) => default ) = ...
@@ -137,12 +137,12 @@
Returns any
+Defined in packages/client/lib/client/multi-command.ts:147
Readonly
v4
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 a1214b4f85..5a13248a6b 100644
--- a/documentation/client/classes/lib_client_socket.default.html
+++ b/documentation/client/classes/lib_client_socket.default.html
@@ -111,42 +111,42 @@
Private
Readonly
#initiator
+Defined in packages/client/lib/client/socket.ts:55
Private
#is Corked
#is Corked: boolean = false
+Defined in packages/client/lib/client/socket.ts:227
Private
#is Open
#is Open: boolean = false
+Defined in packages/client/lib/client/socket.ts:61
Private
#is Ready
#is Ready: boolean = false
+Defined in packages/client/lib/client/socket.ts:67
Private
#is Socket Unrefed
#is Socket Unrefed: boolean = false
+Defined in packages/client/lib/client/socket.ts:81
Private
Readonly
#options
+Defined in packages/client/lib/client/socket.ts:57
Private
Optional
#socket
#socket?: Socket | TLSSocket
+Defined in packages/client/lib/client/socket.ts:59
Private
#writable Need Drain
#writable Need Drain: boolean = false
+Defined in packages/client/lib/client/socket.ts:75
Static
Readonly
capture Rejection Symbol
diff --git a/documentation/client/classes/lib_cluster.default.html b/documentation/client/classes/lib_cluster.default.html
index f351a37b31..f3d416b686 100644
--- a/documentation/client/classes/lib_cluster.default.html
+++ b/documentation/client/classes/lib_cluster.default.html
@@ -117,17 +117,17 @@
Private
Readonly
# Multi
+Defined in packages/client/lib/cluster/index.ts:74
Private
Readonly
#options
+Defined in packages/client/lib/cluster/index.ts:72
+Defined in packages/client/lib/cluster/index.ts:73
Static
Readonly
capture Rejection Symbol
diff --git a/documentation/client/classes/lib_cluster_cluster_slots.default.html b/documentation/client/classes/lib_cluster_cluster_slots.default.html
index 2666ce3a75..e99b37918c 100644
--- a/documentation/client/classes/lib_cluster_cluster_slots.default.html
+++ b/documentation/client/classes/lib_cluster_cluster_slots.default.html
@@ -99,37 +99,37 @@
Private
Readonly
# Client
+Defined in packages/client/lib/cluster/cluster-slots.ts:48
Private
Readonly
#node By Address
#node
By
Address
: Map < string , ClusterNode < M , F , S > > = ...
+Defined in packages/client/lib/cluster/cluster-slots.ts:50
Private
Readonly
#on Error
#on Error: OnError
+Defined in packages/client/lib/cluster/cluster-slots.ts:49
Private
Readonly
#options
+Defined in packages/client/lib/cluster/cluster-slots.ts:47
Private
Optional
#random Client Iterator
#random
Client
Iterator
?: IterableIterator < ClusterNode < M , F , S > >
+Defined in packages/client/lib/cluster/cluster-slots.ts:223
Private
Optional
#running Rediscover Promise
#running Rediscover Promise?: Promise < void >
+Defined in packages/client/lib/cluster/cluster-slots.ts:85
Private
Readonly
#slots
#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 864fb06031..89faf96700 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 @@
Private
Readonly
#executor
+Defined in packages/client/lib/cluster/multi-command.ts:66
+Defined in packages/client/lib/cluster/multi-command.ts:67
+Defined in packages/client/lib/cluster/multi-command.ts:65
EXEC
@@ -95,7 +95,7 @@
execAsPipeline: boolean = false
+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 525b5fea86..3774b47d4b 100644
--- a/documentation/client/classes/lib_errors.ReconnectStrategyError.html
+++ b/documentation/client/classes/lib_errors.ReconnectStrategyError.html
@@ -78,12 +78,12 @@
original Error
original Error: Error
+Defined in packages/client/lib/errors.ts:44
socket Error
socket Error: unknown
+Defined in packages/client/lib/errors.ts:45
Optional
stack
stack?: string
diff --git a/documentation/client/classes/lib_multi_command.default.html b/documentation/client/classes/lib_multi_command.default.html
index d9db9aa004..cacf980037 100644
--- a/documentation/client/classes/lib_multi_command.default.html
+++ b/documentation/client/classes/lib_multi_command.default.html
@@ -57,12 +57,12 @@
Readonly
queue
+Defined in packages/client/lib/multi-command.ts:15
Readonly
scripts In Use
scripts In Use: 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 3fdc349959..47fcaa4ce6 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: "PSUBSCRIBE"
+Defined in packages/client/lib/client/commands-queue.ts:33
SUBSCRIBE
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
diff --git a/documentation/search/functions/commands_AGGREGATE.transformArguments.html b/documentation/search/functions/commands_AGGREGATE.transformArguments.html
index 84689f5ee1..b0725de9db 100644
--- a/documentation/search/functions/commands_AGGREGATE.transformArguments.html
+++ b/documentation/search/functions/commands_AGGREGATE.transformArguments.html
@@ -52,6 +52,7 @@
diff --git a/documentation/search/functions/commands_AGGREGATE.transformReply.html b/documentation/search/functions/commands_AGGREGATE.transformReply.html
index 5b4a673c69..3c99dcbc58 100644
--- a/documentation/search/functions/commands_AGGREGATE.transformReply.html
+++ b/documentation/search/functions/commands_AGGREGATE.transformReply.html
@@ -48,6 +48,7 @@
diff --git a/documentation/search/functions/commands_AGGREGATE_WITHCURSOR.transformArguments.html b/documentation/search/functions/commands_AGGREGATE_WITHCURSOR.transformArguments.html
new file mode 100644
index 0000000000..fd903ccab4
--- /dev/null
+++ b/documentation/search/functions/commands_AGGREGATE_WITHCURSOR.transformArguments.html
@@ -0,0 +1,96 @@
+transformArguments | @redis/search
+
+
+
+
+Preparing search index...
+The search index is not available @redis/search
+
+
+
+
+
+
Function transformArguments
+
+
+transform Arguments( index: string , query: string , options?: AggregateWithCursorOptions ) : RedisCommandArguments
+
+
+
+
Parameters
+
+
+index: string
+
+query: string
+
+Optional
options: AggregateWithCursorOptions
+Returns RedisCommandArguments
+
+
+
\ No newline at end of file
diff --git a/documentation/search/functions/commands_AGGREGATE_WITHCURSOR.transformReply.html b/documentation/search/functions/commands_AGGREGATE_WITHCURSOR.transformReply.html
new file mode 100644
index 0000000000..8fbdc98ed2
--- /dev/null
+++ b/documentation/search/functions/commands_AGGREGATE_WITHCURSOR.transformReply.html
@@ -0,0 +1,92 @@
+transformReply | @redis/search
+
+
+
+
+Preparing search index...
+The search index is not available @redis/search
+
+
+
+
+
+
Function transformReply
+
+
+transform Reply( reply: AggregateWithCursorRawReply ) : AggregateWithCursorReply
+
+
+
+
Parameters
+
+
+reply: AggregateWithCursorRawReply
+Returns AggregateWithCursorReply
+
+
+
\ No newline at end of file
diff --git a/documentation/search/functions/commands_ALIASADD.transformArguments.html b/documentation/search/functions/commands_ALIASADD.transformArguments.html
index a9d25528a8..27b999cf40 100644
--- a/documentation/search/functions/commands_ALIASADD.transformArguments.html
+++ b/documentation/search/functions/commands_ALIASADD.transformArguments.html
@@ -50,6 +50,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -57,6 +58,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALIASADD.transformReply.html b/documentation/search/functions/commands_ALIASADD.transformReply.html
index 2cdec1174c..fbc42f0683 100644
--- a/documentation/search/functions/commands_ALIASADD.transformReply.html
+++ b/documentation/search/functions/commands_ALIASADD.transformReply.html
@@ -43,6 +43,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -50,6 +51,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALIASDEL.transformArguments.html b/documentation/search/functions/commands_ALIASDEL.transformArguments.html
index 5c8ce0dd8c..fcfc34368f 100644
--- a/documentation/search/functions/commands_ALIASDEL.transformArguments.html
+++ b/documentation/search/functions/commands_ALIASDEL.transformArguments.html
@@ -50,6 +50,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -57,6 +58,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALIASDEL.transformReply.html b/documentation/search/functions/commands_ALIASDEL.transformReply.html
index 918841a8bb..d590a52869 100644
--- a/documentation/search/functions/commands_ALIASDEL.transformReply.html
+++ b/documentation/search/functions/commands_ALIASDEL.transformReply.html
@@ -43,6 +43,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -50,6 +51,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALIASUPDATE.transformArguments.html b/documentation/search/functions/commands_ALIASUPDATE.transformArguments.html
index 2c1dc2c372..ebf6e9279a 100644
--- a/documentation/search/functions/commands_ALIASUPDATE.transformArguments.html
+++ b/documentation/search/functions/commands_ALIASUPDATE.transformArguments.html
@@ -50,6 +50,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -57,6 +58,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALIASUPDATE.transformReply.html b/documentation/search/functions/commands_ALIASUPDATE.transformReply.html
index fe3866fbc4..f02d7c3c4a 100644
--- a/documentation/search/functions/commands_ALIASUPDATE.transformReply.html
+++ b/documentation/search/functions/commands_ALIASUPDATE.transformReply.html
@@ -43,6 +43,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -50,6 +51,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALTER.transformArguments.html b/documentation/search/functions/commands_ALTER.transformArguments.html
index e0700f6dfb..458c11e8c5 100644
--- a/documentation/search/functions/commands_ALTER.transformArguments.html
+++ b/documentation/search/functions/commands_ALTER.transformArguments.html
@@ -50,6 +50,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -57,6 +58,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_ALTER.transformReply.html b/documentation/search/functions/commands_ALTER.transformReply.html
index bc130985f3..7eea79aac0 100644
--- a/documentation/search/functions/commands_ALTER.transformReply.html
+++ b/documentation/search/functions/commands_ALTER.transformReply.html
@@ -43,6 +43,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -50,6 +51,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CONFIG_GET.transformArguments.html b/documentation/search/functions/commands_CONFIG_GET.transformArguments.html
index 24f0ddf6dc..74c72091a2 100644
--- a/documentation/search/functions/commands_CONFIG_GET.transformArguments.html
+++ b/documentation/search/functions/commands_CONFIG_GET.transformArguments.html
@@ -48,6 +48,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -55,6 +56,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CONFIG_GET.transformReply.html b/documentation/search/functions/commands_CONFIG_GET.transformReply.html
index 4c92f42c65..9891503942 100644
--- a/documentation/search/functions/commands_CONFIG_GET.transformReply.html
+++ b/documentation/search/functions/commands_CONFIG_GET.transformReply.html
@@ -48,6 +48,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -55,6 +56,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CONFIG_SET.transformArguments.html b/documentation/search/functions/commands_CONFIG_SET.transformArguments.html
index 65b0bb1202..e02f5b62e2 100644
--- a/documentation/search/functions/commands_CONFIG_SET.transformArguments.html
+++ b/documentation/search/functions/commands_CONFIG_SET.transformArguments.html
@@ -50,6 +50,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -57,6 +58,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CONFIG_SET.transformReply.html b/documentation/search/functions/commands_CONFIG_SET.transformReply.html
index d3b2e92a2f..95b47be1de 100644
--- a/documentation/search/functions/commands_CONFIG_SET.transformReply.html
+++ b/documentation/search/functions/commands_CONFIG_SET.transformReply.html
@@ -43,6 +43,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -50,6 +51,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CREATE.transformArguments.html b/documentation/search/functions/commands_CREATE.transformArguments.html
index 2994aee180..3766689062 100644
--- a/documentation/search/functions/commands_CREATE.transformArguments.html
+++ b/documentation/search/functions/commands_CREATE.transformArguments.html
@@ -52,6 +52,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -59,6 +60,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CREATE.transformReply.html b/documentation/search/functions/commands_CREATE.transformReply.html
index 4cddec78dd..c21766f7bf 100644
--- a/documentation/search/functions/commands_CREATE.transformReply.html
+++ b/documentation/search/functions/commands_CREATE.transformReply.html
@@ -43,6 +43,7 @@
commands
commands/AGGREGATE
+commands/AGGREGATE_ WITHCURSOR
commands/ALIASADD
commands/ALIASDEL
commands/ALIASUPDATE
@@ -50,6 +51,8 @@
commands/CONFIG_ GET
commands/CONFIG_ SET
commands/CREATE
+commands/CURSOR_ DEL
+commands/CURSOR_ READ
commands/DICTADD
commands/DICTDEL
commands/DICTDUMP
diff --git a/documentation/search/functions/commands_CURSOR_DEL.transformArguments.html b/documentation/search/functions/commands_CURSOR_DEL.transformArguments.html
new file mode 100644
index 0000000000..4dadf40967
--- /dev/null
+++ b/documentation/search/functions/commands_CURSOR_DEL.transformArguments.html
@@ -0,0 +1,93 @@
+transformArguments | @redis/search
+
+
+
+
+Preparing search index...
+The search index is not available @redis/search
+
+
+
+
+
+
Function transformArguments
+
+
+transform Arguments( index: RedisCommandArgument , cursorId: number ) : RedisCommandArgument []
+
+
+
+
Parameters
+
+
+index: RedisCommandArgument
+
+cursorId: number
+Returns RedisCommandArgument []
+
+
+
\ No newline at end of file
diff --git a/documentation/search/functions/commands_CURSOR_DEL.transformReply.html b/documentation/search/functions/commands_CURSOR_DEL.transformReply.html
new file mode 100644
index 0000000000..889ad67b86
--- /dev/null
+++ b/documentation/search/functions/commands_CURSOR_DEL.transformReply.html
@@ -0,0 +1,86 @@
+transformReply | @redis/search
+
+
+
+
+Preparing search index...
+The search index is not available @redis/search
+
+
+
+
+
+
Function transformReply
+
+
+
+
\ No newline at end of file
diff --git a/documentation/search/functions/commands_CURSOR_READ.transformArguments.html b/documentation/search/functions/commands_CURSOR_READ.transformArguments.html
new file mode 100644
index 0000000000..ade0f1f357
--- /dev/null
+++ b/documentation/search/functions/commands_CURSOR_READ.transformArguments.html
@@ -0,0 +1,94 @@
+transformArguments | @redis/search
+
+
+
+
+Preparing search index...
+The search index is not available @redis/search
+
+
+
+
+
+
Function transformArguments
+
+
+transform Arguments( index: RedisCommandArgument , cursor: number ) : RedisCommandArguments
+
+
+
+
Parameters
+
+
+index: RedisCommandArgument
+
+cursor: number
+Returns RedisCommandArguments
+
+
+
\ No newline at end of file
diff --git a/documentation/search/functions/commands_DICTADD.transformArguments.html b/documentation/search/functions/commands_DICTADD.transformArguments.html
index 22e38192c8..0227b6ba25 100644
--- a/documentation/search/functions/commands_DICTADD.transformArguments.html
+++ b/documentation/search/functions/commands_DICTADD.transformArguments.html
@@ -50,6 +50,7 @@
+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