Expand description
An implementation of the RESP protocol
Structs§
- Resp
Codec - Codec to read frames
Enums§
- Resp
Value - A single RESP value, this owns the data that is read/to-be written to Redis.
Traits§
- From
Resp - A trait to be implemented for every time which can be read from a RESP value.
- Into
Resp Integer - Into
Resp String - A specific trait to convert into a
RespValue::BulkString