Skip to content

Falldio/Kache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kache

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.

Comparing to GeeCache

Like GeeCache, Kache:

  • shard data by consistent hashing

Unlike GeeCache, Kache:

  • use gRPC instead of HTTP as the communication protocol
  • support more caching strategies like lfu, fifo ...
  • support service discovery and registration by etcd
  • support lazy key deletion

TODO List

  • support data persistence

About

Yet another GroupCache-like distributed caching system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published