We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57100fe commit caa95ebCopy full SHA for caa95eb
spring-boot-demo-ratelimit-redis/README.md
@@ -1,6 +1,6 @@
1
# spring-boot-demo-ratelimit-redis
2
3
-> 此 demo 主要演示了 Spring Boot 项目如何通过 AOP 结合 Redis 实现分布式限流,旨在保护 API 被恶意频繁访问的问题,是 `spring-boot-demo-ratelimit-guava` 的升级版。
+> 此 demo 主要演示了 Spring Boot 项目如何通过 AOP 结合 Redis + Lua 脚本实现分布式限流,旨在保护 API 被恶意频繁访问的问题,是 `spring-boot-demo-ratelimit-guava` 的升级版。
4
5
## 1. 主要代码
6
@@ -293,4 +293,4 @@ public class TestController {
293
## 3. 参考
294
295
- [mica-plus-redis 的分布式限流实现](https://github.com/lets-mica/mica/tree/master/mica-plus-redis)
296
-- [Java并发:分布式应用限流 Redis + Lua 实践](https://segmentfault.com/a/1190000016042927)
+- [Java并发:分布式应用限流 Redis + Lua 实践](https://segmentfault.com/a/1190000016042927)
0 commit comments