This document summarizes improvements made to Voldemort, a distributed key-value store used by LinkedIn. Voldemort has two modes: read-write and read-only. The read-only mode bulk loads data from Hadoop and serves it to applications. Recent improvements include adding compression to reduce cross-DC bandwidth, integrating with Nuage for multi-tenancy, improving build and push performance by 50%, and reducing client latency by optimizing communication. To get started with Voldemort, users can clone the GitHub repository, launch servers, and run build and push jobs.