8 releases

0.2.0 Jul 12, 2024
0.1.7 Sep 18, 2023
0.1.6 Sep 14, 2020
0.1.2 Aug 14, 2020

#1488 in Network programming

Download history 394/week @ 2024-04-02 840/week @ 2024-04-09 773/week @ 2024-04-16 820/week @ 2024-04-23 635/week @ 2024-04-30 765/week @ 2024-05-07 681/week @ 2024-05-14 767/week @ 2024-05-21 390/week @ 2024-05-28 377/week @ 2024-06-04 390/week @ 2024-06-11 806/week @ 2024-06-18 466/week @ 2024-06-25 351/week @ 2024-07-02 516/week @ 2024-07-09 290/week @ 2024-07-16

1,659 downloads per month
Used in deadpool-memcached

MIT license

43KB
943 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

~5–7.5MB
~152K SLoC