tanDB is an in-memory key-value database, similar to Redis. It is a concurrency safe store.
- Implement basic Redis commands
- Implement
Setusing hash table - Implement
Sorted Setusing red black tree
- Implement
- Add generics to store
- Implement hard-disk persistence