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.
- Host: GitHub
- URL: https://github.com/sahilpabale/benin-db
- Owner: sahilpabale
- Created: 2022-09-22T12:47:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T18:08:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T21:23:00.429Z (7 months ago)
- Topics: database, hacktoberfest, hacktoberfest2022, redis, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 `~~