Report card

Do AI agents pick Memcached?

How often agents choose Memcached when a developer needs caching & kv — measured across Claude, GPT, Gemini.

Memcached

#4 of 5 caching
0%Pick Rate
95% CI 0%3%

When developers ask an AI agent for caching, Memcached is picked 0% of the time — ranking #4 of 5 measured across Claude, GPT, Gemini.

Picked 0% Named, not picked 29% Never surfaced 71%

Beaten by Redis (59%), Vercel KV (8%), Upstash (6%).

Awareness

1.3M package downloads / week

Known but not preferred — widely used, but agents pick competitors. That's a preference problem, not awareness.

0 docs in FineWeb (10BT sample) · 9 URLs in Common Crawl

In the raw web crawl, but thin in the filtered corpus models actually train on — an awareness gap at the source.

AdoptionDid the pick convert to installs? Public Adoption = npm downloads of your packages. The proof half of the funnel.

4.5M installs / month ▲ 7% MoM

Installs are roughly flat month over month.

Get the full report

The per-model and per-surface breakdown for Memcached — where it wins, where it loses, and to whom — plus an alert when the Pick Rate moves.

About Memcached

A distributed in-memory key-value cache for speeding up dynamic applications.

Memcached is an in-memory caching system that stores arbitrary data (strings, objects) by key, reducing the need to repeatedly hit a database or slower data source. It supports single-server and multi-server cluster setups, using consistent hashing (compatible with libketama) to distribute keys across nodes so that adding or removing servers has minimal impact on key mapping. It's aimed at developers who need fast, scalable caching with configurable failure handling, connection pooling, and automatic failover.

Where to start

Stand up one or more Memcached server instances, then connect to them using the Node.js client by supplying a server address string, array, or weighted object along with any desired options such as pool size, retry behavior, and failover servers.

Install

Links and summary verified from public sources.

The rest of the Caching & KV ranking

← Full Caching & KV leaderboard · How this is measured

Memcached — do AI agents pick it? · Pickrate