https://github.com/shiyindaxiaojie/hotkey
京东 Redis 热点数据探测工具镜像
https://github.com/shiyindaxiaojie/hotkey
hotkey redis
Last synced: about 2 months ago
JSON representation
京东 Redis 热点数据探测工具镜像
- Host: GitHub
- URL: https://github.com/shiyindaxiaojie/hotkey
- Owner: shiyindaxiaojie
- License: apache-2.0
- Created: 2022-09-27T16:09:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:21:18.000Z (over 2 years ago)
- Last Synced: 2025-07-19T09:53:50.181Z (3 months ago)
- Topics: hotkey, redis
- Language: JavaScript
- Homepage:
- Size: 5.1 MB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# hotkey
#### Description
对任意突发性的无法预先感知的热点请求,包括并不限于热点数据(如突发大量请求同一个商品)、热用户(如恶意爬虫刷子)、热接口(突发海量请求同一个接口)等,进行秒级精准探测到。
然后对这些热数据、热用户等,推送到所有客户端JVM内存中,以大幅减轻对后端数据存储层的冲击,并可以由客户端决定如何分配、使用这些热key(譬如对热商品做本地缓存、对热用户进行拒绝访问、对热接口进行熔断或返回默认值)。
这些热数据在整个客户端集群内保持一致性。#### Software Architecture
Software architecture description#### Installation
1. xxxx
2. xxxx
3. xxxx#### Instructions
1. xxxx
2. xxxx
3. xxxx#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)