Module redis_async::resp
source · Expand description
An implementation of the RESP protocol
Structs
- Codec to read frames
Enums
- A single RESP value, this owns the data that is read/to-be written to Redis.
Traits
- A trait to be implemented for every time which can be read from a RESP value.
- A specific trait to convert into a
RespValue::BulkString