tokio-memcache

Tokio memcache client. WIP


Keywords
memcache, memcached, futures, tokio, async, memcached-clients, rust
License
Apache-2.0

Documentation

tokio-memcache

Rust + futures + tokio memcached client.

Crates.io Build Status

Features checklist and roadmap

  • ☑ Binary protocol support
  • ☐ Nice one API (in progress)
  • ☑ Errors handling
  • ☐ Hashing
  • ☐ Unix sockets
  • ☐ Connection pool
  • ☐ SASL Authentication
  • ☐ Serde support
  • ☐ Data compression
  • ☐ Timeouts?