Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 291 Bytes

PicoVault

Minimal Redis-like KV Store Implementation in Rust, using tokio and mutexes. Part of my journey of learning & building in rust.

Some features(till now)

  • ECHO, PING
  • Key-Value Store [GET, SET]
  • Replica INFO
  • REPLICA ➔ MASTER Connection
  • REPLCONF, PSYNC