twitter / fatcache

Memcache on SSD
Apache License 2.0
1.3k stars 178 forks source link

make the fatcache as a independent storage engine(like leveldb) #31

Closed simon-rock closed 7 years ago

simon-rock commented 7 years ago

I create 2 head files,fc_common.h and fc_settings.h, to contain the some file for making the fatcache only as a independent storage engine (like leveldb). Make a example to show how to use it. So we can make a distributed framework and use it as storage engine instead of memory storage engine