Skip to content

Commit

Permalink
✨ spring-boot-demo-ratelimit-redis 分布式限流完成
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Sep 30, 2019
1 parent 57100fe commit caa95eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-demo-ratelimit-redis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spring-boot-demo-ratelimit-redis

> 此 demo 主要演示了 Spring Boot 项目如何通过 AOP 结合 Redis 实现分布式限流,旨在保护 API 被恶意频繁访问的问题,是 `spring-boot-demo-ratelimit-guava` 的升级版。
> 此 demo 主要演示了 Spring Boot 项目如何通过 AOP 结合 Redis + Lua 脚本实现分布式限流,旨在保护 API 被恶意频繁访问的问题,是 `spring-boot-demo-ratelimit-guava` 的升级版。
## 1. 主要代码

Expand Down Expand Up @@ -293,4 +293,4 @@ public class TestController {
## 3. 参考

- [mica-plus-redis 的分布式限流实现](https://github.com/lets-mica/mica/tree/master/mica-plus-redis)
- [Java并发:分布式应用限流 Redis + Lua 实践](https://segmentfault.com/a/1190000016042927)
- [Java并发:分布式应用限流 Redis + Lua 实践](https://segmentfault.com/a/1190000016042927)

0 comments on commit caa95eb

Please sign in to comment.