Preparing search index...
The search index is not available
unit-redis-ness
unit-redis-ness
resp/processor/command-suite
CommandSuite
Class CommandSuite
Index
Constructors
constructor
Properties
commands
factory
logger
metadata
null
Command
Methods
add
Command
get
Command
Constructors
constructor
new
Command
Suite
(
)
:
CommandSuite
Returns
CommandSuite
Properties
Private
commands
commands
:
Dictionary
<
string
,
IRespCommand
>
= ...
Private
factory
factory
:
CommandWrapperFactory
= ...
Private
logger
logger
:
Logger
= ...
Private
metadata
metadata
:
Dictionary
<
string
,
string
>
= ...
Private
null
Command
null
Command
:
NullCommand
= ...
Methods
Protected
add
Command
add
Command
(
name
,
command
)
:
void
Parameters
name
:
string
command
:
IRespCommand
Returns
void
get
Command
get
Command
(
name
)
:
IRespCommand
Parameters
name
:
string
Returns
IRespCommand
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
commands
factory
logger
metadata
null
Command
add
Command
get
Command
unit-redis-ness
client
dictionary
logger
lua/bit/lua-bit
lua/call/lua-redis
resp/command/client-command
resp/command/db/dbsize-command
resp/command/db/flushall-command
resp/command/db/flushdb-command
resp/command/db/select-command
resp/command/discard-command
resp/command/exec-command
resp/command/hash/hget-command
resp/command/hash/hgetall-command
resp/command/hash/hset-command
resp/command/key/del-command
resp/command/key/exists-command
resp/command/key/expire-command
resp/command/key/keys-command
resp/command/key/move-command
resp/command/key/pexpire-command
Loading...