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
- Host: GitHub
- URL: https://github.com/voidcoefficient/gold
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2022-08-03T02:07:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T02:32:39.000Z (about 3 years ago)
- Last Synced: 2025-01-23T01:32:57.933Z (about 1 year ago)
- Topics: database, redis, rust, toy-project
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```