class Redis::CommandParser

Defined in:

redis/utils/command_parser.cr

Constant Summary

BACKSLASH_CHAR = '\\'
QUOTE_CHAR = '"'
SEPARATOR_CHAR = ' '
STOP = '\0'

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(command : String) #

[View source]

Class Method Detail

def self.call(command : String) #

[View source]

Instance Method Detail


[View source]