not-redis
First released on 06/06/2024 ― Last updated* on
Technologies used:
rs
A Rust implementation of the CodeCrafters challenge to build Redis. It uses Tokio to implement asynchronous behavior. While not feature complete, it includes basic operations such as set/get/delete, range operations, replication and has a black box testing suite.