GitHub - barddoo/zedis: Redis in Zig
Zedis 🚀
A Redis-compatible in-memory data store written in Zig, designed for learning and experimentation. Zedis implements the core Redis protocol and data structures with a focus on simplicity, performance, and thread safety.
Features
Redis Protocol Compatibility: Supports the Redis Serialization Protocol (RESP)locks
Multiple Data Types: String and integer value storage with automatic type conversion
Core Commands: Essential Redis commands including GET, SET, INCR, DECR, DEL, EXISTS, and TYPE...
Read more at github.com