Preparing search index...
The search index is not available
unit-redis-ness
unit-redis-ness
resp/protocol/redis-token
RedisToken
Class RedisToken
Abstract
An abstract wrapper for RESP Protocol messages. See
RedisTokenType
Implemented by
AbstractRedisToken
Index
Constructors
constructor
Properties
NULL_
STRING
RESPONSE_
OK
Methods
get
Type
array
boolean
error
integer
null
String
response
Ok
status
string
Constructors
constructor
new
Redis
Token
(
)
:
RedisToken
Returns
RedisToken
Properties
Static
Private
NULL_
STRING
NULL_
STRING
:
RedisToken
= ...
Static
Private
RESPONSE_
OK
RESPONSE_
OK
:
RedisToken
= ...
Methods
Abstract
get
Type
get
Type
(
)
:
RedisTokenType
Returns
RedisTokenType
Static
array
array
(
redisTokens
)
:
RedisToken
Parameters
redisTokens
:
any
[]
Returns
RedisToken
Static
boolean
boolean
(
tf
)
:
RedisToken
Parameters
tf
:
boolean
Returns
RedisToken
Static
error
error
(
str
)
:
RedisToken
Parameters
str
:
string
Returns
RedisToken
Static
integer
integer
(
i
)
:
RedisToken
Parameters
i
:
number
Returns
RedisToken
Static
null
String
null
String
(
)
:
RedisToken
Returns
RedisToken
Static
response
Ok
response
Ok
(
)
:
RedisToken
Returns
RedisToken
Static
status
status
(
str
)
:
RedisToken
Parameters
str
:
string
Returns
RedisToken
Static
string
string
(
str
)
:
RedisToken
Parameters
str
:
string
Returns
RedisToken
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
NULL_
STRING
RESPONSE_
OK
get
Type
array
boolean
error
integer
null
String
response
Ok
status
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