We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
07f2d18
新增并发工作限流器
修复部分场景下出现的“Timeout of 3 seconds exceeded.”错误问题
WorkerLimiterLock->unlock() 调整为使用 evalEx()
修复并发工作回调返回值问题
修复并发工作释放时没有传$poolName问题
4bab5c2
imi-rate-limit 是 imi 框架的限流组件,基于 bandwidth-throttle/token-bucket 开发。
imi-rate-limit
imi
bandwidth-throttle/token-bucket
本组件仅支持使用 Redis 作为中间件,可以针对方法、接口设置限流,通过设置总容量、单位时间内生成填充的数量、每次扣除数量实现限流。
Redis
总容量、单位时间内生成填充的数量、每次扣除数量