Skip to main content
RadishDB is a Redis-inspired in-memory key-value store written in C. This guide gets you up and running with a live instance and your first persisted data.

What to explore next

Docker Compose

Run RadishDB as a managed service with automatic restarts and named volumes.

Command reference

Full syntax for SET, GET, DEL, TTL, COUNT, BENCH, INFO, and more.

Persistence

Understand how the AOF log keeps your data safe across restarts.

Architecture

See how the engine, REPL, and TCP server fit together.

Build docs developers (and LLMs) love