×
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
People also ask
Memcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects ...

Memcached

System software
Memcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read. Memcached is... Wikipedia
Default port: port 11211/
Initial release: May 22, 2003
License: Revised BSD license
Stable release: 1.6.27 / 6 May 2024; 17 days ago
Written in: C

Memcached is an easy-to-use, high-performance, in-memory data store. It offers a mature, scalable, open-source solution for delivering sub-millisecond ...
Memcached. Memcached is a high performance multithreaded event-based key/value cache store intended to be used in a distributed system.