Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 339 Bytes

File metadata and controls

8 lines (5 loc) · 339 Bytes

Description

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.

How to use

To run the application just use cargo run

To run the tests run python test_app