This document is a technical summary of Kumofs, an open-source distributed key-value store. It shows Kumofs outperforming Memcached on throughput tests, handling over 3 million requests per second. Kumofs uses consistent hashing to distribute data across server nodes, and can scale horizontally by adding more servers. It also demonstrates high performance on Linux servers with Intel and AMD CPUs.R