Skip to content

Shiva953/PicoVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoVault

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:

Commands

  • ECHO, PING

    Screenshot 2025-02-05 at 9 35 23 PM Screenshot 2025-02-05 at 9 36 38 PM
  • [GET, SET]

    Screenshot 2025-02-05 at 9 36 09 PM
  • INCR(increment)

  • Screenshot 2025-02-05 at 9 38 31 PM
  • REPLICA ➔ MASTER

  • REPLCONF, PSYNC

About

Minimal KV Store Implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published