7 releases

0.1.7 Sep 18, 2023
0.1.6 Sep 14, 2020
0.1.2 Aug 14, 2020

#1445 in Network programming

Download history 425/week @ 2023-12-13 469/week @ 2023-12-20 87/week @ 2023-12-27 833/week @ 2024-01-03 371/week @ 2024-01-10 553/week @ 2024-01-17 574/week @ 2024-01-24 577/week @ 2024-01-31 592/week @ 2024-02-07 254/week @ 2024-02-14 514/week @ 2024-02-21 358/week @ 2024-02-28 283/week @ 2024-03-06 781/week @ 2024-03-13 416/week @ 2024-03-20 256/week @ 2024-03-27

1,799 downloads per month
Used in deadpool-memcached

MIT license

39KB
841 lines

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


lib.rs:

A Tokio-based memcached client.

Dependencies

~4–6MB
~103K SLoC