Expand description
A Tokio-based memcached client.
Re-exports§
pub use self::proto::AsciiProtocol;
pub use self::proto::MetaProtocol;
Modules§
- proto
- Ascii & Meta protocol implementations
Structs§
- Client
- High-level memcached client.
- KeyMetadata
- Metadata for a given key in a metadump operation.
- Metadump
Iter - Asynchronous iterator for metadump operations.
- Value
- A value from memcached generated by an ASCII protocol response.
Enums§
- Error
- Error type for
Client
operations. - Error
Kind - Errors related to a memcached operation.
- Metadump
Response - Metadump response.
- Response
- Response to a memcached operation.
- Stats
Response - Stats response.
- Status
- Status of a memcached operation.
Traits§
- AsMemcached
Value - A trait for serializing multiple types of values in to appropriate memcached input values for the set and add commands.