7 releases

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

#1488 in Network programming

Download history 725/week @ 2024-01-05 421/week @ 2024-01-12 581/week @ 2024-01-19 529/week @ 2024-01-26 769/week @ 2024-02-02 360/week @ 2024-02-09 369/week @ 2024-02-16 435/week @ 2024-02-23 333/week @ 2024-03-01 676/week @ 2024-03-08 519/week @ 2024-03-15 280/week @ 2024-03-22 411/week @ 2024-03-29 569/week @ 2024-04-05 768/week @ 2024-04-12 768/week @ 2024-04-19

2,545 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
~106K SLoC