yubingxing / swapdb

A redis compatiable storage which support data exchange between memory and disk. the main thought of swapcache is, keep hot keys in redis and cold keys in disk, to be more important, when a disk key becomes hot, load it to redis, when a memory key becomes cold, transfter it to disk. by using swapcache, we can have both a high preformance cache and high capacity KV storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yubingxing/swapdb Issues

No issues in this repository yet.