Minimal Redis-like KV Store Implementation in Rust, using tokio and mutexes. Part of my journey of learning & building in rust.
To run locally,
- Clone the repository:
git clone https://github.com/Shiva953/Picovault.git
- CD into the repository:
cd picovault
- Start the server:
./spawn_redis_server.sh
While the server is running, you can try out the following commands: