RedisDB
Redis implentation using c++.
Feature
-
Base data structure: skiplist, hash table, ziplist, quicklist, intset, Rax
-
Change IO model to c++ version netty or actor model
-
Provide multithread ability: lock manager or mvcc
-
Cluster feature(raft master elaction, consistence hash)
-
Provide sql interface to access data