Skip to content
Category
Cache / In-memory
Difficulty
Beginner
When to use
You need sub-millisecond access to small hot data — caches, counters, queues, rate limits, session state.
When not to use
You need durable primary storage, ACID across keys, or you're paying for RAM you don't need.
Alternatives
Memcached DragonflyDB KeyDB Valkey
BACKLOG · WORK IN PROGRESS

This tool is being written.

The metadata and shape of this page are stable, but the body content isn't ready yet. We'll publish it once it meets the bar of teaching something new with worked examples and real tools.