Module redis_protocol::types [−][src]
Error and Frame types.
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. |
| Redirection | A cluster redirection message. |
| RedisProtocolErrorKind |
Constants
| ARRAY_BYTE | |
| BULKSTRING_BYTE | |
| ERROR_BYTE | |
| INTEGER_BYTE | |
| SIMPLESTRING_BYTE |