An open API service indexing awesome lists of open source software.

https://github.com/myxiaoao/simple-cache


https://github.com/myxiaoao/simple-cache

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# simple-cache

> 用来学习,请勿用于生产环境。

- [x] LRU 缓存淘汰策略
- [x] 单机并发缓存
- [x] HTTP 服务端
- [x] 一致性哈希(hash)
- [x] 分布式节点
- [x] 防止缓存击穿
- [x] 使用 Protobuf 通信

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.