Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 337 Bytes

tinyredis

A minimal implementation of Redis.

Features

  • PING
  • ECHO
  • GET
  • SET
  • DEL
  • Cache with Expiry
  • SYNC: Replication
  • Leader elections

Usage and Testing

Use cargo run to run the server. Use cargo test to run the tests. Both should be done separetely in two different shells.