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

https://github.com/voidcoefficient/gold

redis-like database made with rust
https://github.com/voidcoefficient/gold

database redis rust toy-project

Last synced: 4 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
```