Yet another distributed caching system.
Kache is a distributed caching system developed for learning purpose only. The general idea comes from GeeCache and GroupCache (even the readme
architecture comes from it). Some of the features are inspired by PeanutCache and gcache.
- shard data by consistent hashing
- use
gRPC
instead ofHTTP
as the communication protocol - support more caching strategies like lfu, fifo ...
- support service discovery and registration by
etcd
- support lazy key deletion
- support data persistence