Skip to content

Devansh3712/tandb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

In-memory key-value store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published