kraglin

Crates.iokraglin
lib.rskraglin
version0.1.0
sourcesrc
created_at2024-04-18 10:28:07.219037
updated_at2024-04-18 10:28:07.219037
descriptionA pure-rust, RESP3-compliant Redis alternative.
homepagehttps://github.com/kraglin-rs/kraglin
repositoryhttps://github.com/kraglin-rs/kraglin
max_upload_size
id1212387
size77,965
John Lewis (johnbchron)

documentation

README

kraglin

Kraglin is planned to be a rust-based, lightweight, lightning-fast replacement for Redis.

Architecture

The central trait is Backend, which defines the execute() method, taking a Command which holds key names and Values. By defining tests and benchmarks generically on the Backend trait, we allow for highly exchangeable backend implementations. We intend to do the same for the frontend, but this is not built yet because the project is young.

Compliance

We aim to be RESP3-compliant.

Commit count: 45

cargo fmt