Memcached

A high-performance, distributed memory object caching system.

Database Web Server Utils Containers Kubernetes
License: Multiple Licenses

Available Platforms

Docker Hub

View on platform

Kubernetes

View on platform

OpenShift

View on platform

Rancher

View on platform

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.