Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 422 Bytes

File metadata and controls

6 lines (4 loc) · 422 Bytes

tinykeyval

This is a Rust implementation of the CodeCrafters "Build Your Own Redis" Challenge.

Includes a Redis server that supports many of the basic commands for strings, lists, sets, sorted sets, geo hashes, and streams. Also includes a zero-copy implementation of the RESP2 protocol, and a basic Rust client that can send raw commands and pipelines to the Redis server.