Module redis_protocol::types [−][src]
Structs
RedisProtocolError |
Enums
Frame |
An enum representing a Frame of data. Frames are recursively defined to account for arrays. |
FrameKind |
An enum representing the kind of a Frame without references to any inner data. |
RedisProtocolErrorKind |
Constants
ARRAY_BYTE | |
BULKSTRING_BYTE | |
ERROR_BYTE | |
INTEGER_BYTE | |
SIMPLESTRING_BYTE |