Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 427 Bytes

async-memcache

async-memcache is an async memcached client implementation for Tokio.

Warning: This is a work in progress crate.

Features

This crate only targets the ASCII protocol, as the binary protocol has been deprecated and is no longer actively being improved.

  • TCP connection
  • UDP connection
  • UNIX domain socket connection
  • Authentication
  • TLS

License

MIT