Tokio-based Memcache protocol implementation
You can integrate tokio-memcache into your project by adding the following to your Cargo.toml
:
[dependencies]
tokio-memcache = { git = "https://github.com/matt-williams/tokio-memcache.git" }
Client and server examples are in the examples directory.