Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marlalain/gold

Redis-like database made with Rust.
https://github.com/marlalain/gold

database redis rust toy-project

Last synced: about 2 months ago
JSON representation

Redis-like database made with Rust.

Awesome Lists containing this project

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)

```sh
cargo install gold-db
```

## Installation (git)

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

## Running

```sh
gold-db
```