Module types

Source
Expand description

Error types and general redis protocol types.

Structs§

RedisProtocolError
The default error type used with all external functions in this library.

Enums§

Redirection
A cluster redirection message.
RedisParseError
A struct defining parse errors when decoding frames.
RedisProtocolErrorKind
The kind of error without any associated data.

Constants§

CRLF
Terminating bytes between frames.