Preparing search index...
The search index is not available
unit-redis-ness
unit-redis-ness
resp/protocol/abstract-redis-token
AbstractRedisToken
Class AbstractRedisToken<T>
Abstract
An abstract wrapper for RESP Protocol messages. See
RedisTokenType
Type Parameters
T
Hierarchy
AbstractRedisToken
ArrayRedisToken
ErrorRedisToken
NumberRedisToken
StatusRedisToken
StringRedisToken
UnknownRedisToken
Implements
RedisToken
Index
Constructors
constructor
Properties
type
value
SEPARATOR
Methods
get
Type
get
Value
to
String
Constructors
constructor
new
Abstract
Redis
Token
<
T
>
(
type
,
value
)
:
AbstractRedisToken
<
T
>
Type Parameters
T
Parameters
type
:
RedisTokenType
value
:
T
Returns
AbstractRedisToken
<
T
>
Properties
Private
type
type
:
RedisTokenType
Private
value
value
:
T
Static
Private
SEPARATOR
SEPARATOR
:
string
= "=>"
Methods
get
Type
get
Type
(
)
:
RedisTokenType
Returns
RedisTokenType
get
Value
get
Value
(
)
:
T
Returns
T
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
type
value
SEPARATOR
get
Type
get
Value
to
String
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...
An abstract wrapper for RESP Protocol messages. See RedisTokenType