Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
redis-protocol
v0.1.1
RedisProtocol
Parser
ParseError
RedisArray
RedisError
RedisInteger
RedisNullInstance
RedisString
RespParsed
Type
Built with Crystal 1.9.2
2023-10-08 13:45:03 UTC
struct
RedisProtocol::RespParsed
RedisProtocol::RespParsed
Struct
Value
Object
Defined in:
redis-protocol/data.cr
Constructors
.new
(op : Char, args : Array(String))
Instance Method Summary
#args
: Array(String)
#clone
#copy_with
(op _op = @op, args _args = @args)
#op
: Char
Constructor Detail
def self.
new
(op : Char, args : Array(String))
#
[
View source
]
Instance Method Detail
def
args
: Array(String)
#
def
clone
#
[
View source
]
def
copy_with
(op _op = @op, args _args = @args)
#
[
View source
]
def
op
: Char
#