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

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

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