Zedis: A Redis-compatible In-Memory Data Store in Zig
2025-09-19
Zedis is a Redis-compatible in-memory data store written in Zig, designed for learning and experimentation. It implements core Redis protocol and data structures, focusing on simplicity, performance, and thread safety. It supports core Redis commands (GET, SET, INCR, etc.), multiple data types, and disk persistence (RDB), with pub/sub recently added. Zedis is easy to build and use, with a codebase following Zig conventions, featuring type-safe operations, explicit error handling, and comprehensive logging.
Development
in-memory database