Skip to content

lin344902118/geeCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geeCache是一个分布式缓存系统,参考极客兔兔教程实现的

教程地址:https://geektutu.com/post/geecache.html

设计思路 1、缓存功能以及缓存淘汰策略

2、缓存支持并发读取

3、分布式节点通信 客户端和服务端

4、使用一致性哈希解决分布式负载均衡问题

5、处理缓存雪崩、缓存穿透、缓存击穿问题

6、使用protobuf加速节点通信

About

分布式缓存系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages