rustdis

Crates.iorustdis
lib.rsrustdis
version0.1.1
sourcesrc
created_at2024-05-09 07:45:11.860503
updated_at2024-05-20 12:12:40.115173
descriptionA partial Redis server implementation intended purely for educational purposes
homepage
repository
max_upload_size
id1234907
size181,817
Nicolas del Valle (ndelvalle)

documentation

README

rustdis

Welcome to rustdis, a partial Redis server implementation written in Rust.

This project came to life out of pure curiosity, and because we wanted to learn more about Rust and Redis. So doing this project seemed like a good idea. The primary goal of rustdis is to offer a straightforward and comprehensible implementation, with no optimization techniques to ensure the code remains accessible and easy to understand. As of now, rustdis focuses exclusively on implementing Redis' String data type and its associated methods. You can find more about Redis strings here: Redis Strings.

This server is not production-ready; it is intended purely for educational purposes.

Run

cargo run

Test

cargo test
Commit count: 0

cargo fmt