Expand description
§A zero-copy redis protocol parser
A zero-copy redis protocol parser
Enums§
Functions§
- parse
- Parses redis values from an stream of bytes. If the data is incomplete Err(Error::Partial) is returned.
- parse_
server - Parses data in the format that redis expects
Type Aliases§
- Server
Response - parse_server response. It is a tuple with two elements. The first element is the stream of bytes to be processed, and the second element is the vector of parsed arguments.