Memcached
A high-performance, distributed memory object caching system.
License: Multiple Licenses
Available Platforms
Docker Hub
View on platform
No report available yet
Kubernetes
View on platform
No report available yet
OpenShift
View on platform
No report available yet
Rancher
View on platform
No report available yet
Details
Memcached is a free and open-source, high-performance, distributed memory object caching system. It is generic in nature but intended for use in speeding up dynamic web applications by alleviating database load. It stores data as key-value pairs in memory, allowing for fast retrieval. It’s often used to cache data and objects in RAM to reduce the number of times an external data source must be read.