Re-exports§
pub use de::from_bytes;
pub use ser::to_bytes;
pub use nom;
Modules§
- de
- RESP deserialization.
- parser
- RESP parsing.
- ser
- RESP serialization.
- util
- Utils for RESP (de)serialization.
Macros§
- array
- Macro to simplify making a Data::Array.
Enums§
- Data
- RESP data. Read the Redis documenation for details on which type to expect as a response.
- Error
- Errors that can be encountered when interacting with RESP.