struct RedisProtocol::RespParsed

Defined in:

redis-protocol/data.cr

Constructors

Instance Method Summary

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 #