Skip to content

sahilpabale/benin-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <cmd> Commands currently supported:

    • set <key> <value
    • get <key>

About

A Rust implementation of Redis Caching Database from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages