module RedisProtocol::Parser
Extended Modules
Defined in:
redis-protocol/parser.crConstant Summary
-
DELIMITER =
"\r\n"
Instance Method Summary
- #error(msg)
- #parse(data)
- #parse_array(resp)
- #parse_bulk_string(resp)
- #parse_error(resp)
- #parse_integer(resp)
- #parse_primitive(resp)
- #parse_simple_string(resp)