Memcached

Memcached is a high-performance, distributed in-memory key-value cache designed in 2003 by Brad Fitzpatrick at LiveJournal. It is the spiritual ancestor of Redis — simpler, multi-threaded, and laser-focused on one task: caching opaque byte strings keyed by short string keys. Memcached has no persistence, no replication, no data types beyond byte strings, and no cluster mode — deliberately, because its design goal is the smallest possible cache primitive.

Key Features:

Memcached vs. Redis:

Use Cases: