Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 基于Redis+Lua实现四种分布式限流 #31

Open
conghuhu opened this issue Jan 7, 2023 · 0 comments
Open

feat: 基于Redis+Lua实现四种分布式限流 #31

conghuhu opened this issue Jan 7, 2023 · 0 comments
Labels
enhancement New feature or request P1 High priority

Comments

@conghuhu
Copy link
Owner

conghuhu commented Jan 7, 2023

四种分布式限流算法:

  • 计数器
  • 滑动窗口
  • 漏桶
  • 令牌桶

粒度的话,以服务为单位,比如traffic服务每秒最大流量1000/s。

@conghuhu conghuhu added enhancement New feature or request P1 High priority labels Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 High priority
Projects
None yet
Development

No branches or pull requests

1 participant