https://github.com/imrostami/inmemoryrs
A simple and practical project that shows how to implement an In Memory Database like Redis in Rust
https://github.com/imrostami/inmemoryrs
database inmemory inmemory-cache inmemory-db keyvaluestore redis rust rust-lang
Last synced: 10 days ago
JSON representation
A simple and practical project that shows how to implement an In Memory Database like Redis in Rust
- Host: GitHub
- URL: https://github.com/imrostami/inmemoryrs
- Owner: imrostami
- Created: 2024-05-16T21:45:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T14:29:28.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T00:13:06.310Z (almost 2 years ago)
- Topics: database, inmemory, inmemory-cache, inmemory-db, keyvaluestore, redis, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple and practical project that shows how to implement an In Memory Database like Redis in Rust
Commands :
set key value
clear
get keyName
getall
drop key