Web Servers & Middleware

Memcached

English

Overview

Middleware that caches data in memory to speed up access.

Details

A simple in-memory caching system that can scale horizontally in a distributed setup. It's often compared with Redis, but by lacking persistence and data-structure features, it's specialized purely for caching.

More OSS terms