Preparing search index...
The search index is not available
@redis/client
@redis/client
lib/commands
RedisCommandSignature
Type alias RedisCommandSignature<Command, Params>
Redis
Command
Signature
<
Command
,
Params
>
:
(
<
Options
>
(
...
args
)
=>
Promise
<
ConvertArgumentType
<
RedisCommandReply
<
Command
>
,
Options
[
"returnBuffers"
]
extends
true
?
Buffer
:
string
>
>
)
Type Parameters
Command
extends
RedisCommand
Params
extends
unknown
[]
=
Parameters
<
Command
[
"transformArguments"
]
>
Type declaration
<
Options
>
(
...
args
)
:
Promise
<
ConvertArgumentType
<
RedisCommandReply
<
Command
>
,
Options
[
"returnBuffers"
]
extends
true
?
Buffer
:
string
>
>
Type Parameters
Options
extends
CommandOptions
<
ClientCommandOptions
>
Parameters
Rest
...
args
:
Params
|
[
options
:
Options
,
rest
:
Params
]
Returns
Promise
<
ConvertArgumentType
<
RedisCommandReply
<
Command
>
,
Options
[
"returnBuffers"
]
extends
true
?
Buffer
:
string
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@redis/client
index
lib/client
lib/client/RESP2/composers/buffer
lib/client/RESP2/composers/interface
lib/client/RESP2/composers/string
lib/client/RESP2/decoder
lib/client/RESP2/encoder
lib/client/commands
lib/client/commands-queue
lib/client/multi-command
lib/client/pub-sub
lib/client/socket
lib/cluster
lib/cluster/cluster-slots
lib/cluster/commands
lib/cluster/multi-command
lib/command-options
lib/commander
lib/commands
lib/commands/ACL_CAT
lib/commands/ACL_DELUSER
Loading...
Generated using
TypeDoc