Expand description
Error types and general redis protocol types.
Structs§
- Redis
Protocol Error - The default error type used with all external functions in this library.
Enums§
- Redirection
- A cluster redirection message.
- Redis
Parse Error - A struct defining parse errors when decoding frames.
- Redis
Protocol Error Kind - The kind of error without any associated data.
Constants§
- CRLF
- Terminating bytes between frames.