memcached

Free & open source, high-performance, distributed memory object caching system

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 (such as a database or API) must be read.

Memcached's APIs provide a very large hash table distributed across multiple machines. When the table is full, subsequent inserts cause older data to be purged in least recently used order. Applications using Memcached typically layer requests and additions into RAM before falling back on a slower backing store, such as a database.

https://en.wikipedia.org/wiki/Memcached

Last Pushed:
4 years ago

Tags

latest
Display
Pull
docker pull demo.registryui.com/memcached:latest
Last Pushed:
4 years ago
By:
build
Pull Count:
0
Architecture:
amd64
Size:
25 MB