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

https://github.com/sahilpabale/benin-db

A Rust implementation of Redis Caching Database from scratch.
https://github.com/sahilpabale/benin-db

database hacktoberfest hacktoberfest2022 redis rust

Last synced: 6 months ago
JSON representation

A Rust implementation of Redis Caching Database from scratch.

Awesome Lists containing this project

README

          

# Benin DB
### A Rust implementation of Redis Caching Database from scratch.

### How to use
- #### Server -
You can the server binary by running
`cargo run --bin server` in the same directory as `db.json`.

The server runs on port `6379`
- #### Client -
After starting the server you can connect to the server from the client binary.
`cargo run --bin client `
Commands currently supported:

* `set `~~