A memcached server implementation supporting concurrent clients and commands such as set, get, add, replace, append and prepend. The server follows the memcached protocol to communicate over a tcp conection with clients.
To run the application just use cargo run
To run the tests run python test_app