gold-db

Crates.iogold-db
lib.rsgold-db
version0.2.0
sourcesrc
created_at2022-08-06 22:49:59.230134
updated_at2022-11-20 03:06:21.244733
descriptionRedis-like database made with Rust.
homepagehttps://github.com/minsk-dev/gold
repositoryhttps://github.com/minsk-dev/gold
max_upload_size
id640021
size24,555
Marla Albuquerque (marlalain)

documentation

README

gold

This is a toy project.

gold is an in-memory key-value database that communicates using the RESP and HTTP protocols.

Installation (stable)

cargo install gold-db

Installation (git)

git clone https://github.com/minsk-dev/gold
cd gold
cargo install --path .

Running

gold-db
Commit count: 36

cargo fmt