Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 185 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 185 Bytes

Redis from scratch

Implementation of redis from scratch with tokio and actors

Stuff implemented:

  • SET/GET
  • expiration (naive method)
  • basic cluster
  • persistence