Skip to content
Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_kv

Category: Data & Messaging | Version: v1.0.0 | Source: modules/mod_kv/mod_kv.c

Description

Persistent key-value store. File-backed, survives restarts. Each key stored as an individual file. Thread-safe with path traversal protection.

Paths

Path Method Description
/kv/<key> GET Read value
/kv/<key> SET Write value
/kv/<key> DELETE Remove key
/kv/keys GET List all keys

Clone this wiki locally