Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 315 Bytes

tanDB

tanDB is an in-memory key-value database, similar to Redis. It is a concurrency safe store.

To Do

  • Implement basic Redis commands
    • Implement Set using hash table
    • Implement Sorted Set using red black tree
  • Add generics to store
  • Implement hard-disk persistence