kevy — a pure-Rust, zero-dependency, Redis-compatible KV server.
Embedded mode for kevy — in-process Redis-compatible KV without the server/runtime.
Unified client for kevy — switch between in-process embedded and TCP server backends with a single URL.
Zero-dependency TOML subset parser and Config schema for kevy.
Open-addressing hashtable with bucket-addr prefetch API.
Hand-curated OS bindings for kevy — sockets + readiness poller.
Lock-free bounded SPSC ring buffer. Pure Rust.
FxHash + fmix64 hasher for single-trust-domain keyspaces.
Pure-Rust madvise hints (MADV_HUGEPAGE) — no libc crate.
RESP2 wire-protocol codec. Pure Rust.
kevy persistence — RDB-style snapshots + AOF, pure Rust, zero deps.
Pure-Rust io_uring bindings — no liburing, no libc crate.