文件名称:distributed-current-limiter:企业级 分布式 限流 方案
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-31 15:51:36
Java
分布式限流实现案例 技术栈 Java Redis Lua 测试脚本 核心Lua脚本 --- 判断source_str 中是否contains sub_str --- @param source_str --- @param sub_str local function contains(source_str , sub_str) local start_pos,end_pos = string.find(source_str,sub_str); if start_pos == nil then return false end local source_str_len = string.len(source_str) local s = string.sub(source_str,end_pos,end_pos) if sou
【文件预览】:
distributed-current-limiter-master
----pom.xml(5KB)
----src()
--------test()
--------main()
----.gitignore(132B)
----README.md(4KB)