Cache In-memory key-value store. Contents docs Getting Started Server cargo run --package cache --example server -- --host 127.0.0.1 --port 11211 Client telnet 127.0.0.1 11211 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. hello ^] telnet> quit