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
- Connection
Manager - A
bb8::ManageConnection
formemcache_async::ascii::Protocol
. - Settings
- Client settings
- State
- Information about the state of a
Pool
.
Enums§
- Client
Error - Client-side errors
- Error
Kind - Errors related to a memcached operation.
- Memcache
Error - Stands for errors raised from vmemcached
- Status
- Status of a memcached operation.
Traits§
- Error
Sink - A trait to receive errors generated by connection management that aren’t tied to any particular caller.
Type Aliases§
- Pool
- R2D2 connection pool
- Pool
Connection - R2D2 connection pool