https://github.com/myxiaoao/simple-cache
https://github.com/myxiaoao/simple-cache
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxiaoao/simple-cache
- Owner: myxiaoao
- License: mit
- Created: 2022-09-05T23:56:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T23:56:54.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:56:45.309Z (5 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.