Crate vmemcached

Source
Expand description

Vinted Rust memcache

Re-exports§

pub use trust_dns_resolver;

Modules§

driver
Driver access

Structs§

Client
Client wrapping r2d2 memcached connection pool
Connection
Connection wrapper
ConnectionManager
A bb8::ManageConnection for memcache_async::ascii::Protocol.
Settings
Client settings
State
Information about the state of a Pool.

Enums§

ClientError
Client-side errors
ErrorKind
Errors related to a memcached operation.
MemcacheError
Stands for errors raised from vmemcached
Status
Status of a memcached operation.

Traits§

ErrorSink
A trait to receive errors generated by connection management that aren’t tied to any particular caller.

Type Aliases§

Pool
R2D2 connection pool
PoolConnection
R2D2 connection pool