Crate async_memcached

Source
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.
MetadumpIter
Asynchronous iterator for metadump operations.
Value
A value from memcached generated by an ASCII protocol response.

Enums§

Error
Error type for Client operations.
ErrorKind
Errors related to a memcached operation.
MetadumpResponse
Metadump response.
Response
Response to a memcached operation.
StatsResponse
Stats response.
Status
Status of a memcached operation.

Traits§

AsMemcachedValue
A trait for serializing multiple types of values in to appropriate memcached input values for the set and add commands.